Install and download

Free installers and one-command bootstrap scripts.

The product has to be runnable by someone who just discovered it. This page gives you the fastest paths: open the studio from source, bootstrap from a tagged GitHub release, or download the packaged assets directly.

Stupid simple

Pick the install path that matches your comfort level.

Everything here is free and GitHub-native. The default experience is still local-first and zero-key.

Easiest source path

Open the studio directly

This keeps the experience obvious: one command, browser opens, no key setup.

python app.py
macOS and Linux

Bootstrap from the latest tag

Pulls the latest public release and installs the packaged binary.

curl -fsSL https://raw.githubusercontent.com/ByteWorthyLLC/honeypot-med/main/scripts/bootstrap/install.sh | bash
Windows

Bootstrap from PowerShell

Downloads the latest tagged Windows package and adds it to the user path.

powershell -ExecutionPolicy Bypass -Command "iwr https://raw.githubusercontent.com/ByteWorthyLLC/honeypot-med/main/scripts/bootstrap/install.ps1 -UseBasicParsing | iex"
Self-hosting

Run the studio in Docker

Useful when you want a clean demo environment without touching your local Python setup.

docker compose up --build studio
Latest assets

Download the current packaged release.

The links below hydrate from the latest GitHub release. If a card still says pending, the tag has not finished publishing yet.

macOS installer

The native package path for non-technical users who want a standard install flow.

Waiting for asset Open asset

macOS tarball

Archive download for operators who prefer to inspect or redistribute the package manually.

Waiting for asset Open asset

Linux tarball

Portable packaged binary for Linux hosts that want the public tagged build.

Waiting for asset Open asset

Windows portable zip

Portable Windows package when you do not want a full installer flow.

Waiting for asset Open asset

Checksums

Release checksums for verification before internal distribution or security review.

Waiting for asset Open asset

Release manifest

Machine-readable inventory of every published asset, size, and SHA256 value.

Waiting for asset Open asset

Local-first still matters

The primary experience is unchanged: run locally, inspect the verdict, and export the proof bundle without API keys.

Checksums are part of the product surface

Open-source distribution gets more credible when the release page includes machine-readable assets and verifiable hashes.

The release page is part of the marketing

People deciding whether a project is real look for a public install path, recent tags, and clean downloads.