Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
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/atlas
or

Install via npx

npx @hexmos/ipm i pacifio/atlas

Prerequisites

Bun

javascript runtime

Version: latest

Rust

programming language

Version: stable

Xcode Command Line Tools

sdk

GTK 3

library

Version: latest

WebKit2GTK 4.1

library

Version: latest

GLib headers

library

Version: 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.dmg

Download 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.dmg

Build from Source

git clone https://github.com/pacifio/atlas

cd atlas

bun install

bun run dev:app

Build Production App Bundle

git clone https://github.com/pacifio/atlas

cd atlas

bun install

bun run build:app

Build Production DMG Installer

git clone https://github.com/pacifio/atlas

cd atlas

bun install

bun run build:app:dmg

Post Installation Steps

  • Ensure 'claude' CLI is installed and on your PATH if you intend to use the Claude Code agent.