TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cloi – Local debugging agent that runs in your terminal

5 pointsby gcha2 days ago
Helloo HN! I’m Gabriel Cha and an incoming student @ Coluimbia and just wanted to share what I&#x27;ve been building past 2 weeks: Cloi - a completely local debugging agent that runs right in your terminal. https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi<p>I created Cloi because every AI coding tool wants API keys, subscriptions, and your entire codebase uploaded to their servers. Cloi, however, runs entirely on your machine. No cloud, no API keys, no subscriptions, no data leaving your system.<p>The tech is brutally simple: it captures your error context, spins up Ollama locally, generates targeted fixes, and - only with your explicit permission - applies patches directly to your files. You review every diff before anything changes.We ship with Phi-4 out of the box (crazy good for its size), but you can swap to any Ollama model you&#x27;ve got installed. Your machine, your models, your rules.<p>Installation is just: $ npm install -g @cloi-ai&#x2F;cloi<p>BTW Cloi is free, if you&#x27;re interested in the implementation or want to request new features, you can do so here: https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi<p>We&#x27;ve hit 202 stars in just 5 days since release!!! I&#x27;d really appreciate your star if you find this useful. Try it out and let us know what you think! From, Gabriel Cha &amp; Mingyou Kim

1 comment

gcha2 days ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi">https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi</a>