Overlord is a trust kernel for AI agents that provides transactional execution, provenance tracking, and reversibility for untrusted code. It runs on Linux using kernel primitives like overlayfs and user namespaces, allowing users to inspect and approve changes before committing them to disk.
A prominent PS5 hacker named TheFlow announced he is quitting the PS5 hacking scene after another modder named Jordy reported a critical hypervisor exploit to Sony via HackerOne, despite allegedly agreeing to keep it secret until after Grand Theft Auto 6's release. TheFlow had been developing a Linux mod to turn PS5 consoles into Steam Machines and planned to release it in 2027, but the exploit's disclosure will likely result in Sony patching it out via firmware updates.
Fail2zig is a single-binary fail2ban replacement written in Zig that eliminates Python runtime and database server dependencies. It uses SQLite for durable state, supports multiple firewall backends (nftables, iptables, ipset), and includes migration tools to import existing fail2ban configurations with compatibility verification before enforcement.
Fedora 45 beta replaces the in-kernel console with Kmscon, a userspace terminal emulator based on Linux kernel mode setting (KMS). Kmscon requires various dependencies for video output, font handling, and input device support, and can be compiled using meson with customizable backend options.
A PlayStation 5 Linux developer abandoned their project after others monetized a critical exploit they had discovered, frustrating the original researcher.
PS5 Linux developer TheFloW quit his project after a hypervisor vulnerability he had kept private was independently discovered and reported to Sony by another researcher. Nguyen had planned to preserve the bug until after GTA 6's release to allow users to run Linux on PS5, but the disclosure ended his plans for PS5 Pro support in 2027. The project remains available under GPL 3.0 for other developers to continue.
DistroWatch Weekly reviews Vanilla OS 3 'Reunion,' highlighting its immutable system design, reproducible builds, new snapshot-based backup tool (Vanilla Continuity), and graphical installer supporting UEFI, encryption, and accessibility options. The distribution requires 4GB RAM and 50GB disk space, running GNOME 50 desktop with customizable first-run setup.
PlayStation hacker Andy 'TheFlow0' Nguyen is quitting the PS5 Linux project, citing an influx of AI-assisted developers in open-source communities who submit code they don't understand. The project's progress was further hampered when other developers used AI to find a hypervisor bug and reported it to Sony for a bounty, despite Nguyen's request to delay disclosure.
Vigilance is a supply chain security tool that detects malicious software updates by comparing file behavior before and after installation, alerting users only when files gain new capabilities like network access or key reading. It works across multiple platforms and package formats with no agent required, offering free service with telemetry or paid offline mode.
TurboBench is a compression benchmarking tool that tests 100+ codecs against the Silesia Corpus on multiple platforms (linux-aarch64 and linux-riscv64). Results show compression ratios, compression/decompression speeds, and rankings, with zstd and brotli performing well on compression ratio and misa77 excelling in decompression speed.
Unable to process article content. The page returned a bot-detection challenge (Anubis proof-of-work system) rather than the actual article about Lepton and Steam's Android gaming tool for Linux.
Omarchy is launching official Mac support for Apple Silicon through a dedicated team called Omarchy M. The team of 15 developers is building a native installer, GPU drivers, and hardware support to run Omarchy on M1, M2, and newer Mac machines alongside macOS, with the first release targeting full compatibility for M1 and M2 variants.
Salmon is a Linux monitoring utility that tracks systemd service health and custom checks via periodic commands, displaying alerts through a tray icon and desktop notifications. The project consists of a Go background service (salmon) that monitors local or remote machines and a Rust desktop client (salmon-watch) that connects to multiple instances and displays incidents.
Omarchy v4.0.4 releases a custom Linux kernel optimized for desktop responsiveness, gaming compatibility, and hardware reliability. The update improves Btrfs performance, power management, and fixes audio, touchpad, display, and startup issues across various systems.
A Swift-based external builder tool for Nix on Darwin that enables building Linux packages on macOS without a remote VM, reproducing Determinate Nix's native-linux-builder functionality for upstream Nix installations with optional Nix-darwin module integration.
Thurbox is a tmux-based TUI and CLI tool that orchestrates multiple coding agents (Claude Code, Codex, Aider, etc.) in parallel sessions within a single terminal. Each agent runs in its own persistent tmux session and git worktree, surviving crashes and restarts, with a fully customizable Lua-based interface that updates without recompilation.
A comprehensive open-source guide for hardening Ubuntu Desktop 24.04/26.04 LTS systems with enterprise-grade security controls. Covers hardware protection, kernel hardening, sandboxing, network isolation, browser security, and anti-forensics techniques for journalists, human rights defenders, and security professionals across 17 languages.
Gravity Linux is a project using clean-room reverse engineering to bring Linux support to Apple Silicon M4 Macs, with the goal of upstreaming this support into the mainline Linux kernel and other distributions. The team plans to release their first version soon.
DeadLock OS is a Linux terminal puzzle game where players solve investigations using real shell commands like ls, cat, grep, and chmod. The game teaches practical command-line skills through escalating difficulty, from beginner tutorials to advanced sysadmin challenges, with puzzles requiring log analysis, permission debugging, and process inspection.
Cody Ho and Niklas built a fully OpenGL ES 3.0 compliant GPU driver for Apple's M4 Mac Mini and MacBook Neo in about one month by reverse engineering the AGX firmware ABI and user-space components using a hypervisor. The driver achieves high performance, running Minecraft at 200fps and supporting WebGL in browsers, and involved clean-room development techniques without accessing Apple binaries.