Skip to content

Installation

Almide is written in Rust. You need cargo installed.

git clone https://github.com/almide/almide.git
cd almide
cargo build --release

The binary is at target/release/almide. Add it to your PATH:

# Add to ~/.zshrc or ~/.bashrc
export PATH="$PATH:/path/to/almide/target/release"
almide --version

Almide files use the .almd extension. Syntax highlighting is available for:

  • VS Code — search for “Almide” in the extension marketplace
  • Tree-sitter — grammar available at almide/almide-grammar

If you plan to contribute to Almide, install the git hooks:

brew install lefthook # or see https://github.com/evilmartians/lefthook
lefthook install