# Hazzel

> Hazzel — a small terminal coding agent that works on your code - mukundzha/hazzel

- **Website:** https://github.com/mukundzha/hazzel
- **Pricing:** open source
- **Categories:** Developer Tools, AI Agents
- **Tags:** developer-tools, ai-agents, infrastructure
- **Platforms:** Web, CLI
- **Last verified:** 2026-09-10
- **Canonical page:** https://linkrena.com/tools/hazzel

## About

Hazzel lives in your terminal. It reads code, edits files, runs commands, and works with git — always with your approval first.

Most coding agents keep getting bigger. Hazzel stays small on purpose.

The model suggests what to do. Hazzel decides whether and how to do it. Every mutation goes through you: file changes show a diff before they apply, shell commands ask first, and destructive git stays blocked.

If you want the most feature-heavy agent, there are better options. If you want a terminal agent you can see through, that's Hazzel.

Read, search, and list your codebase. Tag files with @path to put them in context.

Create and edit files with diff preview and approval. Undo with /undo .

Run shell commands with approval and timeout, sandboxed to your project root.

Plan mode ( /plan on ): read-only exploration. Hazzel proposes a numbered plan, changes nothing until you run /plan off .

Prove mode ( /prove on ): smoke-checks Python edits in /tmp before you trust them.

Git-native: /status , /diff with file browser, /commit with suggested message, /branch , /log , /push , /pull , /sync . No --force , no reset --hard via shell.

No web browsing, no pull requests, no deploys, no background agents, no session persistence across restarts. It doesn't replace your editor — it stays in the terminal next to it.

## Related tools

- [Orbit](https://linkrena.com/tools/orbit): Multi-repo Git workspaces for any coding agent — real worktrees, no index, no server - orbcli/orbit
- [AgentMachinist](https://linkrena.com/tools/agentmachinist): An Agentic Build & CI System.
- [Metis](https://linkrena.com/tools/metis): Metis is a coding agent that boosts AI/LLM coding performance by 50% - Wholiver/metis
- [Hflow](https://linkrena.com/tools/hflow): SDK for robotics teams to verify the quality of their data used for AI model training.
- [Okf Agent Memory](https://linkrena.com/tools/okf-agent-memory): Git-native persistent memory for AI coding agents.
- [Engrim](https://linkrena.com/tools/engrim): The Universal Cross-Model Episodic Memory Standard.
