Source

OrgKit is free software under the GNU General Public License v3.0 or later. The complete source for every build published on this site is archived here. There is no public git forge.

Building it

Each archive carries a README.md with the prerequisites for your system and a VERSION.txt naming the version, commit and build date it came from. The short version:

pnpm install
pnpm generate
pnpm tauri:build

You will need Rust and Node, plus your platform's WebView development packages: Xcode Command Line Tools on macOS, the MSVC C++ build tools and WebView2 on Windows, WebKit2GTK on Linux. The archive spells out the exact package names.

The files