GET STARTED
Install and run the demo.
Riposte is a single command-line tool. Install it, run the bundled offline demo, and watch a full operator run end to end. No network, no keys, no account.
STEP 01
Install it.
The intended install is a one-liner. pipx keeps it in its own isolated environment, which is the cleanest option for a command-line tool.
$ pipx install riposte$ pip install riposteThe package publish is still landing, so if the one-liner does not resolve yet, install from source. This path works today and needs only Python 3.11+ and git.
$ git clone https://github.com/JoakimLarssen/Riposte$ cd Riposte$ pip install -e .
STEP 02
Run the demo.
One command runs the offline demo. It streams a complete operator run: it maps a scope, tests the inputs, lands an opening, and then hands the decision back to you.
$ riposte runThe demo runs entirely on your machine against bundled data. The sample finding it shows ships from a bundled template, not a live model, so the walkthrough is identical everywhere.
STEP 03
Point it at a target.
When you are ready for real work, give Riposte a scope you are authorized to touch. It refuses anything outside that scope by default, and every consequential move waits for your call.
- RequiresPython 3.11+ and git
- Networkoffline after install . no telemetry
- LicenseApache-2.0 . open source
- Statuspre-alpha . under active work
pre-alpha . apache-2.0 . no telemetry . runs offline