Discover and explore top open-source AI tools and projects—updated daily.
StartupHakkLocal-first coding agent for unlimited, zero-cost AI
New!
Top 31.5% on SourcePulse
OpenMonoAgent.ai provides a free, local-first AI coding agent designed to democratize access to powerful AI tools. It addresses the high costs and data privacy concerns associated with cloud-based AI agents by running entirely on user hardware, offering unlimited tokens without subscriptions or data leakage. This makes it ideal for developers, researchers, and power users seeking complete control over their AI development environment.
How It Works
The project employs a .NET 10 CLI that interfaces with a bundled llama.cpp inference server, all orchestrated within Docker containers. This local-first architecture ensures all processing, including model inference and code analysis, remains on the user's machine. The approach prioritizes data privacy and eliminates per-token costs, positioning AI tooling as owned infrastructure rather than a recurring subscription service.
Quick Start & Requirements
Install via:
bash <(curl -fsSL https://raw.githubusercontent.com/StartupHakk/OpenMonoAgent.ai/refs/heads/main/get-openmono.sh)
Run using openmono agent (TUI) or openmono agent --classic (CLI). Requires Ubuntu 26.04 LTS (recommended) or 25.10. Hardware specifications include a minimum of 24 GB VRAM for GPU inference (~45 tok/s) or 24 GB RAM for CPU inference (~20 tok/s).
Highlighted Details
/workspace for controlled file access.Maintenance & Community
Contributions are actively welcomed for new tools, providers, LSP servers, playbooks, bug fixes, and documentation. The project is developed by StartupHakk and built on C#/.NET. Community interaction details beyond the contributing guide are not explicitly detailed in the README.
Licensing & Compatibility
Licensed under the GNU AFFERO GENERAL PUBLIC LICENSE v3.0. This strong copyleft license requires derivative works to be made available under the same terms, potentially impacting integration with proprietary software.
Limitations & Caveats
The project is currently in Public Beta. A known limitation is the fixed maximum of 25 iterations per agent turn, with ongoing work to address potential performance degradation if this limit is significantly increased. Support for non-default inference providers (OpenAI, Anthropic, Ollama) is still under development.
1 day ago
Inactive