Hi, I'm the developer of "AM", a package manager for AppImages and other portable programs... just like your static binaries.

My project also supports databases maintained by third parties... and recently, Soarpkg, which included over 1000 static binaries ("bincache", divided by families, for example GLIBC, Busybox...) and many more programs (pkgcache), stopped publishing and updating its binaries on github because they were too many to keep up to date, in addition to being limited by github restrictions, so it decided to publish them in registries not accessible via wget and curl. That's why I came across your project, which I find very interesting and great for users looking for this kind of programs.
I saw that you haven't updated your releases since July 2024. Maybe you would like to include some automated process that starts your workflows weekly or monthly?
It would be great to have always updated builds of your programs.
Adding your project to "AM" as a third-party database would provide support for installations, updates, a dedicated list, a query and semi-complete descriptions with reference URLs, info about installed programs and dedicated flags and extensions for your database. See the screenshots on the old "AM" 9.5 release that have this support https://github.com/ivan-hc/AM/releases/tag/9.5 just to have an idea.
In the meantime, I have already started a CI to create lists, direct download URLs and descriptions (taken from Arch Linux and AUR) for all your programs:
...and note, I have disabled the reference URL and version in the script, as they are releases maintained by you (variable "$site") and not updated yet (variable "version").
This is a preview on how the list should appear for the 1bin repository

You will not have to do anything, you will only have to keep the releases updated.
If you need a dedicated CI flow, let me know, I will help you.
Let me know if you are interested.
Hi, I'm the developer of "AM", a package manager for AppImages and other portable programs... just like your static binaries.
My project also supports databases maintained by third parties... and recently, Soarpkg, which included over 1000 static binaries ("bincache", divided by families, for example GLIBC, Busybox...) and many more programs (pkgcache), stopped publishing and updating its binaries on github because they were too many to keep up to date, in addition to being limited by github restrictions, so it decided to publish them in registries not accessible via
wgetandcurl. That's why I came across your project, which I find very interesting and great for users looking for this kind of programs.I saw that you haven't updated your releases since July 2024. Maybe you would like to include some automated process that starts your workflows weekly or monthly?
It would be great to have always updated builds of your programs.
Adding your project to "AM" as a third-party database would provide support for installations, updates, a dedicated list, a query and semi-complete descriptions with reference URLs, info about installed programs and dedicated flags and extensions for your database. See the screenshots on the old "AM" 9.5 release that have this support https://github.com/ivan-hc/AM/releases/tag/9.5 just to have an idea.
In the meantime, I have already started a CI to create lists, direct download URLs and descriptions (taken from Arch Linux and AUR) for all your programs:
...and note, I have disabled the reference URL and version in the script, as they are releases maintained by you (variable "
$site") and not updated yet (variable "version").This is a preview on how the list should appear for the 1bin repository
You will not have to do anything, you will only have to keep the releases updated.
If you need a dedicated CI flow, let me know, I will help you.
Let me know if you are interested.