Virke
Installs GSD (Get Shit Done) to any supported AI coding runtime — without requiring Node.js.
Supports: Claude Code, OpenCode, Gemini CLI, Codex, Copilot, Cursor, and Antigravity.
Installation
Pre-built binaries (recommended)
Download the latest release for your platform from GitHub Releases:
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1+) | virke-aarch64-apple-darwin.tar.gz |
| macOS | Intel | virke-x86_64-apple-darwin.tar.gz |
| Linux | x86_64 | virke-x86_64-unknown-linux-gnu.tar.gz |
| Linux | ARM64 | virke-aarch64-unknown-linux-gnu.tar.gz |
| Windows | x86_64 | virke-x86_64-pc-windows-msvc.zip |
Extract and place the virke binary in your PATH.
From crates.io
From source
Usage
# Install GSD to Claude Code (global)
# Install to a specific runtime
# Install to all runtimes
# Interactive mode (prompts for runtime and location)
# Uninstall
Library
The virke-core crate exposes the installer logic as a library:
License
MIT