The open-source desktop app for managing Docker containers, Linux VMs, and Kubernetes — blazing fast, built with Rust.
CrateBay brings a unified, native-speed experience for Docker containers, Linux VMs, and Kubernetes clusters — without the overhead.
Full lifecycle control — create, start, stop, restart, remove. Real-time log streaming and exec into running containers.
Native VM support via Virtualization.framework (macOS), KVM (Linux), and Hyper-V (Windows). Boot in seconds.
Search and pull images from Docker Hub and private registries. Manage volumes with inspect, create, prune, and mount operations.
Real-time CPU, memory, network, and disk I/O monitoring for every container and VM. Spot issues instantly.
Automatic port forwarding and near-native file sharing between host and guest via VirtioFS.
Built-in K3s integration with pod, service, and deployment dashboards. Manage namespaces and workloads effortlessly.
Extensible architecture with lifecycle hooks. Build custom plugins to integrate your own tools and workflows.
Runs on macOS, Linux, and Windows. Same interface, same speed, same experience on every platform.
A clean, responsive GUI built with Tauri and React. Every interaction feels instant.
| Name | Image | Status | CPU | Memory |
|---|---|---|---|---|
| web-frontend | nginx:alpine |
Running | 0.3% | 24 MB |
| api-server | node:20-slim |
Running | 1.2% | 128 MB |
| db-postgres | postgres:16 |
Stopped | — | — |
| redis-cache | redis:7-alpine |
Paused | — | 52 MB |
Full-stack Rust — from the GUI backend to the daemon to the VM engine. Zero garbage collection. Maximum performance.
A quick look at how CrateBay compares to the alternatives.
| Feature | CrateBay | Docker Desktop | OrbStack |
|---|---|---|---|
| App Size | ~18 MB | ~1.5 GB | ~200 MB |
| Memory Usage | ~50 MB idle | ~2 GB | ~200 MB |
| Startup Time | < 1s | ~10s | ~2s |
| Open Source | ✓ | ✗ | ✗ |
| Free | ✓ | ✗ * | ✗ * |
| VM Support | ✓ | ✗ | ✓ |
| Kubernetes | ✓ (K3s) | ✓ | ✗ |
| Plugin System | ✓ | ✗ | ✗ |
| Cross-platform | ✓ | ✓ | macOS only |
Choose your preferred installation method.
macOS & Linux
$ brew tap coder-hhx/cratebay
$ brew install cratebay
Build from source
$ cargo install cratebay
Pre-built binary
# Download latest release
$ gh release download --repo coder-hhx/CrateBay
$ ./cratebay