Releases: oxyzenQ/lyvoxa
Lyvoxa 3.1.2
LYVOXA
System Monitor Β· Born from Shadows
"In the depths of your system, where processes whisper and metrics dance,
Lyvoxa watches. Silent. Precise. Unstoppable."
π What's New in This Release
Changes since 3.1.0
- chore: bump version to 3.1.2 [skip ci] (264f0d9)
- release: 3.1.2 (9c6b929)
- ci: fix yaml syntax in release-request.yml and ci.yml (690ec34)
- ci: fix release-request workflow condition (1e21fbb)
- release: 3.1.2 (021d5d5)
- deps: bump rustix to 1.1.3 (7cf7094)
- test: testing workflow (91067a7)
- ci: fix fmt and restore auto-update schedule (902f489)
- ci: simplify workflows (425bf78)
- release: v3.1.1 (935678c)
- β¨ deps: fresh dependencies delivered by your friendly bot (de61a8d)
- β¨ deps: fresh dependencies delivered by your friendly bot (05c8a72)
- β¨ deps: fresh dependencies delivered by your friendly bot (ec79875)
- β¨ deps: fresh dependencies delivered by your friendly bot (5fc46e5)
- β¨ deps: fresh dependencies delivered by your friendly bot (4db80c4)
- β¨ deps: fresh dependencies delivered by your friendly bot (4f08df5)
- β¨ deps: fresh dependencies delivered by your friendly bot (16006f2)
- β¨ deps: fresh dependencies delivered by your friendly bot (94e7261)
- β¨ deps: fresh dependencies delivered by your friendly bot (ac60aed)
- β¨ deps: fresh dependencies delivered by your friendly bot (bf5bcb9)
- β¨ deps: fresh dependencies delivered by your friendly bot (244372d)
- β¨ deps: fresh dependencies delivered by your friendly bot (c574505)
- β¨ deps: fresh dependencies delivered by your friendly bot (d7c1a59)
- β¨ deps: fresh dependencies delivered by your friendly bot (dc5564f)
- β¨ deps: fresh dependencies delivered by your friendly bot (53b6344)
- β¨ deps: fresh dependencies delivered by your friendly bot (3791860)
- β¨ deps: fresh dependencies delivered by your friendly bot (f3db5e9)
- β¨ deps: fresh dependencies delivered by your friendly bot (c0e7ed5)
- β¨ deps: fresh dependencies delivered by your friendly bot (14f99e8)
- β¨ deps: fresh dependencies delivered by your friendly bot (d0b1781)
- β¨ deps: fresh dependencies delivered by your friendly bot (188e086)
- β¨ deps: fresh dependencies delivered by your friendly bot (34f3198)
- β¨ deps: fresh dependencies delivered by your friendly bot (219a1d0)
- β¨ deps: fresh dependencies delivered by your friendly bot (70d1c0a)
- β¨ deps: fresh dependencies delivered by your friendly bot (b153513)
- β¨ deps: fresh dependencies delivered by your friendly bot (0306f72)
- β¨ deps: fresh dependencies delivered by your friendly bot (1347728)
- β¨ deps: fresh dependencies delivered by your friendly bot (54012cd)
- β¨ deps: fresh dependencies delivered by your friendly bot (4513416)
- β¨ deps: fresh dependencies delivered by your friendly bot (1ec93f0)
- fix(ci): standardize workflow schedules to 8 AM Singapore time (94429fb)
- docs: enhance README badges with plastic style and accurate metrics (7020e61)
- docs: improve README badges styling and functionality (68b3c6c)
- refactor(ci): restructure workflow order for tag-based releases (7fb101e)
- fix(ci): adjust artifact retention to match repository policy (2e4a2f4)
π The Seal of Trust
Every byte signed. Every hash verified. Trust through mathematics.
π Quick Integrity Check
# Verify the SHA256 fingerprint
sha256sum -c lyvoxa-3.1.2-linux-amd64.tar.gz.sha256Expected: β OK
ποΈ Full Cryptographic Verification
Step 1: Summon the Key (one-time ritual)
gpg --keyserver hkps://keys.openpgp.org --recv-keys 0D8D13BB989AF9F0Step 2: Verify the Signature
# Machine signature (for automation)
gpg --verify lyvoxa-3.1.2-linux-amd64.tar.gz.sig lyvoxa-3.1.2-linux-amd64.tar.gz
# Human signature (ASCII-armored)
gpg --verify lyvoxa-3.1.2-linux-amd64.tar.gz.asc lyvoxa-3.1.2-linux-amd64.tar.gz
# Chain of trust (signed checksum)
gpg --verify lyvoxa-3.1.2-linux-amd64.tar.gz.sha256.asc lyvoxa-3.1.2-linux-amd64.tar.gz.sha256
sha256sum -c lyvoxa-3.1.2-linux-amd64.tar.gz.sha256Blessed Output:
gpg: Good signature from "Rezky Cahya Sahputra (Investor) <[email protected]>"
Primary key fingerprint: 3495 ABF0 957D 28A7 E850 1375 0D8D 13BB 989A F9F0
π¦ Artifacts Manifest
| File | Purpose | Size |
|---|---|---|
lyvoxa-3.1.2-linux-amd64.tar.gz |
Binary distribution | ~ |
lyvoxa-3.1.2-linux-amd64.tar.gz.sha256 |
Integrity checksum | 64 bytes |
lyvoxa-3.1.2-linux-amd64.tar.gz.sig |
GPG signature (binary) | ~ |
lyvoxa-3.1.2-linux-amd64.tar.gz.asc |
GPG signature (ASCII) | ~ |
lyvoxa-3.1.2-linux-amd64.tar.gz.sha256.asc |
Signed checksum | ~ |
Installation via AUR:
yay -S lyvoxa-bin or paru -S lyvoxa-bin
Full Timeline: View all commits
Crafted with precision Β· Secured with cryptography
Lyvoxa 3.1.0
LYVOXA
System Monitor Β· Born from Shadows
"In the depths of your system, where processes whisper and metrics dance,
Lyvoxa watches. Silent. Precise. Unstoppable."
π What's New in This Release
Changes since main
- feat(ci): improve release presentation and publishing (4557b1e)
- fix(ci): make GPG signing conditional and transparent (c4d4647)
π The Seal of Trust
Every byte signed. Every hash verified. Trust through mathematics.
π Quick Integrity Check
# Verify the SHA256 fingerprint
sha256sum -c lyvoxa-3.1.0-linux-amd64.tar.gz.sha256Expected: β OK
ποΈ Full Cryptographic Verification
Step 1: Summon the Key (one-time ritual)
gpg --keyserver hkps://keys.openpgp.org --recv-keys 0D8D13BB989AF9F0Step 2: Verify the Signature
# Machine signature (for automation)
gpg --verify lyvoxa-3.1.0-linux-amd64.tar.gz.sig lyvoxa-3.1.0-linux-amd64.tar.gz
# Human signature (ASCII-armored)
gpg --verify lyvoxa-3.1.0-linux-amd64.tar.gz.asc lyvoxa-3.1.0-linux-amd64.tar.gz
# Chain of trust (signed checksum)
gpg --verify lyvoxa-3.1.0-linux-amd64.tar.gz.sha256.asc lyvoxa-3.1.0-linux-amd64.tar.gz.sha256
sha256sum -c lyvoxa-3.1.0-linux-amd64.tar.gz.sha256Blessed Output:
gpg: Good signature from "Rezky Cahya Sahputra (Investor) <[email protected]>"
Primary key fingerprint: 3495 ABF0 957D 28A7 E850 1375 0D8D 13BB 989A F9F0
π¦ Artifacts Manifest
| File | Purpose | Size |
|---|---|---|
lyvoxa-3.1.0-linux-amd64.tar.gz |
Binary distribution | ~ |
lyvoxa-3.1.0-linux-amd64.tar.gz.sha256 |
Integrity checksum | 64 bytes |
lyvoxa-3.1.0-linux-amd64.tar.gz.sig |
GPG signature (binary) | ~ |
lyvoxa-3.1.0-linux-amd64.tar.gz.asc |
GPG signature (ASCII) | ~ |
lyvoxa-3.1.0-linux-amd64.tar.gz.sha256.asc |
Signed checksum | ~ |
Installation via AUR:
yay -S lyvoxa-bin or paru -S lyvoxa-bin
Full Timeline: View all commits
Crafted with precision Β· Secured with cryptography
Lyvoxa 3.0
Lyvoxa 3.0
Linux x86_64 system monitoring tool
Installation
wget https://github.com/oxyzenQ/lyvoxa/releases/download/3.0/lyvoxa-3.0-linux-amd64.tar.gz
wget https://github.com/oxyzenQ/lyvoxa/releases/download/3.0/lyvoxa-3.0-linux-amd64.tar.gz.sha256
sha256sum -c lyvoxa-3.0-linux-amd64.tar.gz.sha256
tar -xzf lyvoxa-3.0-linux-amd64.tar.gz
sudo cp lyvoxa-3.0-linux-amd64/bin/* /usr/local/bin/What's Changed
Changes since Stellar-2.0
- fix(ci): correct YAML syntax for multi-line commit message (713bec5)
- feat(ci): implement professional signature suite (.sig + .asc + .sha256.asc) (75ed2b5)
- feat(ci): add automatic README version sync after release (d879c69)
- fix(ci): remove invalid secrets check from if conditions (b7b8191)
- fix(ci): simplify tag pattern to wildcard (guaranteed match) (1ce4d60)
- docs(readme): fix trailing whitespace (e6958ce)
- fix(ci): correct tag pattern from regex to glob syntax (9d35d6d)
- feat(ci): implement strict professional build ordering (717c7ac)
- fix(ci): correct release tag pattern and CodeQL badge (0c88c4a)
- docs(readme): fix CodeQL badge and restructure for simplicity (3ca7ede)
- docs(gpg): use keys.openpgp.org and add complete GitHub setup guide (0a541dd)
- docs(security): add comprehensive verification guide in Bahasa (e726ece)
- refactor(gpg): change signature format from .asc to .sig (binary) (da4f1ab)
- feat(security): add GPG signing support for releases (ecc8bc9)
- fix(release): explicitly set draft=false to publish immediately (680d4d2)
- fix(release): move RUSTFLAGS to build step only (647745d)
- chore: remove optimize flags at ci (b669866)
- fix(ci): resolve RUSTFLAGS conflict and add local testing (e202ad3)
- refactor(ci): optimize build pipeline and release workflow (ec5602f)
- docs(badge): update LOC badge [skip ci] (9634182)
- refactor: move documentation to docs/ and add CI triggers to release (727b3a1)
- fix(ci): simplify release naming and remove draft mode (404f517)
- refactor(ci): optimize and simplify release workflow (4d20d45)
- fix(ci): remove non-existent b2sum package from release workflow (e810980)
- fix(scripts): add -r flag to read commands for shellcheck compliance (b69ce93)
- refactor(scripts): consolidate maintenance scripts into unified tool (0f9e62d)
- chore(deps): update Cargo.lock after version bump (48fa87a)
- chore(release): bump to Stellar 3.0 with automation improvements (ac77671)
- ci(deps): Bump the github-actions group with 6 updates (#6) (6d3ac37)
- docs: add guide to fix existing Dependabot PRs (19e80d7)
- fix(ci): use GitHub API instead of gh CLI for auto-merge (55ecc35)
- fix(security): add explicit permissions to workflows (b402cd5)
- fix: resolve Dependabot workflow issues (453d187)
- fix: change dependabot versioning-strategy from 'increase' to 'auto' (03b91d8)
- ci: 1.1 uprade maintenace by bot (2387124)
- fix: some rounder of badges (fc2dad4)
- fix: increase size of badges (731ed3c)
- docs(badge): update LOC badge [skip ci] (71a7da7)
- feat(badges): improve badge styling with plastic rounded corners (760ad60)
- docs(badge): update LOC badge [skip ci] (febfc54)
- chore: clean up project structure for Stellar 2.0 (bb97ee2)
- fix(badges): replace 'NO STATUS' badges with static alternatives (f4f7869)
- fix(badge): add cacheSeconds param to LOC badge URL for faster refresh (8455774)
- docs(badge): update LOC badge [skip ci] (cd8c446)
- fix(ci): handle detached HEAD in workflow_run for LOC badge (0189b7c)
- fix(ci): remove paths-ignore from loc-badge workflow (22c0357)
- fix: some linting markdown files (3f2089f)
- fix: some need verify LOC badges (d3499ec)
- fix: some need verify LOC badges and some (8bf5f91)
- fix: modular charger (222b267)
- docs: add live LOC badge; fix Future; replace broken LOC badge (815d291)
- ci(codeql): gate SARIF CLI export via var STRICT_SARIF; use sarifv2.1.0 (3a09159)
- chore(deny): some fix (1cdb5dc)
- ci: fix CodeQL CLI path resolution for SARIF export (83ee041)
- ci: 2.0.0.7-dev (af41d1d)
- ci: remove OpenSSF Scorecard workflow (f670989)
- ci: 2.0.0.6-dev (aaf8ad5)
- ci: 2.0.0.5-dev (f177def)
- ci: 2.0.0.4-dev test (488c3b9)
- ci: 2.0.3-dev test (13d29c2)
- ci: 2.0.2-test (9948926)
- ci: 2.0.1 (9cefa35)
π Verification (Professional Security Suite)
This release includes a complete verification chain following industry standards (Debian/Arch/Blender style).
Quick Verification (SHA256)
sha256sum -c lyvoxa-3.0-linux-amd64.tar.gz.sha256Full Verification (GPG + SHA256)
1. Import GPG public key (one-time setup):
gpg --keyserver hkps://keys.openpgp.org --recv-keys 0D8D13BB989AF9F02. Verify binary signature (machine-readable):
gpg --verify lyvoxa-3.0-linux-amd64.tar.gz.sig lyvoxa-3.0-linux-amd64.tar.gz3. Verify ASCII signature (human-readable):
gpg --verify lyvoxa-3.0-linux-amd64.tar.gz.asc lyvoxa-3.0-linux-amd64.tar.gz4. Verify signed checksum (full chain of trust):
gpg --verify lyvoxa-3.0-linux-amd64.tar.gz.sha256.asc lyvoxa-3.0-linux-amd64.tar.gz.sha256
sha256sum -c lyvoxa-3.0-linux-amd64.tar.gz.sha256π¦ Available Files
lyvoxa-3.0-linux-amd64.tar.gz- Binary packagelyvoxa-3.0-linux-amd64.tar.gz.sha256- Integrity hashlyvoxa-3.0-linux-amd64.tar.gz.sig- Binary signature (packaging systems)lyvoxa-3.0-linux-amd64.tar.gz.asc- ASCII signature (humans/GitHub)lyvoxa-3.0-linux-amd64.tar.gz.sha256.asc- Signed checksum (full chain)
Expected GPG output:
gpg: Good signature from "Rezky Cahya Sahputra (Investor) <[email protected]>"
Full Changelog: https://github.com/oxyzenQ/lyvoxa/commits/3.0
π Lyvoxa Stellar Release
π Lyvoxa Stellar Stellar-2.0
High-performance system monitoring tool for Linux x86_64
π What's New in Stellar Stellar-2.0
β¨ Key Features:
- Universal Packaging: Single .tar.gz for all Linux x86_64 systems
- SHA256 Verification: Industry-standard checksum for integrity
- Professional Packaging: Clean tarball + install script in docs
π Changelog:
- chore: remove .zst/ccsm refs; keep .tar.gz+.sha256; update other
- fix(release): correct tar command path for binary packaging
- docs: update README.md to reflect simplified project structure
- feat: major cleanup - remove Docker, .zst, PKGBUILD-bin and simplify
- fix(pkg): correct tag names and URLs in PKGBUILDs
- feat: remove function dependabot.yml
- feat: add comprehensive Arch Linux package support
- fix(deps): simplify dependabot.yml to prevent syntax errors
- fix(deps): correct dependabot.yml syntax for cargo ecosystem
- docs: add comprehensive quality checks documentation
π¦ Installation
π Quick Install (Recommended)
π¦ Alternative Formats
Linux Universal (Maximum Compatibility)
# Download Linux universal package (.gz - maximum compatibility)
wget https://github.com/oxyzenQ/lyvoxa/releases/download/Stellar-2.0/lyvoxa-Stellar-2.0-linux-x86_64.tar.gz
wget https://github.com/oxyzenQ/lyvoxa/releases/download/Stellar-2.0/lyvoxa-Stellar-2.0-linux-x86_64.tar.gz.sha256
# Verify integrity
sha256sum -c lyvoxa-Stellar-2.0-linux-x86_64.tar.gz.sha256
# Extract and install
tar -xzf lyvoxa-Stellar-2.0-linux-x86_64.tar.gz
cd lyvoxa-Stellar-2.0-linux-x86_64
sudo ./install.shManual Install
# Copy binaries to your PATH
sudo cp lyvoxa lyvoxa-simple /usr/local/bin/
chmod +x /usr/local/bin/lyvoxa /usr/local/bin/lyvoxa-simpleπ Security Verification
Package Verification
# Verify Linux universal package (.gz)
sha256sum -c lyvoxa-Stellar-2.0-linux-x86_64.tar.gz.sha256Build Verification
# Check build information
./bin/lyvoxa --version
# Verify binary architecture
file ./bin/lyvoxaπ― System Requirements
- OS: ArchLinux or Linux x86_64 (universal)
- Memory: Minimal (< 2MB runtime)
- CPU: Any modern x86_64 processor
- Dependencies: None (statically linked)
π Usage
# Full TUI interface
lyvoxa
# Simple terminal output
lyvoxa-simpleπ Performance Metrics
| Metric | Value |
|---|---|
| Binary Size | ~2-3 MB |
| Memory Usage | < 2 MB |
| CPU Overhead | < 1% |
| Startup Time | < 100ms |
π οΈ Built With
- Language: Rust (stable)
- Target: x86_64-unknown-linux-gnu
- Optimization: Release profile with LTO
- Security: Memory-safe, no undefined behavior
Portfolio Project: This release demonstrates professional software engineering practices including SHA256 integrity verification, ArchLinux optimization, and enterprise-grade packaging.
Author: rezky_nightky | License: GPL-3.0 | Repository: oxyzenQ/lyvoxa