Getting Started
Overview
Get whisp up and running in just a few minutes.
Getting Started
Get whisp up and running in just a few minutes.
Overview
Whisp is a terminal-native AI assistant that helps you:
- Generate commands from natural language descriptions
- Fix errors when commands fail
- Analyze output by piping it through whisp
The tool consists of two parts:
- Daemon — A background process that handles AI requests
- Shell integration — A simple prefix (
,) that sends queries to the daemon
System Requirements
Before installing whisp, make sure you have:
| Requirement | Version | Notes |
|---|---|---|
| Rust | 1.70+ | For building from source |
| ZSH | 5.0+ | Shell integration |
| Python | 3.8+ | For certain features |
| netcat (nc) | Any | For daemon communication |
What's Next?
- Installation — Install whisp on your system
- Quick Start — Your first whisp command