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
Copy file name to clipboardExpand all lines: README.md
+6-17Lines changed: 6 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,26 @@
7
7
8
8
[OpenShell](https://github.com/NVIDIA/OpenShell) is the runtime environment for autonomous agents -- the infrastructure where they live, work, and verify. It provides a programmable factory where agents can generate synthetic data to fix edge cases and safely iterate through thousands of failures in isolated sandboxes. The core engine includes the sandbox runtime, policy engine, gateway (with k3s harness), privacy router, and CLI.
9
9
10
-
This repo is the community ecosystem around OpenShell -- a hub for contributed skills, sandbox images, launchables, and integrations that extend its capabilities. For the core engine, docs, and published artifacts (PyPI, containers, binaries), see the [OpenShell](https://github.com/NVIDIA/OpenShell) repo.
10
+
This repo is the community ecosystem around OpenShell -- a hub for contributed skills, sandbox images, and integrations that extend its capabilities. For the core engine, docs, and published artifacts (PyPI, containers, binaries), see the [OpenShell](https://github.com/NVIDIA/OpenShell) repo.
11
11
12
12
> Alpha software — single-player mode. OpenShell is proof-of-life: one developer, one environment, one gateway. We are building toward multi-tenant enterprise deployments, but the starting point is getting your own environment up and running. Expect rough edges. Bring your agent.
|`sandboxes/base/`| Foundational image with system tools, users, and dev environment |
25
+
|`sandboxes/droid/`| Android automation and mobile testing workflows |
26
+
|`sandboxes/gemini/`| Gemini CLI workflows |
27
+
|`sandboxes/nvidia-gpu/`| GPU-enabled VM sandbox image with NVIDIA userspace tooling |
26
28
|`sandboxes/ollama/`| Ollama for local and cloud LLMs with Claude Code, Codex, OpenCode pre-installed |
27
29
|`sandboxes/sdg/`| Synthetic data generation workflows |
28
-
|`sandboxes/openclaw/`| OpenClaw -- open agent manipulation and control |
29
-
|`sandboxes/nvidia-gpu/`| GPU-enabled VM sandbox image with NVIDIA userspace tooling |
30
30
31
31
## Getting Started
32
32
@@ -36,24 +36,13 @@ This repo is the community ecosystem around OpenShell -- a hub for contributed s
36
36
- Docker or a compatible container runtime
37
37
- NVIDIA GPU with appropriate drivers (for GPU-accelerated images)
38
38
39
-
### Quick Start with Brev
40
-
41
-
Skip the setup and launch OpenShell Community on a fully configured Brev instance, whether you want to use Brev as a remote OpenShell gateway with or without GPU accelerators, or as an all-in-one playground for sandboxes, inference, and UI workflows.
0 commit comments