nowfound

AI · March 2, 2026

MC

Mini-coder – small, fast CLI coding agent

I got tired of coding agents that feel like IDEs in disguise. Slow to start, full of chrome, opinionated about where you work. So I built one that doesn't get in the way. It's called *mini-coder*. The command is `mc`. Tagline: Small. Fast. Gets out of your way. Oh — and it mostly wrote itself (with some help from me). --- ## What it is mini-coder is a terminal-native AI coding agent built on *Bun.js* — fast startup, native TypeScript, built-in SQLite, no ceremony. It routes to *Anthropic, OpenAI, Google, Ollama, and Zen* and auto-detects your provider from env vars. No config file to write.…

What it does

In the maker’s words, at launch

I got tired of coding agents that feel like IDEs in disguise. Slow to start, full of chrome, opinionated about where you work. So I built one that doesn't get in the way. It's called *mini-coder*. The command is `mc`. Tagline: Small. Fast. Gets out of your way. Oh — and it mostly wrote itself (with some help from me). --- ## What it is mini-coder is a terminal-native AI coding agent built on *Bun.js* — fast startup, native TypeScript, built-in SQLite, no ceremony. It routes to *Anthropic, OpenAI, Google, Ollama, and Zen* and auto-detects your provider from env vars. No config file to write. No account to create. No telemetry. Session memory lives in local SQLite. Resume your last session with `mc -c`, or pick one with `mc -r <id>`. Your history stays on your machine. --- ## How it works The LLM gets a tight set of tools: `glob`, `grep`, `read`, `create`, `replace`, `insert`, `shell`, and `subagent`. That last one is the interesting bit — mini-coder can spawn parallel sub-agents for independent subtasks, up to 3 levels deep. It delegates, waits, synthesizes. It works the way you do. Inside the REPL, `!command` runs shell commands inline and `@file` references files with tab completion. Slash commands cover the essentials: `&#x2F;model` to switch providers, `&#x2F;plan` for read-only mode, `&#x2F;ralph` for a fully autonomous loop, `&#x2F;review`, `&#x2F;undo`, `&#x2F;new`, and `&#x2F;help`. 16 ANSI colors only. It inherits your terminal theme. Always. --- ## The `.agents` folder This is the part is to help with community configurations. mini-coder follows the `.agents` convention that's emerging across the AI coding tool ecosystem — the same one used by Claude Code, Opencode, and others. Write your config once, and it works everywhere. (It supports the .claude conventions as well out of the box!) Here's what drops in there: - *`.agents&#x2F;commands&#x2F;.md`* — a Markdown file becomes a slash command - *`.agents&#x2F;agents&#x2F;.md`* — a Markdown file becomes a custom agent, callable with `@agent-name` - *`.agents&#x2F;skills&#x2F;<name>&#x2F;SKILL.md`* — reusable skills you inject with `@skill-name` - *`.agents&#x2F;hooks&#x2F;post-<tool>`* — scripts that auto-run after any tool call (e.g., auto-format after every file write) - *`AGENTS.md`* — project context injected into every system prompt MCP is supported too — connect tools like Exa web search or the MMO Spacemolt all work. Wire them in via `&#x2F;mcp`. The philosophy here is community over invention. Follow existing conventions. Don't make people learn a new system. --- ## Get it ```sh bun add -g mini-coder # or npm install -g mini-coder ``` GitHub: [https:&#x2F;&#x2F;github.com&#x2F;sacenox&#x2F;mini-coder](https:&#x2F;&#x2F;github.com&#x2F;sacenox&#x2F;mini-coder) --- The best tools disappear into your workflow. That's what I was going for. Here's what the early adopter had to say: > "sean this is fucking sick" — vpr99 That's good enough for me. Give it a spin. I would love some feedback, contributions, or just a star on. Github!

Does the same job

all alternatives →
  • Tinybird Code2025 · ▲119

    The AI ClickHouse® expert you don't have to hire

  • Huzzah – a novel approach to coding with AI17d ago · danielvaughn.dev · ▲384

    Hello everyone. I've been working on this experimental editor called Huzzah. I've been working almost exclusively with coding agents since January of this year, and over the past few months I began to feel utterly exhausted by them. They're great, but I'm finding it more and more tedious to write full sentences for every change I want. Not only that, but it seems there's a complexity limit for codebases - beyond a certain point the agent begins confusing itself. I'd like to go back to writing code, but I don't want to go all the way back to fully manual coding. So I've come up with this…

  • fx (by Vercel)16d ago · fx.sh · ▲224

    Vercel's tiny, open-source coding agent

  • CoderrrJan 2026 · ▲96

    Open source CLI-first AI coding companion

  • agents-cliJul 2026 · github.com · ▲145

    The CLI your coding agent uses to ship agents

  • Keen CodeJun 2026 · mochow13.github.io · ▲125

    A context-efficient CLI coding agent built by agents

More ai this month

the category →
  • I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes&#x2F;sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.

    AI · 17d ago · simedw.com

  • Astute585

    Automate your B2B brand going viral, with new media creators

    AI · 18d ago · company-app.joinastute.com

  • Grok Bot547

    AI teammates that you can give real work to

    AI · 25d ago · x.ai

  • Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens&#x2F;sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens&#x2F;sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…

    AI · 27d ago · cactuscompute.com

  • Turn website visitors into qualified pipeline

    AI · 19d ago · clarasdr.ai

  • Kane CLI446

    Natural language browser & mobile app tests from terminal

    AI · 24d ago · testmuai.com

Launched alongside, March 2026

the whole month →
  • AI-native CRM that builds itself and does work for you

    AI · Mar 2026 · lightfield.app

  • Tobira.ai730

    A network where AI agents find deals for their humans

    AI · Mar 2026 · tobira.ai

  • Switch from ChatGPT to Claude with import memory feature

    AI · Mar 2026 · claude.com

  • The AI assistant that already knows your work

    AI · Mar 2026 · littlebird.ai

  • Your AI Coworker that proactively executes tasks

    AI · Mar 2026 · viktor.com

  • Jupid664

    File your taxes with Claude Code

    Commerce · Mar 2026 · jupid.com