Skip to content

v0.3.0 — Linux release package

Latest

Choose a tag to compare

@gcomneno gcomneno released this 09 Aug 08:32
· 1 commit to main since this release

Ubuntu System Tools v0.3.0

This release expands the safety-first Linux toolkit substantially beyond v0.2.0.

Highlights

  • kernel-health: read-only multi-boot kernel warning analysis with NEW, RECURRING and INCREASING classifications.
  • safe-uninstall: explicit, review-first APT/dpkg package removal workflows.
  • audio-transcribe: local audio transcription with offline-by-default model access.
  • pdf2epub: safer text-PDF to EPUB conversion with improved heading and table-of-contents detection.
  • safer user-local installation through canonical symlinks while retaining autonomous-copy installation.

Linux installation package

v0.3.0 introduces the first official installation artifact:

ubuntu-system-tools-v0.3.0-linux.tar.gz

with the companion SHA-256 checksum:

ubuntu-system-tools-v0.3.0-linux.tar.gz.sha256

The package is architecture-neutral and Linux-only.

Verify and extract:

sha256sum -c ubuntu-system-tools-v0.3.0-linux.tar.gz.sha256
tar -xzf ubuntu-system-tools-v0.3.0-linux.tar.gz
cd ubuntu-system-tools-v0.3.0-linux

Install for the current user:

./install.sh

The default prefix is ~/.local.

The installer:

  • never invokes sudo;
  • never installs host dependencies;
  • preflights all destinations before copying;
  • refuses divergent files unless --force is explicitly supplied;
  • installs autonomous executable copies.

The package also includes English and Italian installation guides.

Platforms

Official packaged delivery for v0.3.0 is Linux only.

No Windows, macOS, .deb, Snap, Flatpak or AppImage package is published in this release.