Best of BashFebruary 2026

  1. 1
    Article
    Avatar of hnHacker News·12w

    vercel-labs/just-bash: Bash for Agents

    just-bash is a TypeScript library from Vercel Labs that simulates a bash environment with an in-memory virtual filesystem, designed for AI agents needing a secure sandboxed shell. It supports a wide range of Unix commands (file ops, text processing, jq, sqlite3, Python via Pyodide), multiple filesystem backends (InMemoryFs, OverlayFs, ReadWriteFs, MountableFs), optional network access with URL allow-lists, execution protection against infinite loops, AST transform plugins, and a Vercel AI SDK integration via the companion bash-tool package. A CLI binary and interactive shell are also included.

  2. 2
    Article
    Avatar of newstackThe New Stack·14w

    HackerOS is what a Linux enthusiast’s OS should be

    HackerOS is a Debian-based Linux distribution with seven specialized editions targeting regular users, gamers, and cybersecurity enthusiasts. It ships with KDE Plasma 6.5.4, Wayland, and ZSH shell, offering features like case-insensitive command completion and custom hacker-themed terminal commands. The distribution includes gaming support via Steam and GOverlay, optional performance kernels (XanMod, Liquorix), and variants for different desktop environments (KDE, GNOME, Xfce) and use cases (NVIDIA GPUs, cybersecurity tools, LTS). Despite some localization issues mixing English and Polish, plus occasional broken scripts, it provides a user-friendly experience with interesting developer-focused additions.

  3. 3
    Article
    Avatar of laravelLaravel·13w

    Your AI Agent Can Now Deploy to Laravel Cloud (and Write This Blog)

    Laravel Cloud has opened early access to its REST API, enabling AI agents to manage cloud infrastructure through conversation. Florian Beer, an Infrastructure Engineer at Laravel, built a 400-line bash CLI wrapper called the `laravel-cloud` skill that covers all 19 resource categories of the API — deployments, databases, caches, domains, scaling, and more. The skill is installable via `clawhub install laravel-cloud` and works with any OpenClaw-compatible AI agent setup. The post (itself written by an AI bot) explains the design rationale for using bash (zero setup friction), demonstrates example agent interactions, and argues that clean, well-documented APIs like Laravel Cloud's are well-positioned for the emerging era of action-taking AI agents.