Skip to content

Releases: Fixitdaz/revenant-os

Revenant OS 1.1 (Build 18.3) - Stable Release

Choose a tag to compare

@Fixitdaz Fixitdaz released this 06 Sep 16:56

💀 Revenant OS 1.1 (Build 18.3) - Stable Release

Hardware Target: Panasonic Toughbook CF-52 & Field Laptops
Base: Linux 6.1 / Debian Bookworm (Dual Desktop: XFCE & i3 Tiling Window Manager)
Channel: Stable (Default)


💾 Download Options:

1. Direct Full ISO (Single-Click Download - Recommended):

👉 Download revenant_os_1.1_build18.3.iso from SourceForge
(2.85 GB — complete bootable ISO hosted on SourceForge's global high-speed CDN mirror network. No unzipping or recombination needed!)

2. Alternative (GitHub Releases Split Volumes):

For users downloading directly from GitHub Releases:

  • revenant_os_1.1_build18.3.iso.001 (1.50 GB)
  • revenant_os_1.1_build18.3.iso.002 (1.35 GB)
  • SHA256SUMS.txt

Recombine into the full bootable image:

  • Windows (Command Prompt / PowerShell):
    copy /b revenant_os_1.1_build18.3.iso.001 + revenant_os_1.1_build18.3.iso.002 revenant_os_1.1_build18.3.iso
  • Linux / macOS:
    cat revenant_os_1.1_build18.3.iso.001 revenant_os_1.1_build18.3.iso.002 > revenant_os_1.1_build18.3.iso

SHA256 Checksum:
d7ea0a91181f3c7be125074aa01fc45f4246cff96cf76b85616e7c43ad1c6bea revenant_os_1.1_build18.3.iso


🌟 What's New in Build 18.3:

  1. Full-Duplex Offline Voice Interaction:

    • Local Whisper STT: High-accuracy speech-to-text powered locally by whisper.cpp (tiny.en), transcribing speech directly into the prompt buffer.
    • Single-Window Coordinator: Press Super + M (or Ctrl + Alt + M) anywhere on the desktop to talk to the agent. No extra popup windows spawned; speech automatically populates into the focused agent window.
    • Toughbook ALSA Auto-Unmute: Automatic hardware detection and unmuting of CF-52 front stereo microphones and audio capture channels upon recording start.
    • Neural Speech Output: Integrated Piper neural TTS (/voice on|off).
  2. Complete LightDM De-branding & Custom Visual Assets:

    • Replaced all vendor/Debian branding, default swirling logos, and blue backgrounds with custom Revenant cybernetic assets.
    • Custom revenant_bootsplash.png and cybernetic Revenant "R" logo badge applied across greeter avatars, root/user accounts, and desktop base caches.
  3. Cyber Dark Theme & Obsidian Top Bar:

    • Deep obsidian dark theme (#0b0f17) across XFCE panels, window borders, and UI widgets.
    • Crisp high-contrast white and cyan typography and icons.
  4. i3 Window Manager Enhancements & User Manual:

    • Comprehensive beginner-friendly user manual integrated directly into the OS at /usr/local/share/doc/revenant-os/06-I3-USER-MANUAL.md.
    • Dedicated $mod+F1 hotkey and revenant-i3-help / i3-help utility for instant on-screen shortcut reference.
    • Clean session switcher in LightDM greeter (choose between Xfce and i3) and via switch-to-i3 / switch-to-xfce.
  5. System Slimming & Sovereign Security:

    • Completely purged legacy cloud proxies, telemetry, and unused background agents, reclaiming ~350MB RAM.
    • Default hardened UFW firewall enabled (deny incoming, allow outgoing, SSH 22/tcp).
    • Bundled with qwen2.5-coder-1.5b-instruct-q4_k_m.gguf running on embedded CPU-optimized llama-server (:8080).

⚡ Installation:

Flash revenant_os_1.1_build18.3.iso to a USB drive using Rufus (DD Mode) or dd:

sudo dd if=revenant_os_1.1_build18.3.iso of=/dev/sdX bs=4M status=progress conv=fsync

Boot into the live environment on your Panasonic Toughbook CF-52, then double-click "Install Revenant OS" on the desktop.

Revenant OS 1.0 (Build 17) - Stable Release

Choose a tag to compare

@Fixitdaz Fixitdaz released this 06 Sep 05:04

💀 Revenant OS 1.0 (Build 17) Stable Release

Hardware Target: Panasonic Toughbook CF-52 & Field Laptops
Base: Linux 6.1 / Debian Bookworm (XFCE & i3 dual desktop)

Key Highlights:

  • Revenant Custom Agent: 100% offline, native autonomous agent with real-time token streaming and interactive bash tool execution ([EXEC: bash_command]).
  • Zero-Wait Startup: System prompt reduced from 13K tokens down to <250 tokens, yielding instantaneous responses on Intel Core 2 Duo CPUs.
  • Hardware Telemetry: Live Toughbook battery %, thermal zone temperatures, and RAM utilization displayed in terminal header.
  • Offline Neural Speech: Built-in Piper neural TTS (/voice on|off) for spoken responses.
  • OTA Updates: Over-The-Air updater (sudo revenant-update) to synchronize updates without re-flashing.