AthasAthasDocs

Search documentation

Find a guide or reference page.

DocsGetting started

Installation

Download and install Athas on your platform

On this page4 sections

Quick Install

bash
curl -fsSL https://athas.dev/install.sh | sh

To install the latest preview release:

bash
curl -fsSL https://athas.dev/install.sh | sh -s -- --preview

If you prefer wget:

bash
wget -qO- https://athas.dev/install.sh | sh

The install script detects your OS and architecture, downloads the latest stable release from GitHub by default, verifies the SHA256 checksum when available, and installs it. Pass --preview to install the latest preview release instead.

On macOS, the script installs Athas to /Applications. On Linux, stable installs the app bundle to ~/.local/share/athas/athas.app and links the executable at ~/.local/bin/athas. Preview installs separately at ~/.local/share/athas/athas-preview.app and links ~/.local/bin/athas-preview.

You can inspect the script before running it:

bash
curl -fsSL https://athas.dev/install.sh | less

Package Managers

bash brew install --cask athasdev/tap/athas

Manual Download

Download the latest version from GitHub releases:

Download from GitHub Releases

  1. Download the .dmg file from releases
  2. Open the downloaded file
  3. Drag Athas to your Applications folder
  4. Open Athas from Applications

Uninstall

bash
rm -rf /Applications/Athas.app
rm -rf ~/Library/Application\ Support/com.code.athas
rm -rf ~/Library/Caches/com.code.athas