Installation
From source (recommended)
Section titled “From source (recommended)”Almide is written in Rust. You need cargo installed.
git clone https://github.com/almide/almide.gitcd almidecargo build --releaseThe binary is at target/release/almide. Add it to your PATH:
# Add to ~/.zshrc or ~/.bashrcexport PATH="$PATH:/path/to/almide/target/release"Verify installation
Section titled “Verify installation”almide --versionEditor support
Section titled “Editor support”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
Development setup
Section titled “Development setup”If you plan to contribute to Almide, install the git hooks:
brew install lefthook # or see https://github.com/evilmartians/lefthooklefthook install