https://github.com/koute/vibebox
https://github.com/koute/vibebox
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koute/vibebox
- Owner: koute
- License: apache-2.0
- Created: 2026-01-19T05:14:53.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-05-12T12:44:43.000Z (28 days ago)
- Last Synced: 2026-05-12T14:35:57.407Z (28 days ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# vibebox
This is my personal script to set up a sandbox for LLMs to play in.
Just `cd` into a directory you want to work in and run `vibebox`.
## Features
- Filesystem sandboxing: only the current directory is accessible within the container.
- Persistent $HOME directory within the sandbox, with the rest of the system being ephemeral.
- Ubuntu-based image, with support for C, C++, Rust, Python, Ruby, Node.js and CUDA.
- Fake root access within the container, with password-less `sudo`.
- Has Claude Code, OpenCode and Mistral Vibe preinstalled.
- Simple and easily customizable.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.