deepseek-ai/deepseek-harness
DeepSeek Harness (dsh) is an open-source agent harness from DeepSeek AI built on an everything-is-a-plugin architecture over the Cordis framework, started from npm with a local web UI.
Awesome AI Agents › AI Developer Tools
Cougar CLI is an AI-powered programming assistant that runs in the terminal, written in TypeScript and distributed as source. It connects to several large language model providers: OpenRouter, OpenAI, Claude, Zhipu and any other endpoint that follows the OpenAI API standard, so the choice of backend model is left to the user. Installation is a source build rather than a package install: download the source, run npm install to fetch dependencies, run npm run build to compile, then start the assistant by running the built entry point under the dist directory with Node. The README puts particular emphasis on Windows support, stating that multiple Windows compatibility problems were fixed both during dependency installation and at runtime, including issues involving the AWS SDK and other packages that behave differently on that platform. Image input works on Windows in two ways: an image file can be dragged and dropped directly into the terminal window, or the path of an image file can be copied and pasted into the CLI, which makes multimodal prompts practical without a graphical interface. The project is released under the Apache License 2.0 and credits shareAI-lab Kode-cli for its contributions, indicating that Cougar CLI derives from that codebase. Documentation in the repository is minimal, covering only provider support, the build and start sequence, the Windows notes and licensing, so command syntax, configuration and available agent capabilities are not described in the README and have to be discovered from the source or by running the tool. It suits developers who want a provider-agnostic terminal coding assistant and in particular those working on Windows, where many comparable command-line agents have rough edges.
https://github.com/dulikaifazr/Cougar-CLI
DeepSeek Harness (dsh) is an open-source agent harness from DeepSeek AI built on an everything-is-a-plugin architecture over the Cordis framework, started from npm with a local web UI.
Open-source terminal coding agent written in Rust that edits files, runs commands and works toward a goal across many model providers.
Tabby is a self-hosted, open-source AI coding assistant providing a private and customizable alternative to GitHub Copilot with rich integration and deployment options.
Cursor is an AI-powered code editor designed to enhance programming productivity by integrating intelligent code suggestions and AI-driven features directly into the coding workflow.
Serena is a free and open-source coding agent toolkit that enhances large language models with semantic code retrieval and editing capabilities, enabling autonomous coding workflows directly on your codebase.
Open-source terminal coding agent from the Qwen team with subagents, skills, hooks and MCP support, speaking the OpenAI, Anthropic, Gemini and Qwen API formats plus local model runtimes.
Plandex is an open-source AI coding agent designed to plan, execute, and manage large-scale coding tasks and real-world projects with high efficiency and flexibility.
Smol Developer is a library and toolset that embeds a junior developer AI agent into applications to scaffold and generate codebases interactively through human-in-the-loop prompt engineering.