Overv/outrun
Execute a local command using the processing power of another Linux machine. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2563
- days_rel: n/a
- days_push: 1317
- n_releases_24m: 0
Adoption not part of the score
3135 stars · 64 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Outrun is a Python CLI tool that executes a local command using the CPU power of another Linux machine over SSH, without requiring the command to be installed remotely. It transparently mounts local files via FUSE and packages command dependencies so they run in a chroot on the remote host.
Use cases
- run ffmpeg encoding on a more powerful remote machine
- execute a command remotely without installing it there
- offload compute-heavy tasks to another Linux host
- run a command on a different distro while keeping local file paths
- use remote processing power for local CLI tools
When to choose
- you need more CPU power than your local machine has
- you want to run a command remotely without installing or configuring it there
- you work across different Linux distributions and want transparent file access
When to avoid
- you don't have root/sudo access on the remote machine
- you don't trust the remote machine with full access to your local files
- you need low-latency execution since first runs copy dependencies over the network
- you're on macOS or Windows
Facets
cli-tool · maturity maintenance
cli developer-tools file-system networking developer-tools microservices python cli remote-execution ssh fuse chroot offloading command-delegation command-line linux
2 sources
- readme: https://github.com/Overv/outrun · fetched 2026-08-28 · 6da251fc730a
- registry_pypi: https://pypi.org/pypi/outrun/json · fetched 2026-08-29 · e6d3c8054c96
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Overv/outrun | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem