Skip to content

v1.1.1 — Docs, Packaging, Prebuilt Binaries

Choose a tag to compare

@Nicholas-Kloster Nicholas-Kloster released this 16 Apr 18:53
· 123 commits to main since this release

Docs and packaging release on top of v1.1.0. No code or fingerprint changes — same 23 AI/ML services as v1.1.0.

What's new

Change Why it matters
MIT LICENSE added Closes the gap where the README claimed MIT but no LICENSE file existed. Required for distro inclusion.
README rewrite Badges, install instructions, "why aimap exists" framing, restructured for defenders.
aimap(1) man page Standard groff format. Installs to /usr/share/man/man1/. Required for proper packaging.
PKGBUILD Ready for Arch / BlackArch / AUR submission.
Prebuilt binaries linux-amd64, linux-arm64, darwin-amd64, darwin-arm64 — no Go toolchain required to use aimap.

Install (no Go required)

Linux x86_64:

curl -LO https://github.com/Nicholas-Kloster/aimap/releases/download/v1.1.1/aimap-linux-amd64
chmod +x aimap-linux-amd64
sudo mv aimap-linux-amd64 /usr/local/bin/aimap
aimap

macOS Apple Silicon:

curl -LO https://github.com/Nicholas-Kloster/aimap/releases/download/v1.1.1/aimap-darwin-arm64
chmod +x aimap-darwin-arm64
sudo mv aimap-darwin-arm64 /usr/local/bin/aimap
aimap

Verify with checksums:

curl -LO https://github.com/Nicholas-Kloster/aimap/releases/download/v1.1.1/SHA256SUMS
sha256sum -c SHA256SUMS --ignore-missing

Upgrading from v1.1.0

If you installed via go install or built from source: git pull && go build -o aimap . — that's it. There are no code changes.

If you want the prebuilt binary instead, grab one from the assets above.

Full changelog

See CHANGELOG.md for the full v1.1.x history.