Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
gominimal
/
minimal
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
53
Code
Issues
59
Pull requests
15
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
minimal
crates
sandbox2
on
main
User selector
All users
All time
Commit history
Commits on Aug 7, 2026
fix: fixed uid/gid not being set during session creation
evanspearman
authored and
twitchyliquid64
committed
8bfe0dd
View commit details
Copy full SHA for 8bfe0dd
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
fix(sandbox2): make rootfs a BTreeSet so assembly order is deterministic
Show description for f5a9a98
2 people
authored and
twitchyliquid64
committed
f5a9a98
View commit details
Copy full SHA for f5a9a98
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
feat(minimald): support arbitrary session exec
twitchyliquid64
committed
e0f67c8
View commit details
Copy full SHA for e0f67c8
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
feat: plumb daemon IDs through to identify a process
twitchyliquid64
committed
4fbbd0f
View commit details
Copy full SHA for 4fbbd0f
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
feat: always set certain important variables automatically (#1060)
Show description for 12c81c3
evanspearman
authored
12c81c3
View commit details
Copy full SHA for 12c81c3
View code at this point
Browse repository at this point
feat(minimald): support min materialize within a session
twitchyliquid64
committed
b1a4f1f
View commit details
Copy full SHA for b1a4f1f
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
ci: fulfil the defined nightly test tier and fix hygiene at the source (#967)
Show description for 5a30f2e
norrietaylor
and
claude
authored
5a30f2e
View commit details
Copy full SHA for 5a30f2e
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
chore(license): centralize crate license inheritance under Apache-2.0 (#848)
Show description for 13cb066
norrietaylor
and
claude
authored
13cb066
View commit details
Copy full SHA for 13cb066
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
feat(minimald): ship an AppArmor profile granting minimald userns (#740)
Show description for ca23aeb
norrietaylor
and
claude
authored
ca23aeb
View commit details
Copy full SHA for ca23aeb
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
fix: decouple mctx from hakoniwa for macOS build-system commands (#721)
Show description for b27c498
0chroma
authored
b27c498
View commit details
Copy full SHA for b27c498
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
build: pin the Rust toolchain via rust-toolchain.toml (#701)
norrietaylor
authored
8c9c33c
View commit details
Copy full SHA for 8c9c33c
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
fix(orchestrator,rcache): offload package extract so the spinner renders (#624)
Show description for e7c2674
twitchyliquid64
and
claude
authored
e7c2674
View commit details
Copy full SHA for e7c2674
View code at this point
Browse repository at this point
Commits on Jul 2, 2026
feat(minimald,sandbox2): rootless host-native (DM2) own-ip networking (#589)
Show description for 3e9637a
norrietaylor
and
claude
authored
3e9637a
View commit details
Copy full SHA for 3e9637a
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
feat(minimald,minvmd,minimal2): end-to-end VM/guest/session networking integration (#581)
norrietaylor
authored
3b28f9f
View commit details
Copy full SHA for 3b28f9f
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
feat(minimald,sandbox2): wire net switch into live OwnIp launch path (#547)
Show description for 350e492
gominimal-aw-bot[bot]
and
claude
authored
350e492
View commit details
Copy full SHA for 350e492
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
feat(minimald,sandbox2): gvproxy switch lifecycle, OwnIp tap relay, and netns proofs (#525)
Show description for 9f29691
gominimal-aw-bot[bot]
and
claude
authored
9f29691
View commit details
Copy full SHA for 9f29691
View code at this point
Browse repository at this point
Commits on Jun 21, 2026
feat(sandbox2,minimald-rpc,sessions): introduce trimodal NetworkMode enum (#507)
gominimal-aw-bot[bot]
authored
4bdbdc0
View commit details
Copy full SHA for 4bdbdc0
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
feat: session-specific sandbox wiring (#425)
Show description for a79104e
twitchyliquid64
authored
a79104e
View commit details
Copy full SHA for a79104e
View code at this point
Browse repository at this point
test(sandbox2): cover Sandbox::new bound-dir construction path (#441)
Show description for d3093bf
gominimal-aw-bot[bot]
authored
d3093bf
View commit details
Copy full SHA for d3093bf
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
feat(minimald): make ctrl-c work in a minimal session
twitchyliquid64
committed
45ac7a0
View commit details
Copy full SHA for 45ac7a0
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
test(sandbox2): add behavior tests for Sandbox::new (#259)
Show description for 30c1618
gominimal-aw-bot[bot]
and
Copilot
authored
30c1618
View commit details
Copy full SHA for 30c1618
View code at this point
Browse repository at this point
Commits on May 26, 2026
sandbox2: hardlink CS mirror contents into rootfs (#228 follow-up) (#234)
Show description for 002fb9e
bryan-minimal
and
claude
authored
002fb9e
View commit details
Copy full SHA for 002fb9e
View code at this point
Browse repository at this point
Commits on May 25, 2026
sandbox2 + op: CS-compatible nested-sandbox plumbing (#228)
Show description for c0b592b
bryan-minimal
and
claude
authored
c0b592b
View commit details
Copy full SHA for c0b592b
View code at this point
Browse repository at this point
Commits on May 23, 2026
crates/sandbox2: Copy `Local` build_deps to avoid hardlinking errors
twitchyliquid64
committed
20172b4
View commit details
Copy full SHA for 20172b4
View code at this point
Browse repository at this point
Commits on May 19, 2026
crates/sandbox2: do not error if systemd cgroups setup fails
twitchyliquid64
committed
75a021e
View commit details
Copy full SHA for 75a021e
View code at this point
Browse repository at this point
Commits on May 13, 2026
Fixed a bug where nested sandboxes would fail if we tried to mount a file with a flag locked by the outer sandbox but not the inner (#208)
evanspearman
authored
ec06be0
View commit details
Copy full SHA for ec06be0
View code at this point
Browse repository at this point
Commits on May 7, 2026
crates/sandbox2: setup /run directory as writeable
twitchyliquid64
committed
3949779
View commit details
Copy full SHA for 3949779
View code at this point
Browse repository at this point
Commits on May 5, 2026
assorted: fix clippy + fmt
twitchyliquid64
committed
183a3f3
View commit details
Copy full SHA for 183a3f3
View code at this point
Browse repository at this point
**/Cargo.{lock,toml}: bump versions, MSRV 1.91
twitchyliquid64
committed
8db5a3a
View commit details
Copy full SHA for 8db5a3a
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
crates/sandbox2: support MINIMAL_INTERNAL_PATCH_STRIP setting
twitchyliquid64
committed
30572f7
View commit details
Copy full SHA for 30572f7
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
crates/sandbox2: catch panics in env channel handler to avoid socket permanently dying
twitchyliquid64
committed
61af683
View commit details
Copy full SHA for 61af683
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
crates/sandbox2: do not synchronize hakoniwa spawns
twitchyliquid64
committed
69eb8ac
View commit details
Copy full SHA for 69eb8ac
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
Fix /etc/passwd root home to match sandbox HOME (#113)
Show description for 9249922
bryan-minimal
and
claude
authored
9249922
View commit details
Copy full SHA for 9249922
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
crates/sandbox2: add undocumented env var to always use cgroups
twitchyliquid64
committed
1462654
View commit details
Copy full SHA for 1462654
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
crates/sandbox2: do not configure cgroups without systemd
twitchyliquid64
committed
9342d1e
View commit details
Copy full SHA for 9342d1e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.