How to install pacifio/atlas. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
pacifio/atlas Installation Guide
How to install pacifio/atlas. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for pacifio/atlas. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i pacifio/atlasor
Install via npx
npx @hexmos/ipm i pacifio/atlasPrerequisites
Bun
javascript runtimeVersion: latest
Rust
programming languageVersion: stable
Xcode Command Line Tools
sdkGTK 3
libraryVersion: latest
WebKit2GTK 4.1
libraryVersion: latest
GLib headers
libraryVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Download for macOS
curl -Lo atlas.dmg https://www.tryatlas.cc/
open atlas.dmgDownload from Releases for macOS
curl -Lo atlas_x86_64.dmg https://github.com/pacifio/atlas/releases/download/alpha-0.3.0/Atlas_0.3.0_x86_64.dmg
open atlas_x86_64.dmgBuild from Source
git clone https://github.com/pacifio/atlas
cd atlas
bun install
bun run dev:appBuild Production App Bundle
git clone https://github.com/pacifio/atlas
cd atlas
bun install
bun run build:appBuild Production DMG Installer
git clone https://github.com/pacifio/atlas
cd atlas
bun install
bun run build:app:dmgPost Installation Steps
- Ensure 'claude' CLI is installed and on your PATH if you intend to use the Claude Code agent.
