Skip to main content

A local-first AI development environment powered by Claude Code

Project description

Flowpad

A local-first AI development environment powered by Claude Code. Run AI-assisted workflows directly on your machine with full control over your data.

Install

Desktop App (recommended)

Download the latest release for your platform:

Platform Download
macOS (Apple Silicon) Flowpad-arm64.dmg
macOS (Intel) Flowpad-x64.dmg
Windows Flowpad Setup.exe
Linux (AppImage) Flowpad-x64.AppImage
Linux (deb) Flowpad-x64.deb
Linux (rpm) Flowpad-x64.rpm

The desktop app handles everything automatically — no Python or other dependencies required. On first launch it installs the backend from PyPI and starts it for you.

Linux AppImage

chmod +x Flowpad-x64.AppImage
./Flowpad-x64.AppImage

Python Package (CLI)

Install Flowpad as a command-line tool. Requires Python 3.10+.

Using uv (recommended)

# Install uv if you don't have it
curl -LsSf https://astral.sh/uv/install.sh | sh

# Install flowpad
uv tool install flowpad

# Start the server
flow start

Using pipx

# Install pipx if you don't have it
python3 -m pip install --user pipx

# Install flowpad
pipx install flowpad

# Start the server
flow start

Using pip

pip install flowpad

# Install a specific version
pip install flowpad==0.2.0

This starts the Flowpad server at http://localhost:9007 and opens it in your browser.

Upgrade

# Using uv
uv tool upgrade flowpad

# Using pipx
pipx upgrade flowpad

# Using pip
pip install --upgrade flowpad

CLI Commands

Command Description
flow Print version
flow start Start the server (background, with auto-restart)
flow stop Stop the server
flow status Show server status
flow setup <agent> Setup Flowpad for a coding agent (e.g. claude-code)
flow trace Start server and trace hook events in real-time
flow hooks set Install Flow hooks into Claude Code settings
flow hooks list List configured hooks
flow hooks clear Remove Flow hooks from Claude Code settings
flow config list List configuration values
flow config set key=value Set a configuration value
flow auth login Login to Flowpad (opens browser or accepts API key)
flow auth logout Logout and remove stored credentials
flow ping <string> Send a test ping to the local server

Uninstall

# Using uv
uv tool uninstall flowpad

# Using pipx
pipx uninstall flowpad

# Using pip
pip uninstall flowpad

Requirements

Install method Requirements
Desktop app None (self-contained)
Python package Python 3.10+

Both methods require an internet connection on first launch to download dependencies.

Contributing

Flowpad is open source. To set up a local development environment, run the tests, or build the package, see docs/contributing.md.

License

Copyright (c) 2024 Langware Labs. All rights reserved.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flowpad-0.2.12.tar.gz (11.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flowpad-0.2.12-py3-none-any.whl (12.3 MB view details)

Uploaded Python 3

File details

Details for the file flowpad-0.2.12.tar.gz.

File metadata

  • Download URL: flowpad-0.2.12.tar.gz
  • Upload date:
  • Size: 11.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.17

File hashes

Hashes for flowpad-0.2.12.tar.gz
Algorithm Hash digest
SHA256 3ef45671de724e59dcd722aa9444befd246c87151486fbb00a1c52d315337125
MD5 1b090c8bd5fb7b7376887c76d77bf2c2
BLAKE2b-256 54361fe9044c5c4862a9fd9a77799525a5e4d13ded4eea8a49e45086c2c36a00

See more details on using hashes here.

File details

Details for the file flowpad-0.2.12-py3-none-any.whl.

File metadata

  • Download URL: flowpad-0.2.12-py3-none-any.whl
  • Upload date:
  • Size: 12.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.17

File hashes

Hashes for flowpad-0.2.12-py3-none-any.whl
Algorithm Hash digest
SHA256 83b2e5cb710b5d9a2473d0f7f177117ee3819df0928924269ec4cb85962d4269
MD5 e37373ede526ab8acb7a9320ddea868f
BLAKE2b-256 604bc68e150f4b76bd04261ec6865d05c7cea9e3da333301b09d62d1f78c08dc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page