clyde
A cross-platform package manager for prebuilt applications (by agateau)
self-replace
Utility library that helps to implement processes that replace themselves (by mitsuhiko)
clyde | self-replace | |
---|---|---|
3 | 2 | |
31 | 633 | |
- | 0.3% | |
7.1 | 5.8 | |
about 2 months ago | 5 months 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
self-replace
Posts with mentions or reviews of self-replace.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-14.
What are some alternatives?
When comparing clyde and self-replace you can also consider the following projects:
cargo-packager - Rust executable packager, bundler and updater.
liftinstall - An adaptable installer for your application
novus - A blazingly fast and efficient package manager for windows.
cargo-binstall - Binary installation for rust projects
cargo-wix - A cargo subcommand to build Windows installers for rust projects using the WiX Toolset