kestrel-app
v0.21.0
Published
AI-powered job search platform — installer. Installs and launches Kestrel via Python/pip.
Maintainers
Readme
kestrel-app
One-command installer for Kestrel — an AI-powered job search platform that runs on your computer.
Usage
npx kestrel-appThis will:
- Check for Python 3.11+ (required)
- Install Kestrel via pip/pipx
- Launch the web interface in your browser
What is Kestrel?
Kestrel discovers jobs, scores them with AI, tracks your pipeline, and preps you for interviews — all running locally. Your data stays on your machine.
Other install methods
# curl one-liner
curl -fsSL https://raw.githubusercontent.com/pleasedodisturb/kestrel/main/install.sh | bash
# pip (if you have Python 3.11+)
pip install kestrel-app && kestrel start
# Homebrew (macOS)
brew install pleasedodisturb/kestrel/kestrel
# Docker
git clone https://github.com/pleasedodisturb/kestrel.git && cd kestrel && bash setup.shLicense
AGPL-3.0-or-later — same as the main Kestrel project.
