ATY is a terminal-native AI assistant that integrates with shell sessions (bash/zsh on macOS and Linux) to generate commands based on user queries and terminal context. It supports multiple interaction modes (?, ??, ???) with optional reasoning and agent capabilities, works over SSH, and can be configured with local or cloud LLM providers.
A tool for migrating Claude Code CLI sessions to Claude Desktop by creating isolated profiles and moving session history between them. Available as a CLI (macOS/Linux) and Raycast extension (macOS), it manages session indices, handles backups, and includes rollback capabilities for safe migrations.
Frost is a frosted-glass icon theme for Linux featuring 134 file types with distinctive colors and symbols that clearly identify their purpose, plus system icons optimized for readability at small sizes. It unifies design across folders, apps, and files using consistent shapes and glyphs, with fallback support for other icon themes and optional MIME type fixes for developer files.
A discussion of the Unix Year 2038 problem, where 32-bit signed timestamps overflow on January 19, 2038, alongside historical context comparing it to Y2K and examining how engineering trade-offs made sense given era constraints. The episode covers mitigation status across systems, similar overflow bugs in GPS/NTP/databases, and real-world failures like NASA's Deep Impact probe and Sony PS3 bricking, concluding with reflections on writing maintainable code.
Regolith Desktop maintainer provides status update after months without releases, announcing a break from full-time work to focus on the project. The maintainer is exploring new Linux desktop technologies like Wayland and COSMIC while prioritizing Ubuntu 26.04 support and seeking user feedback via survey on future development priorities.
Cua is an open-source system that enables AI agents to use computers through desktop automation, cloud desktops, and local VMs. It provides tools like Cua Fleets for cloud provisioning, Cua Driver for app interaction, Lume for VM management, and Cua Bench for task evaluation and benchmarking.
After using Omarchy Linux as a daily driver for over a year, replacing macOS, the author discusses the Quattro version's viral success driven by its integrated design with Quickshell, unified configuration, and new plugin marketplace with thousands of community extensions that allow customization comparable to traditional operating systems.
iLead is a local-first SSH client and manager for macOS, Windows, and Linux that encrypts SSH keys, hosts, and profiles in a single encrypted vault file on your machine with no cloud storage or telemetry. It offers features including database clients for multiple SQL and NoSQL systems, SSH tunneling with jump chains, S3 browser, cloud VM auto-sync, RDP/VNC support, command history, and fleet management, with pricing starting at $14.99/year per device.
Google is removing the 11,000-line C implementation of the Binder IPC driver from Linux in favor of a Rust version that has achieved feature parity and proven competitive or superior performance. The legacy C driver, maintained for 15+ years, had become increasingly complex and difficult to maintain, while the Rust implementation addresses these issues and has been successfully running on Android devices.
OpenBSD's doas and sudo use timestamp files to avoid repeated password entry. A security vulnerability allowed timestamp file reuse on Linux by matching PPID and TTY, which was fixed by including the session leader's start time in the timestamp mechanism, implemented in both doas and sudo 1.8.22.
Archive directory listing of Linux kernel version 1.0 source code and patches from March-April 1994, containing the original tar distributions in multiple compression formats (bz2, gz, xz) along with numbered patch files and cryptographic signatures.
colm is an open-source Linux workspace manager for coding agents built on Ghostty, featuring a sidebar for managing workspaces, horizontal column tiling like niri, live terminal thumbnails, and a JSON-RPC socket for scripting. It integrates with AI agents like Claude Code to surface permission prompts and activity in a feed sidebar, with support for remote workspaces over SSH.
OpenLoco v26.09 introduces extensive North American Expansion graphics objects, drag dimension tooltips for easier station planning, and improved Linux support including AppImage builds. The release includes 32 new vehicles and objects from contributors, plus vanilla replacements and vehicle updates.
Omarchy has launched a new team called Omarchy Dragon to bring Linux support to Qualcomm Snapdragon laptops. Five engineers are working on enabling core functionality like sleep, video playback, and firmware updates across Surface, Lenovo, HP, and ASUS Snapdragon devices, with plans to push improvements upstream to benefit other ARM platforms.
Valve's Steam Frame VR headset, running Linux on ARM64 architecture, prompted the developer to port Factorio to ARM64 Linux. The process required setting up cross-compilation from x86 to ARM64 using Clang, obtaining system files via debootstrap, and building dependencies like OpenSSL for the new platform.
This article describes a metaharness design pattern for configuring portable agent systems across multiple LLM backends. The approach uses environment variables, preamble composition from markdown files, and Linux manual pages to manage skills and roles in a flexible, harness-agnostic way.
Systemd is a Linux system and service manager that runs as PID 1. Its logo, designed by Tobias Bernard in 2019, derives from the iconic green [OK] boot messages and uses the colors systemd green and systemd black with the Heebo typeface.
A NixOS flake enables Microsoft 365 to run on Linux via Wine and GE-Proton without virtualization, downloading Office at install time and using a minimal licensing shim to bypass Windows SPP validation. Word successfully starts and displays its interface, though full activation and licensing verification remain incomplete as of September 2026.
Atomic Chat is a free, open-source AI coding assistant that runs local language models on Linux machines through an OpenAI-compatible API server, eliminating the need for cloud services or API keys. The tool combines a local model runner, agent workspace, integration hub for coding agents, and API server, supporting multiple inference backends and MCP. Installation on Ubuntu 22.04+ or Debian 12+ requires downloading an AppImage, 8-16 GB RAM depending on model size, and 5-10 GB disk space.
A systemd timer script automatically logs out and locks children's Linux accounts during overnight hours. Users install the service via a shell script, then enable the timer with systemctl commands to manage account access.