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.

Show HN: Forge – Cline/Roo Alternative on the CLI

1 pointsby tusharmath24 days ago
Hi HN,<p>I am excited to introduce Forge, an open-source AI pair programmer designed to work right from the terminal. You can connect it to any backend of your choice or use our provider (free for now).<p>I have been working hard at it and would love to get some feedback about the product.<p>Why did I build Forge? The main reason was that I personally keep AI disabled on my IDE because it interferes with my train of thought. Current IDEs are powerful but too jarring for my taste. I hate the ridiculous animated way of applying diffs and prefer the AI to operate in the background in a separate git worktree.<p>CLI is also powerful because I don&#x27;t need to create every single tool as an MCP; I can directly install the binary and let the agent run.<p>Recommended Workflow with Forge: Anyone who wishes to try Forge, should install it via NPM, create an account on <a href="https:&#x2F;&#x2F;antinomy.ai&#x2F;app" rel="nofollow">https:&#x2F;&#x2F;antinomy.ai&#x2F;app</a> and then start the Forge interactive session by typing `forge` on the terminal. I then use the `&#x2F;plan` command to switch to the plan mode and use it to iterate on a plan. Once ready, I switch to `&#x2F;act` mode and tag that plan using sending a `@&lt;TAB&gt;` key on the terminal, then let it do its job. I would also recommend using git worktrees, so that while Forge is doing work, I am not waiting for it to finish and I can do something else.<p>Hope you like what I have made and would love to get feedback here: <a href="https:&#x2F;&#x2F;github.com&#x2F;antinomyhq&#x2F;forge&#x2F;issues">https:&#x2F;&#x2F;github.com&#x2F;antinomyhq&#x2F;forge&#x2F;issues</a><p>Thank you all!

no comments

no comments