Skip to content

Installation

Devlish is a single binary with no runtime dependencies. You need:

  • macOS, Linux, or Windows (x86_64 or ARM64)
  • A terminal
Terminal window
curl -sSL https://devlish.com/install.sh | sh

This downloads the prebuilt binary to ~/.devlish/bin/ and adds it to your PATH.

Requires Rust 1.75+ with the stable toolchain:

Terminal window
git clone https://github.com/adubinsky/devlish.git
cd devlish/crates/devlish_core
cargo build --release

The binary is at target/release/devlish-core. The bin/devlish shim in the repo root runs it.

Terminal window
devlish version
# devlish 0.1.0 (rust-native)
devlish help

Install from the VS Code marketplace or Cursor extensions panel. Search for “Devlish” to get syntax highlighting, formatting, hover docs, and autocomplete.