Skip to content

Releases: antigluten/amgi

v0.0.3

29 Apr 13:16

Choose a tag to compare

Amgi v0.0.3

Unsigned iOS IPA build. Sign locally with AltStore or Sideloadly using your own Apple ID.

Install

  1. Download AmgiApp-unsigned.ipa from this release.
  2. Open AltStore or Sideloadly on your computer.
  3. Drag the IPA into the tool and sign with your Apple ID.
  4. Install on your device.

Free Apple IDs: install lasts 7 days. Paid Apple Developer Program: 1 year.

Verify

shasum -a 256 AmgiApp-unsigned.ipa

Expected SHA256: 35f82364265416b8288c2cde25c83ad484c59ec9cef3fd8d4e855ea7b6a8f488

License

Amgi is licensed under AGPL-3.0.
It includes the ankitects/anki Rust backend (also AGPL-3.0).

Source: https://github.com/antigluten/amgi/tree/8fcf389734dcd9a9768cff5c9fe507a0541629ea

v0.0.2 Amgi — Widgets, Design System, and Card Audio + MathJax

16 Apr 20:51

Choose a tag to compare

Rebrands Anki iOS → Amgi (암기) and ships three major features:

🎨 Design system foundation — adaptive Theme module (Colors, Typography, Spacing, Modifiers)
📱 Home-screen widgets — small/medium/large with App Group snapshots + midnight-safe background refresh
🔊 Card audio + MathJax — tap-to-play [sound:…] clips and offline \(x^2\) / \[\int\] math rendering via a custom amgi-asset://WKURLSchemeHandler

Plus a services abstraction layer (AnkiServices) that decouples the app from raw Rust protobuf types, and a stats dashboard surface-background fix.

Full Changelog: https://github.com/antigluten/amgi/commits/v0.0.2