Installation
Quick Install
shell
curl -fsSL https://athas.dev/install.sh | shTo install the latest preview release:
shell
curl -fsSL https://athas.dev/install.sh | sh -s -- --previewIf you prefer wget:
shell
wget -qO- https://athas.dev/install.sh | shThe 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:
shell
curl -fsSL https://athas.dev/install.sh | lessPackage Managers
shell
brew install --cask athasdev/tap/athasManual Download
Download the latest version from GitHub releases:
- Download the
.dmgfile from releases - Open the downloaded file
- Drag Athas to your Applications folder
- Open Athas from Applications
Uninstall
shell
rm -rf /Applications/Athas.app
rm -rf ~/Library/Application\ Support/com.code.athas
rm -rf ~/Library/Caches/com.code.athas