Skip to content

akribia v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 12:43

akribia — interactive desktop app

One inference engine. Three miscalibrations. Same math.

akribia is an interactive explorer for precision-weighted Bayesian
inference. Pick a profile — autism (weak-prior or HIPPEA), ADHD
(discounting or unstable gain), PPCS, or a comorbid / AuDHD mode —
drag a precision lever, and watch five simulated tasks change in real
time against a neurotypical baseline, all computed by the same Rust
core. A research/educational tool — not a diagnostic instrument.
It runs entirely on synthetic data and collects nothing.

Download & install

OS File How to run
Windows akribia_*_x64-setup.exe or …_x64_en-US.msi Double-click. On the SmartScreen prompt: More info → Run anyway.
macOS akribia_*.dmg Open, drag to Applications. First launch: right-click → Open (or xattr -d com.apple.quarantine akribia.app).
Linux akribia_*.AppImage (or .deb) chmod +x akribia_*.AppImage && ./akribia_*.AppImage

Verify your download (optional but recommended)

Every asset's SHA-256 hash is in SHA256SUMS.txt (attached below).

  • macOS / Linux: sha256sum -c SHA256SUMS.txt
  • Windows (PowerShell): Get-FileHash .\akribia_*.msi -Algorithm SHA256
    then compare against the line in SHA256SUMS.txt.

Notes

  • Installers are unsigned. Code-signing certificates are a paid
    add-on; the override steps above are expected and safe for an
    open-source build you can read end to end.
  • Prefer no install? Run from source: cd gui && npm install && npm run tauri dev.
  • Source, full docs, and the Python research package are in the
    repository README.