@glincker/palrun
v0.1.0-beta.1
Published
AI command palette for your terminal - discover and run project commands instantly
Maintainers
Readme
@glinr/palrun
AI command palette for your terminal - discover and run project commands instantly
This is the npm wrapper package for Palrun. It downloads the pre-built binary for your platform during installation.
Installation
npm install -g @glinr/palrunOr with yarn:
yarn global add @glinr/palrunOr with pnpm:
pnpm add -g @glinr/palrunUsage
After installation, you can run:
palrun
# or
palFeatures
- Fuzzy search across all your project commands
- Auto-discovers npm scripts, Cargo targets, Make tasks, and more
- AI-powered command generation (Claude + Ollama)
- Runbooks for team workflows
- Works with monorepos (npm, pnpm, yarn, Nx, Turbo)
Alternative Installation Methods
If npm installation fails, you can install Palrun using:
Cargo (Rust)
cargo install palrunFrom Source
git clone https://github.com/GLINCKER/palrun.git
cd palrun
cargo build --releaseDirect Download
Download pre-built binaries from the GitHub Releases page.
Supported Platforms
- macOS (x64, ARM64)
- Linux (x64, ARM64)
- Windows (x64)
License
MIT - see LICENSE
