Portable AI on a USB Stick
A developer created a portable AI agent that fits on a USB stick, bundling Python, Ollama, and memory into a 340MB self-contained package for x86_64 Linux. By stripping GPU libraries and using relativ…
A developer created a portable AI agent that fits on a USB stick, bundling Python, Ollama, and memory into a 340MB self-contained package for x86_64 Linux. By stripping GPU libraries and using relativ…
An engineer patched NVIDIA's proprietary driver to run modern LLM inference on a GeForce GTX 770 (Kepler) GPU with a Linux 7.x kernel. The fix involves a five-byte binary patch to libcuda.so that bypa…
OpenAI launched Patch the Planet, a cybersecurity initiative using its GPT-5.5-Cyber model to find and fix vulnerabilities in open source software. In its first week, Trail of Bits filed 64 pull reque…
A developer built devops-mcp, a mode-based MCP server that lets AI assistants like Claude Desktop, Cursor, and Windsurf operate Linux servers with restricted permissions. The tool enforces a consent g…
NVOC, an open-source Linux tool for overclocking NVIDIA GPUs, has reached version 0.3.0 with multi-GPU support, machine-readable JSON output, and improved memory overclocking for AI workloads. The too…
New Intel Linux driver patches enable HDR over DisplayPort Multi-Stream Transport (MST) connections, improving display capabilities for multi-monitor setups.…
An engineer who writes backend systems shipped an SDK for a microcontroller without ever compiling it on the target chip's compiler. The code was tested only on a host compiler, and when built in the …
Agent Zero, an open-source agentic framework, ships a full Linux system with a desktop and plugin hub inside a single Docker container, enabling AI agents to run real desktop software. The project off…
A developer at AGP discovered that their AI coding agent's governance plane failed to gate any tool calls because the container's --cap-drop ALL flag stripped CAP_DAC_OVERRIDE, causing Unix socket con…
A supply-chain attack on the @mastra AI-agent ecosystem saw an attacker republish 141 packages with a malicious dependency that targeted crypto wallets. The incident highlights how AI coding tools lik…
A user on Privacy Guides forum seeks GUI encryption tools for Linux that avoid AI-generated code and root privileges, citing concerns over Picocrypt-NG's use of 'vibecoded' AI code.…
A user on a privacy forum is seeking free and open-source data poisoning tools for Linux or Android to protect their original photos from being scraped by AI systems. The user wants to disrupt AI trai…
A developer argues that traditional operating system autostart mechanisms like launchd, systemd, and Task Scheduler are evolving into AI-driven autonomous systems. By integrating large language models…
A developer argues that large language models do not possess understanding or mind-reading abilities, but instead predict the next most likely tokens based on patterns in user input. The post emphasiz…
AI-whisper, a new open-source tool, pairs two coding agent CLIs—such as Claude, Codex, or ezio—in a terminal-native workflow where one agent implements code while the other reviews it, autonomously it…
The Linux 7.2 kernel merge window has no new ARM64 KVM features, with developers attributing the lack to an overwhelming number of AI-fueled fixes flooding the mailing list. Other architectures like R…
Linux 7.2 kernel adds protections against crafted or corrupted perf data, preventing out-of-bounds reads/writes, infinite loops, heap overflows, and segmentation faults. Red Hat's Arnaldo Carvalho de …
Linux 7.2 kernel now supports post-quantum ML-DSA signatures for IMA and EVM, replacing RSA and ECC to protect against future quantum attacks. The update also introduces staged deletion of IMA measure…
A developer has created a working solution to run AlecaFrame, a Warframe companion app built on Overwolf, with Warframe on Linux using umu-launcher and Proton without Steam. The setup enables live dat…
Developer kromych released badc, a cross-platform optimizing C compiler built with Claude that supports C99, C11, and later standards. The compiler can build Python 3.14 on five targets, JIT-compile c…