netops-toolkit v0.52.2
📥 One-command install
curl -sSL https://raw.githubusercontent.com/plures/netops-toolkit/main/install.sh | bashThen:
source ~/.venv/netops/bin/activate
netops-tuiWindows (no administrator rights)
Download netops-toolkit-0.52.2.zip, extract it, then run:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File ".\netops-toolkit-0.52.2\install.ps1"The installer creates a per-user virtual environment under %LOCALAPPDATA%\netops-toolkit, builds offline documentation at %LOCALAPPDATA%\netops-toolkit\docs\index.html, and adds a Start menu shortcut for netops-tui.
📥 Air-gapped / offline
tar xzf netops-toolkit-0.52.2.tar.gz
cd netops-toolkit-0.52.2
./install.shRequirements
- Python >= 3.9
- No sudo needed (installs to ~/.venv/netops)
📚 Offline documentation
The installer builds local documentation at ~/.local/share/netops-toolkit/docs/index.html on Linux and macOS. Set NETOPS_DOCS_DIR before installing to choose another user-writable location.
Full Changelog: v0.52.1...v0.52.2