Getting started
Install Atmos and open your first workspace.
Choose how you run Atmos:
Desktop app
macOS with Homebrew
brew install --cask AruNi-01/tap/atmosmacOS install script
curl -fsSL https://install.atmos.land/install-desktop.sh | bashSecurity tip: Avoid piping remote scripts straight into your shell. Prefer downloading the script first, reviewing it (or verifying checksums from GitHub Releases), then running it locally — e.g.
curl -fsSL … -o install-desktop.sh, verify,bash install-desktop.sh.
The install script is for macOS. For Windows and Linux, download the latest installer from GitHub Releases.
Open in browser
Use the hosted web app when you want to open Atmos directly in a browser.
First workspace
- Launch Desktop or open Atmos in your browser.
- Create or open a workspace and connect your project.
- Open a terminal and start working with your Code Agent.
From source (contributors)
bun install && cargo fetch
just dev-api # terminal 1
just dev-web # terminal 2