Berm: Run Docker in Your Browser
With Berm, you can virtualize terminal environments directly in your browser using Docker containers and WebSockets—all running securely on your local machine.
Why Choose Berm?
Run Docker Images in Your Browser
Access powerful terminal virtualization by running Docker shell images directly in your browser.
Secure by Design
Berm runs entirely locally, ensuring your environment is secure. Infiltration is only possible if your machine is compromised.
Customizable Environments
Easily customize your Docker image in the `server.js` file to fit your exact needs.
High Performance
Enjoy seamless performance with minimal latency, powered by Docker and WebSockets.
Getting Started
Install Berm using one of the following methods:
- PNPM (Recommended):
pnpm create berm
- NPX:
npx create-berm@1.0.0
- NPM:
npm init berm
- Yarn:
yarn create berm@1.0.0
- Bun:
bun create berm@1.0.0
After installation, customize the Docker image in the server.js
file (default is Arch Linux). Start the server with:
pnpm start