Skip to content

Releases: FarhadShariatzadeh/StackPilot

v1.1.16

03 May 02:35

Choose a tag to compare

StackPilot v1.1.16

Quick Start — no install, no terminal needed

  1. Download the zip for your OS below and unzip it
  2. Open the .env file in Notepad and replace sk-your-openai-api-key-here with your real OpenAI API key
  3. Save the file
  4. Double-click StackPilot.Api.exe (Windows) or run ./StackPilot.Api (Linux/macOS)
  5. Open your browser at http://localhost:5050 — the StackPilot UI will load automatically

Windows SmartScreen warning: Click More info → Run anyway — this is expected for unsigned open-source binaries.

See the README for full documentation.

What's Changed

Full Changelog: v1.1.0...v1.1.16

v1.1.15

03 May 02:19
115d72a

Choose a tag to compare

StackPilot v1.1.15

Quick Start — no install, no terminal needed

  1. Download the zip for your OS below and unzip it
  2. Open the .env file in Notepad and replace sk-your-openai-api-key-here with your real OpenAI API key
  3. Save the file
  4. Double-click StackPilot.Api.exe (Windows) or run ./StackPilot.Api (Linux/macOS)
  5. Open your browser at http://localhost:5050 — the StackPilot UI will load automatically

Windows SmartScreen warning: Click More info → Run anyway — this is expected for unsigned open-source binaries.

See the README for full documentation.

What's Changed

Full Changelog: v1.1.0...v1.1.15

v1.1.0

03 May 01:42

Choose a tag to compare

StackPilot v1.1.0

Quick Start — no install, no terminal needed

  1. Download the zip for your OS below and unzip it
  2. Open the .env file in Notepad and replace sk-your-openai-api-key-here with your real OpenAI API key
  3. Save the file
  4. Double-click StackPilot.Api.exe (Windows) or run ./StackPilot.Api (Linux/macOS)
  5. Open your browser at http://localhost:5050/health — you should see Healthy

Windows SmartScreen warning: Click More info → Run anyway — this is expected for unsigned open-source binaries.

See the README for full documentation.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

03 May 01:18

Choose a tag to compare

StackPilot v1.0.0

Quick Start

  1. Copy .env.example to .env and set your OPENAI_API_KEY
  2. Run docker-compose up — includes Qdrant + Redis
  3. API available at http://localhost:5050
  4. Interactive docs at http://localhost:5050/scalar/v1 (dev mode only)

See the README for full setup instructions.

What's Changed

Full Changelog: https://github.com/FarhadShariatzadeh/StackPilot/commits/v1.0.0