Announcing Gnoppix 26.7.15: Package Fixes, Kernel 7.1.3, and the Public Alpha of Add Messenger!
We are thrilled to announce the immediate availability of Gnoppix 26.7.15. This release brings critical infrastructure refinements, a massive kernel bump, and the very first cross-platform public alpha of our long-awaited decentralized communication platform: Add Messenger.
Here is everything you need to know about what’s new.
Package Management & Gnoppix AI Stability
The heavy lifting in this release took place under the hood of our package management system.
In previous versions, a few dependency tangles caused installation hiccups for users trying to deploy our local AI stack. We have completely overhauled the package configuration layer to ensure that the gnoppix-ai meta-packages now install perfectly right out of the box.
If you are looking to run resource-efficient, open-source localized LLMs and development frameworks seamlessly on your desktop, updating to 26.7.15 provides the stable foundation you need.
Kernel Update: Welcome to 7.1.3
To support the latest hardware architectures, improve security boundaries, and provide better power management for laptops, Gnoppix 26.7.15 officially ships with Linux Kernel 7.1.3. Expect smoother graphics performance, broader out-of-the-box Wi-Fi/Bluetooth compliance, and faster file-system operations across the board.
The Headline Feature: Add Messenger Public Alpha - 0.3.22
(Now available for Windows, macOS, and Linux)
The messenger is available as a cli or desktop application. please help build android or ios apps, I do not have those environments. And remember this is an early alpha, basically it works cosmetic changes are on the way.
The biggest milestone in this release is the public alpha debut of Add Messenger (developed under the add core engine).
For a long time, the tech world has argued over privacy. Traditional messengers force you to hand over a mobile phone number or email address just to sign up often claiming it’s the only way to stop spam or connect you with friends. We disagree. Your private communication shouldn’t require a corporate registration anchor or your personal identifiable information (PII).
Add Messenger is our answer: a fully decentralized, post-quantum encrypted messaging framework that requires no phone number, no email, and zero PII.
See add/FAQ.md at main · gnoppix/add · GitHub to answer the most Questions.
How Add Messenger Works Behind the Scenes
Instead of routing your data through central corporate servers, Add Messenger utilizes a peer-to-peer approach:
- True Peer-to-Peer: When you send a message, it is heavily locked with your friend’s public key using state-of-the-art ML-KEM post-quantum cryptography.
- The Distributed Hash Table (DHT): The message travels directly to your contact. If they are offline, the encrypted packet securely waits in a decentralized, locked mailbox (the DHT mesh) until they log back on. Think of it like the engineering mechanics of BitTorrent, but optimized exclusively for secure text messaging.
The Core Architecture
The system relies on three compact, high-performance binaries built from our open Rust framework:
| Component | Run By | Purpose |
|---|---|---|
add |
The User | Your personal messenger client to read, write, and manage chats. |
add-relay |
Relay Operators | A store-and-forward node that safely holds encrypted packets if a recipient is offline. |
add-bootstrap |
Seed Operators | The DHT seed node that allows peers to safely discover and map to one another. |
Quick Start: Setting Up Your Secure Identity
Because this is a true decentralized network, you don’t “register an account.” You generate an identity cryptographically right on your local machine.
-
Initialize Your Identity: Generate Keys.
Run./target/release/add init. This creates your local directory (~/.add/) housing your secure ML-KEM keypair and outputs your unique Add ID. -
Share Your Credentials: Connect Safe.
Share your new Add ID (e.g.,ADD-A1B2-C3D4...) with your friends so they can target messages to you, and share your unique fingerprint for identity verification. -
Add a Contact: Establish the Peer Link.
Connect with a friend by adding their specific hash to your client:
./target/release/add add-contact ADD-E5F6-G7H8 --fingerprint THEIR_FINGERPRINT
- Set up an Alias: Optional Convenience.
Give your contact a recognizable local nickname so you don’t have to look at hashes:
./target/release/add alias Friend-Name ADD-E5F6-G7H8
Download & Update Today
Existing Gnoppix users can fetch the latest updates, kernel adjustments, and the package manager fixes directly through the system terminal:
sudo apt update && sudo apt upgrade
sudo apt install gnoppix-ai
The Add Messenger Alpha desktop binaries for Windows, macOS, and Linux can be downloaded directly from our official repository ecosystem. Dive in, test the decentralized waters, and let us know your feedback as we build the future of sovereign communication together! The Add Linux Application is already in Gnoppix 26.7.15 included or download it from Gnoppix Repo or Github.
Links: