9900dis is available as a self-contained binary release for each platform, or you can run it directly from source if you prefer. The binary release is the quickest path: download, extract, and run. Running from source requires Python 3.12 and pipenv, but gives you full access to the code.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/caljer1/9900dis/llms.txt
Use this file to discover all available pages before exploring further.
- Binary release
- From source
The binary release is a single executable file built with PyInstaller. It has no external dependencies.
Download the release archive
Download the release zip for your platform from the project’s releases page. Each archive contains a single executable named
9900dis (macOS and Linux) or 9900dis.exe (Windows).Extract the archive
Extract the zip file to a directory of your choice. You will find a single binary file inside — no installer or additional files are needed.
Requirements
| Requirement | Version | Notes |
|---|---|---|
| Python | 3.12 | Required for running from source |
| pipenv | any recent | Manages the virtual environment and dependencies |
| click | latest | CLI framework, installed automatically by pipenv |
The binary release is built using PyInstaller, which bundles the Python interpreter and all dependencies into a single executable. You do not need Python installed to use the binary release.