Skip to content

Trojaino v0.1.2 — Public Alpha

Choose a tag to compare

@blockhousesoftwareold blockhousesoftwareold released this 13 Aug 05:05
· 2 commits to main since this release
54328b7

Trojaino v0.1.2 renames AI Shield and adds an optional desktop scan window plus optional, preview-first anonymous scan statistics.

Highlights:

  • Optional Tkinter GUI for local file/folder scans with bounded Standard, Large, and Exhaustive presets
  • HTML and JSON reports saved to a user-chosen location
  • Optional anonymous aggregate statistics sharing; no source, report, path, filename, line-number, or evidence upload
  • A one-time receipt and deletion token allow contributors to remove a submitted statistic
  • New Trojaino name, report styling, and project branding

Trojaino remains a local deterministic install gate. It does not certify software as safe or replace human security review.

Install from a verified source checkout:

git clone https://github.com/BlockhouseSoftware/trojaino.git
cd trojaino
git checkout v0.1.2
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -e .
trojaino gui