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
OpenCode Portal is an unofficial browser front end for OpenCode, the terminal-based AI coding agent. It is a personal project not affiliated with the SST team that maintains OpenCode. The portal connects to a running OpenCode server and exposes its functionality through a responsive web UI, so a developer can drive coding sessions from a phone or any other machine instead of the terminal on the host. Features include session management for creating, viewing and deleting sessions, a real-time chat interface with the agent, file mention support so a message can reference a file with an at-sign, model selection, an in-browser terminal, git integration, isolated workspaces and dark or light themes. Distribution is through npm as the openportal package, intended to be run with Bun. A single command started from a project directory launches both the OpenCode server, by default on port 4000, and the web UI, by default on port 3000, automatically picking free ports when the defaults are occupied. The CLI also offers subcommands to start only the OpenCode server, stop running instances, list them and clean stale entries, plus flags for working directory, ports, bind hostname and instance name. OpenCode itself must already be installed, through Bun or Homebrew. The documented deployment pattern is to run the portal next to OpenCode on a VPS and reach it from a phone over Tailscale or a similar private network. The stated motivation is that the official OpenCode web UI is still under development and is not mobile responsive, so this project focuses on remote and mobile access. The stack is React Router, IntentUI, Tailwind CSS, Nitro as the server and the official OpenCode SDK as the API client. TypeScript, licensed MIT.
https://github.com/hosenur/portal
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.