clnkr.ai

Just bash.

A minimal coding agent. Query an LLM, execute bash commands, repeat.

Warning

clnkr executes bash directly and currently has no permissions or sandboxing system. Use it only in environments you are willing to trust and break.

What It Is

A deliberately small coding-agent harness. It loops over model output, runs one shell command at a time, and feeds structured results back into the conversation.

What It Ships

clnkr is the TUI. clnku is the plain CLI. Both talk to Anthropic and OpenAI-compatible endpoints.

Docs First

The reference docs are generated from the markdown manpages already in the repo. The website does not introduce a separate docs format.

Reference

  • clnkr Terminal UI manual page
  • clnku Plain CLI manual page