xAI's Grok Build CLI tool has been observed uploading entire Git repositories to a Google Cloud Bucket, raising potential security and data exposure concerns. The tool copies repository contents, including potentially sensitive files, to a remote cloud storage location as part of its build process.
#cli
30 items
A developer building an agent sandbox platform using the OpenCode SDK asks the community what existing sandbox solutions are missing and what the hardest parts of building agent workflows are.
Plasma Wiki is a CLI tool for maintaining agent-edited Markdown wikis. It allows users to manage wiki content through a command-line interface, enabling automated editing and organization of markdown files.
A command-line tool called sprout helps fix installations of developer tools like Git, Node, Python, and Rust on macOS and Linux by detecting and resolving common setup issues.
The article traces the evolution of Rune, a command-line-centric IDE developed from 2017 to 2026, arguing that the terminal interface is undergoing a renaissance for modern software development due to its speed, flexibility, and scriptability compared to traditional graphical IDEs.
Apple Ads CLI is a command-line tool offering keyword-level analytics for Apple Search Ads, enabling advertisers to manage campaigns and retrieve performance data directly from the terminal.
The article introduces `fm`, a command-line tool for interacting with Apple's Foundation Models (presumably large language models). It explains how to use `fm` for scripting, including piping input, setting parameters like temperature and system prompts, and embedding calls in shell scripts for automation and tool use.
Capcat is a free, open-source Python CLI/TUI tool for ethically archiving websites and RSS feeds into Markdown (with Obsidian-compatible frontmatter) and HTML with dark/light themes. It uses the official HN API with rate limits, anonymizes usernames, skips paywalled content, and supports per-source YAML configuration and PDF size limiting.
Docktree is a CLI tool that dynamically generates Docker Compose overrides to avoid host port, container name, and volume collisions when running multiple agents or git worktrees. It auto-allocates ports, isolates networks and volumes, and rewrites container names without modifying compose files.
Fli is a minimal CLI file listing tool built in no_std Rust and Libc, occupying only 18KB. It offers an alternative to traditional ls commands with a tiny footprint. The project is open-source and available on GitHub.
QUALITY.md is an open format/specification, agent skill, and CLI tool designed to establish a holistic quality evaluation process for software projects. It aims to shift the approach from reactive review and repair to proactive quality care, and is positioned as useful for loop engineering workflows.
Plumber is an open-source CLI tool that analyzes CI/CD pipeline configurations and assigns a security rating from A to E, helping developers identify and fix vulnerabilities in their deployment workflows.
The article presents a command-line tool that fetches and displays a newspaper-like layout of news articles directly in the terminal. It combines RSS feeds, web scraping, and terminal formatting to give users a text-based news reading experience without leaving the command line.
A new lightweight CLI tool called labeled-cli helps Linux users track and purge temporary packages that are no longer needed, streamlining system cleanup. It provides a simple command-line interface to manage orphaned or test packages that accumulate during development and experimentation.
DevTUI is an open-source terminal toolkit that combines common developer utilities into a single text-based user interface (TUI) and command-line tools, aiming to reduce context switching for developers.
OpenWiki is a CLI tool that automatically writes and maintains agent documentation for a codebase, designed to help AI agents better understand project structure and usage.
The article argues that command-line interfaces (CLIs) are experiencing a resurgence due to the rise of AI coding assistants, cloud infrastructure, and developer nostalgia. It suggests that CLIs offer efficiency and composability that graphical interfaces cannot match, making them increasingly relevant in modern software development workflows.
A developer built a language model REPL agent using only standard Unix command-line tools like Bash, jq, and curl, with zero heavy dependencies. The system relies on transparent file-based state, piped text streams, and Unix exit codes for control flow, challenging the necessity of complex AI frameworks.
Mess is a tiny CLI tool designed to clean up development clutter, helping users remove unnecessary files and directories from their projects efficiently.
Ouijit is a free, open-source tool that runs coding agents inside terminal sessions, with built-in sandboxing via Lima VMs, session-scoped CLI awareness for agents, task lifecycle hooks, and support for organizing child terminals, markdown, and URL previews. It integrates with Claude Code, Codex, Pi, and OpenCode, requires no login or telemetry, and works on macOS and Linux.
CmdBox is a CLI tool for saving and running parameterized shell commands using named variables (e.g., <host>), supporting nested commands, tag-based organization, stored execution context per command, multi-line script templates, and sharing via import/export. Written in Python, it is installable via pip as cmdbox-cli and works on Linux, macOS, and Windows.
Clawmark is a CLI tool that allows users to benchmark and compare different agent configurations, enabling performance evaluation through simple command-line operations.
Propagate CLI is an open-source tool for declarative secrets management, designed for AI agents and development teams to securely handle credentials, API keys, and environment variables.
Kinetic Merge is a CLI tool that helps merge codebases that have been refactored on one branch while having new features or changes on another. It handles fine-grained code movements beyond simple file moves, using Git history and JRE 17+. Originally conceived in the early 2010s and finally built starting in 2023, the tool is now on its 57th release and is MIT-licensed.
Two developers are building fip-cli, a Dart-based CLI tool to automate tedious Flutter project setup tasks, with the long-term goal of creating an equivalent to React Native's Ignite CLI. The project is in early development and not yet published to pub.dev; the authors are seeking feedback on the architecture, code, and overall concept.
Gojaja is an open-source CLI tool for local multi-agent collaboration that supports clients like Cursor, Claude Code, and Codex. It features a real-time dashboard, local file-based storage for privacy, and enables task division, multi-role brainstorming, roundtable discussions, and remote agent control via mobile devices.
A new open-source tool called Vibe Zsh lets users convert natural language descriptions into shell commands by pressing Ctrl+G. It supports dictation input, aiming to streamline command-line workflows without needing to memorize syntax.
The author has created a simple Command-Line Interface (CLI) tool called KRSH and is seeking feedback from the community on their GitHub repository.
An open-source tool that connects Claude to Crossbeam's internal API, letting users query partners and account mapping in plain English on any plan, including the free tier. It ships as a Claude desktop extension and CLI, but is unofficial and uses undocumented endpoints that could break at any time.
Ploof is a new agent-native CLI tool that allows users to generate images, video, and audio directly from the command line. It is designed for integration with AI agents and automated workflows.