Discover and explore top open-source AI tools and projects—updated daily.
LichAmnesiaAn open-source TUI coding agent for multi-provider AI interactions
Top 84.4% on SourcePulse
Summary
OpenSeek is an open-source, terminal-based coding agent designed to offer an alternative to closed-source AI coding tools. It targets developers and power users seeking flexibility, multi-provider support, and transparent cost management for AI-assisted development tasks. The primary benefit is freedom from vendor lock-in and enhanced control over AI model usage and expenses.
How It Works
This project utilizes Bun as its runtime environment, enabling a TUI (Terminal User Interface) experience. Its core architecture features multi-provider routing for AI models, a Multi-Chat Protocol (MCP) client for communication across various transports (stdio, SSE, websocket), and Language Server Protocol (LSP) integration for real-time code diagnostics. It supports distinct operational modes: Plan (read-only planning), Agent (confirmed execution), and YOLO (full autonomy), offering a progressive approach to AI-driven coding assistance. This design prioritizes extensibility and user control over AI model selection and cost.
Quick Start & Requirements
npm install -g openseek or bun add -g openseek. Building from source involves git clone, bun install, bun run build, and linking the executable.openseek setup. Configuration details: openseek doctor. Headless server: openseek serve --http.Highlighted Details
Maintenance & Community
The project is sponsored by RelayRouter. No explicit community channels (like Discord/Slack) or detailed roadmap information are present in the provided README.
Licensing & Compatibility
Limitations & Caveats
The project strictly requires the Bun runtime, which is a non-standard dependency for JavaScript/TypeScript projects, and will not run with Node.js. Windows users must utilize WSL2 for compatibility. The README indicates active development with distinct modes (Plan/Agent/YOLO), suggesting features may still be evolving.
2 weeks ago
Inactive