Get the official PolitiCap Android app. Browse markets, follow tickers, and stay on the desk from your phone.

Download PolitiCap APK · Android · v0.1.0 · about 58 MB

Install on Android

  1. Tap Download PolitiCap APK above (or open the URL on your phone).
  2. If Android asks, allow installs from your browser or Files app.
  3. Open the downloaded APK and tap Install.
  4. Open PolitiCap and sign in with your politicap.eu account.

Broker Lite (Linux CLI)

Starter kit for a future where traders can run their own broker node on a laptop or VPS. Python 3, standard library only — talks to the PolitiCap hub over HTTPS only (no database).

Download Broker Lite · Linux / Python 3 · v0.1.0 · ~28 KB · versioned file

  • Conceptual broker-node API documented in the package (hub implements routes step by step)
  • --demo mode works offline so you can learn the CLI today
  • Match policy: best price first; FIFO only at the same price
  • SHA-256: 004bb7f2e9c97a45728185ec4c0169561e0dd6bba94ef1e75ab8087165670ec1

Fleet DEV hosts (apt cycle): sudo apt update && sudo apt install politicap-broker-lite

Try it

tar xzf politicap-broker-lite.tar.gz
cd politicap-broker-lite-0.1.0
python3 -m politicap_broker_lite status --demo
python3 -m politicap_broker_lite endpoints
./bin/pc-broker book MUSKE --demo

Need help? See Support.