Minimal @ RSA 2026 — Book a Meeting
EARLY ACCESS

Declarative. Isolated. Reproducible.

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

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.

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

FAQ

How does Minimal compare to the competition?

+
Minimal
Reproducible
Yes
Simple Config
Yes Nickel-based
Supported Runtime
Polyglot
Composable
Yes dynamic
Local-Native
Yes
Local Execution
Yes
Remote Execution
Yes coming soon
Strong Isolation
Yes microVM
Agent Focused
Yes
Provisioning Speed
Fast
Provenance
Yes
Flox / Devenv
Reproducible
Yes Nix-based
Simple Config
No
Supported Runtime
Polyglot
Composable
Yes
Local-Native
Yes
Local Execution
Yes
Remote Execution
No
Strong Isolation
No
Agent Focused
No
Provisioning Speed
Moderate
Provenance
Partial
Deno Sandbox
Reproducible
Yes
Simple Config
Yes
Supported Runtime
Limited JS / TS / Python
Composable
No
Local-Native
No
Local Execution
No
Remote Execution
Yes
Strong Isolation
Yes
Agent Focused
No
Provisioning Speed
Fast
Provenance
No
E2B
Reproducible
Yes
Simple Config
Yes
Supported Runtime
Polyglot
Composable
Partial
Local-Native
No
Local Execution
No
Remote Execution
Yes
Strong Isolation
Yes
Agent Focused
Yes
Provisioning Speed
Fast
Provenance
No
Docker
Reproducible
Partial
Simple Config
No
Supported Runtime
Polyglot
Composable
Partial
Local-Native
No
Local Execution
Yes
Remote Execution
Yes
Strong Isolation
Partial
Agent Focused
No
Provisioning Speed
Slow
Provenance
No
Mise
Reproducible
No
Simple Config
Yes
Supported Runtime
Polyglot
Composable
Partial
Local-Native
Yes
Local Execution
Yes
Remote Execution
No
Strong Isolation
No
Agent Focused
No
Provisioning Speed
Fast
Provenance
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 designed to be local first. We will be releasing remote execution in the near future!

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).