• v0.1.0 006738f7b3

    v0.1.0 — First Beta Pre-release

    pyr0ball released this 2026-02-25 16:44:59 -08:00 | 321 commits to main since this release

    Peregrine v0.1.0 — First Beta

    AI-powered job discovery and application pipeline by Circuit Forge LLC.

    "Don't be evil, for real and forever."

    What's included

    • Docker Compose deployment (remote / cpu / single-gpu / dual-gpu profiles)
    • First-run wizard (app/pages/0_Setup.py) with LLM backend connection testing
    • Job discovery via JobSpy + Adzuna + The Ladders + Craigslist
    • Resume keyword matching + cover letter generation
    • Fine-tune pipeline: web upload → training data extraction → containerised LoRA fine-tune → auto-register in Ollama
    • SearXNG-powered company research with inclusion & accessibility sections
    • Email sync + IMAP classifier
    • Interview kanban + prep sheet
    • Survey assistant (text + screenshot via moondream2)
    • Podman support with CDI GPU overlay

    Quick start

    git clone https://git.opensourcesolarpunk.com/pyr0ball/peregrine.git
    cd peregrine
    bash setup.sh
    make start
    # Open http://localhost:8501 — the setup wizard will guide you
    

    Profiles

    Command GPU Services
    make start none app + searxng
    make start PROFILE=cpu none + ollama
    make start PROFILE=single-gpu GPU 0 + ollama + vision
    make start PROFILE=dual-gpu GPU 0+1 + ollama + vision + vllm
    Downloads