Installation
Prerequisites
Section titled “Prerequisites”Devlish is a single binary with no runtime dependencies. You need:
- macOS, Linux, or Windows (x86_64 or ARM64)
- A terminal
Install via script (macOS / Linux)
Section titled “Install via script (macOS / Linux)”curl -sSL https://devlish.com/install.sh | shThis downloads the prebuilt binary to ~/.devlish/bin/ and adds it to your PATH.
Build from source
Section titled “Build from source”Requires Rust 1.75+ with the stable toolchain:
git clone https://github.com/adubinsky/devlish.gitcd devlish/crates/devlish_corecargo build --releaseThe binary is at target/release/devlish-core. The bin/devlish shim in the repo root runs it.
Verify installation
Section titled “Verify installation”devlish version# devlish 0.1.0 (rust-native)
devlish helpVS Code Extension
Section titled “VS Code Extension”Install from the VS Code marketplace or Cursor extensions panel. Search for “Devlish” to get syntax highlighting, formatting, hover docs, and autocomplete.
What’s next
Section titled “What’s next”- Quick Start - write and run your first program
- Your First Tool - build an MCP tool