TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Cloi – free local debugging agent in your terminal

8 点作者 mingyk1 天前
Hey everyone! For the past two weeks my friend and I have been heads-down building Cloi, a fully local debugging agent that runs right in your terminal. You probably know the drill—every AI coding tool asks for API keys, subscriptions, and uploads your entire codebase to the cloud. Cloi does <i>none</i> of that: it runs entirely on your machine, with no cloud, no API keys, no subscriptions, and zero data leaving your system.<p>What Cloi does:<p>- Contextual error capture: Grabs your stack trace, local files, and environment to understand the issue.<p>- Local LLM inference: Spins up Ollama on your box and generates targeted fixes—no external servers.<p>- Safe patch application: Presents you with diffs and only applies changes when you explicitly approve.<p>- Model‐agnostic: Ships with Phi-4 out of the box (surprisingly capable for its size!), but you can swap in any Ollama model you’ve installed.<p>Why we built it:<p>- Maintain full control over your code and data—ideal for security-sensitive projects<p>- Avoid recurring subscription fees and cloud vendor lock-in<p>- Keep your development flow entirely offline when you need it<p>Highlights: We hit 202 stars in just 5 days, which tells us we&#x27;re not the only ones who wanted this! Cloi is plug-and-play (just install and run), and we designed it to be completely unopinionated, meaning you can you whatever Ollama model you want.<p>Get it now: npm install -g @cloi-ai&#x2F;cloi<p>If you find Cloi useful, we’d really appreciate a star on GitHub. Try it out, let us know what you think, and happy debugging!<p>— Gabriel Cha &amp; Mingyou Kim

1 comment

mingyk1 天前
Browse the code or file issues on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi">https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi</a>