Skip to content
Toolbox

Toolbox

One home for installers, compatibility references, and a web directory of platforms and databases that run straight in the browser.

Open Web Directory

Installers

Choose the installer surface you want to work with.

Prefer the terminal?

Run the cross-platform TUI installer — it autodetects your system, lets you multi-select packages just like this site, and installs them for real. View on GitHub ↗

Windows (PowerShell)
irm https://raw.githubusercontent.com/interneto/tui-toolbox-installer/main/scripts/install.ps1 | iex
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/interneto/tui-toolbox-installer/main/scripts/install.sh | sh
Already have uv, or want a local dev checkout?

Skip the bootstrap with uv:

Run once (no install)
uvx --from git+https://github.com/interneto/tui-toolbox-installer interneto-install
Install the command
uv tool install git+https://github.com/interneto/tui-toolbox-installer

From a local checkout (development):

python -m venv .venv && . .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install -e ".[dev]"      # app + test tooling
interneto-install            # launch the TUI
interneto-install --detect   # just print what was autodetected
pytest                       # run the smoke tests

Re-running either one-liner upgrades to the latest version.

Compatibility Tables

Compare availability and support before jumping into each installer.

Web Directory

Web apps, platforms, and databases — all browser-based, no install step.