FAQ

Frequently Asked Questions & Misc


Toolpacks

Toolpacks was (now archived) the old repo where majority of static binaries' build scripts were hosted. It was archived on 2025-01-01 as part of a massive rewrite, you can read more at History & Lore

Android Deprecation

Android Support was deprecated on Nov 18, 2024 (Toolpacks)

  1. Android binaries CAN NOT BE COMPILED STATICALLY without significant efforts & manual patching for each & every binary. This is not Automatable.

  2. bin.pkgforge.dev/arm64_v8a_Android only ever provided Tools/Pkgs (Only for arm64-v8a) that @Azathothas personally used to use but which weren't already available in termux-pkgs or broken.

  3. Termux already ports thousands of packages, Check the Issues for your pkg. There's also a near-complete list of all packages officially available on Termux: https://termux-packages.ajam.dev/

  4. Check @leleliu008's project https://github.com/leleliu008/ndk-pkg, if you still don't want to use Termux.


Windows Deprecation

Windows Support was deprecated on Nov 18, 2024 (Toolpacks)

  1. Windows is centralized & thus benefits from central App Stores like the Windows Store & WinGet

  2. It has some of the same issues, Android has, i.e. can't be fully statically linked.

  3. There already exist UniGetUI , which is a pretty & mature wrapper around WinGet, Scoop, Chocolatey, Pip, Npm, .NET Tool, PowerShell Gallery and more


More Architectures & OS

  • We would like to build binaries for other architectures like riscv64, and the BSD Family of OSes, however our time & especially RESOURCES are limited.

  • If you would like to see additional build targets prioritized, donating a Dedicated Build Server would be the optimal encouragement.

  • Note: 32-Bit Binaries will likely never be Supported/Added since that's now ancient and even embedded devices now ship with 64-Bit ARCH


History & Lore

@Azathothas used to be bug bounty hunter, a long time ago in another life. He often had to set up pentesting environments on remote Servers, at that time there used to be https://github.com/six2dez/reconftw, which installed a bunch of tools (often installing go/rust just to install the tools), this made the setup time awfully slow & frustrated him.

Eventually, ~ July, 2023, he would start modifying the setup scripts, as well as maintaining some homegrown scripts by himself. In the best of case, it was simply a wrapper around eget, to just fetch a precompiled binary from GitHub. In the worst of cases, it was installing go/rust toolchains, same as reconftw was doing just to install the tools. So he started creating repos on GitHub to build & release these binaries using GH's CI, and then using eget to pull them. The number of repos grew, and it was harder and harder to maintain each, thus ToolPacks (The precursor to all our works) was created to centralize them all. You can find all the several iterations this repository went through over the years, on the web-archive. Toolpacks was eventually archived on 2025-01-01 as part of a massive rewrite.

@Azathothas recommends reading these articles if you need a technical justification:

A special mention to @pwnwriter who reached out to @Azathothas, and created the very first Package manager Hysp ~ Nov 17, 2023 . Sadly, Hysp was archived on May 26, 2024.

Another mention to @Xplshn who created a package manager in sh called bdl ~ Dec 20, 2023, which later turned into the Golang BigDL ~ Feb 5, 2024, which again turned into Dbin ~ Aug 23, 2024.

Seeing all these efforts, and some encouragements on Lobsters, @Azathothas approached @QaidVoid and Soar received it's first commit on Oct 3, 2024. One thing led to another, and the PkgForge Organization came into being on Nov 4, 2024 to do everything officially and have more control over the direction of all our projects.

Last updated