Skip to main content

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.

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.
The binary release is a single executable file built with PyInstaller. It has no external dependencies.
1

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).
2

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.
3

Verify the installation

Run the binary with the --help flag to confirm it works:
9900dis --help
On Windows:
9900dis.exe --help
You should see the usage information printed to the terminal.

Requirements

RequirementVersionNotes
Python3.12Required for running from source
pipenvany recentManages the virtual environment and dependencies
clicklatestCLI 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.

Build docs developers (and LLMs) love