LiberSystem – A capability-based microkernel OS written in Rust
LiberSystem is an operating system built as a capability-based microkernel written in the Rust programming language, focusing on security and safety through the use of capabilities for access control and Rust's memory safety guarantees.
Background
LiberSystem is a new operating system built around a "capability-based microkernel" architecture, written entirely in Rust. Unlike traditional OS kernels (Linux, Windows) which run everything in a privileged "kernel space," a microkernel keeps the kernel minimal and moves services like drivers and file systems into user-space processes. "Capability-based" means security is enforced by unforgeable tokens (capabilities) that grant specific permission to access resources — a more fine-grained and auditable model than typical Unix-style user/group permissions. Rust's memory-safety guarantees help prevent the buffer overflows and dangling-pointer bugs that plague C/C++ kernels. The project is likely an academic or experimental effort, not a production OS; it reflects growing interest in formally verifiable, secure-by-design system software. For context: other Rust-based OS projects include Redox and Theseus.
The US government ordered Anthropic to suspend access to its Fable 5 and Mythos 5 models for all customers, citing a potential jailbreak technique that involved asking the model to review a codebase for vulnerabilities—a capability Anthropic says is available in other public models. Access was abruptly cut off on June 12.
Andrej Karpathy announces the release of Claude Fable 5, the same underlying model as Mythos but with added safeguards. He calls it a major step forward, particularly for long problem-solving sessions on difficult tasks, and describes it as state-of-the-art on nearly all benchmarks with exceptional performance in software engineering, research, and vision.
Roman Storm warns that the legal theory in his case could set a precedent making open-source developers liable for how others use their code, potentially criminalizing the mere publication of privacy, messaging, or crypto tools. He notes that developer Michael Lewellen cannot publish lawful code due to prosecution fears, and argues this chilling effect extends beyond any single case.
Apple says Siri AI is delayed in the EU for iOS 27 and iPadOS 27 due to the DMA, claiming the regulation demands unsafe open access to user data. The European Commission rejected Apple's proposed safety measures, leaving no timeline for release.
The U.S. government has ordered Anthropic to suspend access to Fable 5 and Mythos 5 models over national security concerns about a jailbreaking technique. Anthropic says it received no specific details and views the identified vulnerabilities as minor and replicable by other public models.