runspec-linux
Linux system-administration runnables (plus Python-venv management, crontab,
filesystem, and the cross-platform web/TLS/API probes) for
runspec. pip install it into a venv and
the runnables are discoverable by runspec local, runspec serve (MCP), and
runspec-console.
All runnables emit JSON on stdout. Read-only runnables are autonomy = "autonomous"; state-changing ones are autonomy = "confirm". The privileged
runnables declare run_as = "root", so runspec-console escalates them via
sudo — run enable-passwordless-sudo once to install a visudo-validated
/etc/sudoers.d drop-in so they run without a password prompt.
Install
pip install runspec-linux
Runnables
| Group | Runnables |
|---|---|
| System | system-info, disk-usage, check-memory, cpu-info, pressure |
| Processes | list-processes |
| Services | list-services, check-service, restart-service, service-detail, failed-units |
| Logs | tail-log, search-log, journalctl |
| Network | ping-host, check-port, show-connections, trace-route, route-table, socket-stats, dns-config, open-ports |
| Kernel params | get-sysctl, set-sysctl |
| Files | find-large-files, backup-files, owning-package |
| Sessions | last-logins, who |
| Containers | list-containers, container-logs, restart-container |
| Packages | list-packages, list-upgrades, upgrade-packages, install-package, remove-package |
| Power | reboot-host |
| Sudo bootstrap | enable-passwordless-sudo |
| Python venvs | create-venv, install-into-venv, configure-pip |
| TCP | nc-command |
| Commands | which |
| Cron | cron (multi-verb: list/add/remove/clear) |
| Filesystem | filesystem (multi-verb, backed by runspec-fs-core) |
| Web / TLS / API | cert-check, cert-chain, tls-info, http-check, http-headers, redirect-trace, dns-lookup, api-spec |
The package-management runnables auto-detect apt / dnf / yum / zypper / pacman.
The web/TLS/API probes are pure HTTP (shared with runspec-windows via
runspec-webops-core) and run anywhere.
system-info
list-upgrades
check-port --host db-01 --port 5432
cert-check --url https://internal.example.com
Python venvs
create-venv, install-into-venv and configure-pip take a per-invocation
--run-as <user> (+ --become-method sudo|su) rather than a declarative
run_as, so the service account that owns a shared venv is chosen per call:
create-venv --python /usr/bin/python3.12 --dest /opt/venvs/ops --run-as svc-ops --group ops
install-into-venv --venv /opt/venvs/ops --package "runspec-linux==0.13.2" --run-as svc-ops
Public Python API
The pure logic lives in runspec-linux-core — no
runspec dependency, no runspec.toml, no entry points (so it surfaces no
runnables). A corporate wrapper package that only wants a helper should depend
on the core alone:
from runspec_linux_core import nc_send, system_info, install_into_venv
The helpers are also re-exported from runspec_linux for back-compat. Core
helpers return plain data and raise (ToolNotFoundError / CommandError) on
failure; the runnable wrappers catch these to render the CLI/agent behaviour.
Development
python -m venv .venv && . .venv/bin/activate
pip install -e ".[dev]"
ruff check . && ruff format --check .
pytest
Release files for runspec-linux 0.13.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| runspec_linux-0.13.3.tar.gz | 33.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| runspec_linux-0.13.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 65.3 kB
Release files / runspec_linux-0.13.3.tar.gz
| Download URL | runspec_linux-0.13.3.tar.gz |
|---|---|
| Size | 33.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cf3aa4585f33cb3982b8cc2f25342c308fd5d8071b5de66a6db4ada25c675b24
|
|
BLAKE2b-256 checksum How to use checksums |
d873d7c54f73f2643d8a7daa452dd1d31ea6e56d384a6c9e5d2a9f77c567b868
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.
Transparency logRelease files / runspec_linux-0.13.3-py3-none-any.whl
| Download URL | runspec_linux-0.13.3-py3-none-any.whl |
|---|---|
| Size | 31.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9bcb098653beab7c31a0b74921458e6587ff23753643f2ce640b794a0b5750d9
|
|
BLAKE2b-256 checksum How to use checksums |
3a922f4d7a52726226738aa9c8656932f06cfda614a661238c66c69955a1034a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.
Transparency log