CARRIER 9600  ·  LOCK ACQUIRED  ·  ← BAUDHOUSE

04  ·  DESKTOP

SLIPSTREAM

A torrent client that installs and manages its own engine.

One click downloads the official qBittorrent installer, verifies it against a pinned SHA-256, and runs an isolated instance — own profile, own port, own credentials. Your existing setup is never touched.

DOWNLOAD FOR WINDOWS

ALL RELEASES ↗ MACOS · LINUX — PLANNED
VERSION
0.4.0 · AURORA
RELEASED
2026-07-21
SIZE
4.06 MB
SHA256

THE COMMAND DECK

V0.4.0 — AURORA
Slipstream Aurora UI — the Transfers view at full window: sidebar filters, live throughput sparklines, fifteen torrents in a dense table, status bar

WHAT IT DOES

MANAGED ENGINE

No engine installed? One button fetches the official qBittorrent installer, verifies it against a pinned SHA-256, and boots an isolated instance — own profile, port, and credentials. Yours stays untouched.

KEYCHAIN CREDENTIALS

Engine credentials are generated per machine and live in the OS keychain — not in a config file, not in plaintext. The frontend talks to the engine over localhost HTTP, nothing else.

RSS + SEARCH, BUILT IN

Feeds with auto-download rules and multi-plugin search live inside the client. No browser round-trips — results land straight in the transfer list.

WHAT IT DOESN'T DO

It doesn't find content. No indexers, no catalog, no discovery. Slipstream manages transfers you already have — where they come from is your business.

It doesn't torrent by itself. The engine is qBittorrent — official build, GPL, separate process — driven at arm's length over localhost. Slipstream installs it, supervises it, and stays out of its way.

It isn't code-signed yet. Windows SmartScreen will say "Windows protected your PC — unknown publisher." Click More info, then Run anyway — or verify the hash below first. Signing ships the day the certificate does; the release pipeline is already wired for it.

VERIFY THE BITS

SHA-256 + MARK-OF-THE-WEB
# PowerShell — check the installer against the published hash
Get-FileHash .\Slipstream_0.4.0_x64-setup.exe -Algorithm SHA256
# expected:
1dc61364affe4159517d7cd36d366a5bafbcaf96104a8abd9ee49687185fd6bf

# unsigned build: clear the Mark-of-the-Web, or the installer can be silently blocked
Unblock-File .\Slipstream_0.4.0_x64-setup.exe
.\Slipstream_0.4.0_x64-setup.exe

Updates are additionally verified in-app with a minisign signature before they apply.