clyde
A cross-platform package manager for prebuilt applications (by agateau)
liftinstall
An adaptable installer for your application (by j-selby)
clyde | liftinstall | |
---|---|---|
3 | 1 | |
31 | 48 | |
- | - | |
7.1 | 4.9 | |
about 2 months ago | about 1 year ago | |
Rust | Rust | |
GNU General Public License v3.0 only | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
clyde
Posts with mentions or reviews of clyde.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-14.
-
Self-replace: Utility library to implement processes that replace themselves
A little known fact about executables on Windows is that while it's not possible to remove a running executable, it's possible to rename it.
I use this in [Clyde](https://github.com/agateau/clyde): on Windows, when clyde needs to upgrade itself (which means uninstalling vN and installing vN+1) it renames itself from `clyde.exe` to `_clyde.exe`. I leave the old `_clyde.exe` around, but a nicer implementation could remove on the next start.
-
Clyde 0.3.0: a cross-platform package installer for pre-built applications
Homepage: https://github.com/agateau/clyde/ Demo: https://asciinema.org/a/bbNhN0xG779gAFvWjAJMlVeai
- Show HN: Clyde, package manager for prebuilt applications
liftinstall
Posts with mentions or reviews of liftinstall.
We have used some of these posts to build our list of alternatives
and similar projects.
-
inspired by a recent post
Sidenote: I do believe that liftinstall has the potential to take bite out of both, since it makes self-governing packages and has already displaced AppImages in a few projects.
What are some alternatives?
When comparing clyde and liftinstall you can also consider the following projects:
cargo-packager - Rust executable packager, bundler and updater.
novus - A blazingly fast and efficient package manager for windows.
self-replace - Utility library that helps to implement processes that replace themselves
cargo-binstall - Binary installation for rust projects
cargo-wix - A cargo subcommand to build Windows installers for rust projects using the WiX Toolset