coding agent for BusyBox

A useful coding agent.
Small enough for iSH.

Interactive chat, local tools, project instructions, and persistent sessions in portable shell and awk. No Node.js. No Python. No compiled binary.

install latest
curl -fsSL https://cheesedanish.nickmeslovich.com/install.sh | sh

Requires BusyBox, curl, and CA certificates.

01

Built for the small machine

Runs in the 32-bit x86 Alpine environment used by iSH. The runtime is BusyBox ash and awk.

02

Works where you work

Reads project instructions, runs shell commands, edits exact text, writes files, and keeps sessions between runs.

03

Updates itself

Download the current release over HTTPS and verify its checksums with one command.

cheesedanish update

after installation

Open a project. Start the agent.

cd my-project
cheesedanish

cheese> inspect this project and run its tests
Copied to clipboard