intoli/exodus
Painless relocation of Linux binaries–and all of their dependencies–without containers. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 3141
- days_rel: n/a
- days_push: 1033
- n_releases_24m: 0
Adoption not part of the score
3012 stars · 76 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Exodus is a Python CLI tool that relocates Linux ELF binaries by bundling them with all of their shared library dependencies, without using containers. It lets you transfer working software from one Linux system to another, even without root access or a distribution package.
Use cases
- copy a binary and all its dependencies to a remote server over ssh
- install software on a Linux distro that has no package for it
- run a program on a machine without root access
- make Linux executables portable across distributions
- bundle an ELF binary so it runs on older or newer glibc systems
- transfer a tool from a laptop to a server without containers
When to choose
- you need to move a working Linux binary to a machine lacking the package or libraries
- you have no root access and can't install dependencies system-wide
- you want portability without the overhead of Docker or AppImage
When to avoid
- you need cross-platform (Windows/macOS) packaging
- you want a full application sandbox or containerized environment
- the binary is statically linked or already portable
- you need actively maintained tooling with recent releases
Facets
cli-tool · maturity maintenance
cli package-manager developer-tools file-system developer-tools operating-systems python cli elf-binaries binary-relocation portable-executables dependency-bundling no-containers command-line packaging linux
1 source
- readme: https://github.com/intoli/exodus · fetched 2026-08-28 · 23bdc7e90e71
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| intoli/exodus | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem