Minimal @ RSA 2026 — Book a Meeting
EARLY ACCESS

Declarative. Isolated. Reproducible.

Lightning fast, local first sandboxes that coordinate devs, agents, and CI.

GITHUB JOIN BETA
minimal run
$

13x faster cold starts.

Boot secure sandboxes in seconds. Outperform the Docker daemon.

100x faster installs.

Resolve dependencies in sub-seconds. End the BUILD+WAIT cycle.

80% leaner storage.

Shared global caching. Prebuilt packages that won't bloat disks.

Environmental parity.

Repeatable execution. Identical sandbox configurations.

Bootstrap an environment in 30 seconds.

Unlock the performance of instant-on microVMs and prebuilt artifact caching.

1

Install Minimal BETA

A single binary. No daemon, no runtime, no dependencies.

$ curl --proto "=https" --tlsv1.2 -fsSL https://go.minimal.dev/install.sh | sh
Linux x86-64 Linux ARM64 Mac ARM64 docs.minimal.dev
2

Initialize Minimal

Add Minimal config to your project.

$ minimal init && minimal update
Python JS TS Go Rust C++ Java Shell
3

Start Cooking

Your workflow, in a sandboxed environment.

bash

WE STARTED OVER.

Containers traded determinism for portability.
Nix sacrificed simplicity for correctness.
Devs using package managers cross their fingers that versioning equals parity.

Build.

Hardened tools for dev and CI environments. Same packages, zero drift.

Version-locked build specs in Nickel that travel with your repo.

Move past the "Docker gamble" with identical builds everywhere.

Rigour Without The Friction

Maintain.

Audit the layers that package managers ignore.
Total stack visibility.

Surface EOL warnings, license conflicts, and security risks before they ship.

One governance model across every language and framework.

Full-stack visibility and provenance

Oversee.

Slash infrastructure costs and build times with local caching.

Patch vulnerabilities in real time with automatic package updates and reporting.

Monitor packages across every environment without manual tracking.

Secure by default, not after audit

Build better with Minimal.

Safe, predictable sandbox environments that work identically for humans, agents, and CI.

FAQ

How does Minimal compare to the competition?

+
Compare vs
Minimal
Deno Sandbox
Reproducible
Yes
Yes
Simple Config
Yes Nickel-based
Yes
Supported Runtime
Polyglot
Limited JS / TS / Python
Composable
Yes dynamic
No
Local-Native
Yes
No
Local Execution
Yes
No
Remote Execution
Yes coming soon
Yes
Strong Isolation
Yes microVM
Yes
Agent Focused
Yes
No
Provisioning Speed
Fast
Fast
Provenance
Yes
No

Why should I use Minimal?

+

TL;DR: Minimal gives you reproducible and performant environments that are secure by default. “Works on my machine” becomes “works on every machine”.

 

Minimal is a declarative build system that gives humans, agents, and CI the exact same reproducible environment. Every Minimal environment is isolated, so you can safely run your workload with agents or on CI, and expect deterministic results. Every dependency used in a Minimal environment is vetted and cached. As a result, Minimal environments are highly efficient, performant, and secure. The vetting process means SBOM and attestation can be generated for every Minimal environment.

Where can I run Minimal?

+

Minimal is local first, and can be tested today using our installer. Sign up for the Beta for early access to cloud runners.

What platform/architecture does Minimal support?

+

Minimal supports x86-64 and ARM64 on Debian 13 / Ubuntu 24.04 LTS or later, and ARM64 on MacOS 26.3 or later.

What language can I use Minimal with?

+

Minimal supports most modern languages, such as C, C++, Rust, Python, Java, Golang, and Javascript.

Is Minimal just another Nix wrapper?

+

No. Minimal was built from the ground up with Rust to be fast, performant and driven from provenance while maintaining declarative simplicity.

How does Minimal ensure isolation?

+

Minimal use microVMs on endpoints likely to contain sensitive information where agent workload interference could cause further harm. On Linux, Minimal has lightweight controls focused on balancing isolation and performance through traditional process sandboxing.

What is the default configuration of a Minimal runtime?

+

4 CPU cores, 8GB ram, 16GB disk space. You can adjust these resources using env vars (docs coming soon).