SaaSHub helps you find the best software and product alternatives Learn more →
Exodus Alternatives
Similar projects and alternatives to exodus
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
AppImageKit
Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
xxh
🚀 Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish, zsh, osquery and so on.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
exodus discussion
exodus reviews and mentions
-
The tragedy of trying to run an old node project
on the old host and then copy all the thing that is referenced, put into ./foo and then start like so on new host: `LD_LIBRARY_PATH=./foo ./your-binary`. (may include typos, from memory)
A great tool for this used to be https://github.com/intoli/exodus - not sure if it still works.
Disclaimer: Also please don't do this with network-facing services, security applies, etc.pp. but it's a good trick to know.
-
I reduced the size of my Docker image by 40% – Dockerizing shell scripts
COPY --from=ugit-ops /lib/ld-musl-* /lib/
No, what I'm saying is you're blanket copying fully different versions of common library files into the operating system lib folder as shown above, possibly breaking OS lib symlinks in the process for _current_ versions used in Alpine OS if they exist now or in the future, potentially destroying OS lib dependencies, and also overwriting the ones possibly included in the future by Alpine OS itself to get your statically copied versions of the various CLI tools to work.
That is _insanely_ shortsighted. There's a safe way to do that and then there is the way you did it. If you want to learn to do it right, look at how Exodus does it so that they don't destroy OS library dependency files in the process of making a binary able to be moved from one OS to another.
Exodus: https://github.com/intoli/exodus
-
FreeBSD Jails for Fun and Profit
Exodus?
Exodus – relocation of Linux binaries–and all of their deps–without containers - https://github.com/intoli/exodus
- Exa · A Modern Replacement for ls
-
How to find all requirements for a linux binary?
This was on hacker News this morning : https://github.com/intoli/exodus
-
Hacker News top posts: Dec 5, 2021
Exodus – relocation of Linux binaries–and all of their deps–without containers\ (49 comments)
- Exodus – relocation of Linux binaries–and all of their deps–without containers
- Exodus – relocation of Linux binaries–and all of their deps–without containers - a very useful piece of software!
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 Jun 2025
Stats
intoli/exodus is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of exodus is Python.