Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 08:13
· 377 commits to main since this release

Devbox v0.1.0

Instant, isolated, fully-loaded developer VMs. One command to go from zero to a complete development environment with 90+ pre-configured tools.

Highlights

  • Zero configuration — Auto-detects Go, Rust, Python, Node, Java, Ruby from project files
  • Safe by default — OverlayFS mounts your project read-only; changes require explicit devbox commit
  • 90+ tools — All from nixpkgs, including AI coding assistants (claude-code, aichat, aider)
  • 8 workspace layouts — Pre-built Zellij layouts for AI pair programming, TDD, fullstack, and more
  • 4 VM runtimes — Lima (macOS), Incus (Linux), Multipass, Docker

Install

# Download the binary for your platform
chmod +x devbox-*
mv devbox-* ~/.local/bin/devbox

# Or build from source
git clone https://github.com/ethannortharc/devbox.git
cd devbox && cargo install --path .

Quick Start

cd my-project
devbox            # Auto-detect and create sandbox
devbox doctor     # Verify system setup

Downloads

Platform Binary
macOS (Apple Silicon) devbox-darwin-arm64
Linux (x86_64) devbox-linux-amd64