OpenHands ships a sandboxed Linux environment, a UI, and a coding agent that operates inside it. It is closer to a self-hosted Devin replica than a CLI tool. The sandbox-first design is good for safety but adds operational overhead.
digitorn install + digitorn chat and you are running. Docker is optional, not the default.
Same protection without the sandbox overhead. The runtime tracks a per-session set of read files and refuses Edit on anything else.
Run the coordinator on Sonnet and the explorer on Haiku via two model: lines. No code path to write.
# one-line install (Mac, Linux, Windows + Git Bash)
curl -sSL https://digitorn.ai/install | sh
# install a coding agent from the Hub
digitorn install hub://digitorn/digitorn-code
# chat with it
digitorn chat digitorn-codeEngineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.