Download

Get Innards.

Free, about 8 MB, no installer wizards to click through. Every build is published on GitHub; the buttons below jump to the latest release.

v0.1 is on its way. Signed installers for all three platforms land with the first release. Until then the links go to the releases page, and you can build from source in a few minutes.

Installers

Linux

Runs anywhere WebKitGTK does. VMs are detected; battery and thermal findings are suppressed there.

x86_64. For SMART drive health, install smartmontools and tick "read drive health" in the app. Phones: a command-line build for postmarketOS and Termux (aarch64) is in progress; ARM desktop builds are on the roadmap.

macOS

Universal experience on Apple silicon and Intel Macs. Drag to Applications.

macOS 11 or later.

Windows

A standard installer. Uses the WebView2 runtime that ships with Windows 10 and 11.

Windows 10 or later, x86_64.

Build from source

You need Rust (via rustup), Node 22 with pnpm, and Tauri's platform prerequisites. Then:

git clone https://github.com/buengenio/innards.git
cd innards
pnpm install
pnpm tauri build   # installers in src-tauri/target/release/bundle/

Prefer a terminal report? The engine is its own crate and has no UI dependency:

cargo run -p innards-core --example report -- en expert
cargo run -p innards-core --example report -- es plain
cargo run -p innards-core --example report -- --json

After installing

  • First scan takes about a second and needs no elevated rights.
  • SMART drive health is an opt-in checkbox. It triggers your system's normal password prompt and nothing else.
  • Switch level and language at any time from the toolbar; the report re-renders in place.
  • Export writes a Markdown file wherever you choose. That is the only way a report leaves the app.
  • License keys (Supporter and up) are pasted into Settings and verified offline.

Something not working? Open an issue with the OS and the probe notes from the bottom of your report. Want to check the same things by hand first? The guides cover drive health, swap, battery and memory.