Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Security](https://img.shields.io/badge/security-policy-purple.svg)](SECURITY.md)
[![Docs](https://img.shields.io/badge/docs-github--pages-blue)](https://inoio.github.io/opencode-sandbox/)

opencode-sandbox launches [opencode](https://github.com/anthropics/opencode) inside an isolated Linux VM backed
opencode-sandbox launches [opencode](https://github.com/anomalyco/opencode) inside an isolated Linux VM backed
by [microsandbox](https://github.com/superradcompany/microsandbox). Each project gets a persistent project VM — shared
across sessions with a configurable auto-stop policy (see [Configuration](/docs/configuration.md) and
[Sandboxes](/docs/sandboxes.md)). The VM has your project mounted as `/workspace`, a persistent home directory
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav_order: 1

## What is opencode-sandbox?

opencode-sandbox is a launcher that runs [opencode](https://github.com/anthropics/opencode) inside an isolated microsandbox
opencode-sandbox is a launcher that runs [opencode](https://github.com/anomalyco/opencode) inside an isolated microsandbox
VM powered by [microsandbox](https://github.com/superradcompany/microsandbox). Each project gets a persistent VM
identified by its git remote URL — first boot creates a fresh VM, subsequent runs connect to or start the existing one.
The VM has your project bound as `/workspace`, a persistent home directory volume, and access to a curated toolchain.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 0

This documentation is built from release `{{ site.data.version.release }}`.

Launch [opencode](https://github.com/anthropics/opencode) inside a nearly instant microsandbox VM with your project
Launch [opencode](https://github.com/anomalyco/opencode) inside a nearly instant microsandbox VM with your project
mounted at `/workspace`. Unleash your agents' full permissions in a disposable cage, so they can do their best work
without ever roaming your host or ever learning your secrets.

Expand All @@ -18,4 +18,4 @@ without ever roaming your host or ever learning your secrets.
- [Runner Image]({% link runner-image.md %})
- [Commands]({% link commands.md %})
- [Worktree Sessions]({% link branch-sessions.md %})
- [Troubleshooting]({% link troubleshooting.md %})
- [Troubleshooting]({% link troubleshooting.md %})
Loading