<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CLI on FOSS Engineer</title>
    <link>https://fossengineer.com/tags/cli/</link>
    <description>Recent content in CLI on FOSS Engineer</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Sat, 08 Aug 2026 09:23:05 +0200</lastBuildDate>
    <atom:link href="https://fossengineer.com/tags/cli/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Graphify - Codebase Knowledge Graphs for AI Coding Agents</title>
      <link>https://fossengineer.com/graphify-code-knowledge-graph/</link>
      <pubDate>Fri, 03 Jul 2026 10:00:00 +0200</pubDate>
      <guid>https://fossengineer.com/graphify-code-knowledge-graph/</guid>
      <description>&lt;strong&gt;Graphify&lt;/strong&gt; turns a codebase or mixed project folder into a queryable knowledge graph. I tested the Python CLI locally with a small code-only corpus, generated graph artifacts, queried the graph, and exported call-flow HTML without needing an API key.</description>
    </item>
    <item>
      <title>OpenClaw - Local-First Personal AI Assistant Gateway</title>
      <link>https://fossengineer.com/openclaw-personal-ai-assistant-gateway/</link>
      <pubDate>Sun, 28 Jun 2026 10:00:00 +0200</pubDate>
      <guid>https://fossengineer.com/openclaw-personal-ai-assistant-gateway/</guid>
      <description>&lt;strong&gt;OpenClaw&lt;/strong&gt; is a local-first personal AI assistant gateway. I inspected the current source, validated the published CLI help/status/doctor paths, rendered the Docker Compose config, prepared a reusable Home-Lab compose, and documented the setup/security caveats.</description>
    </item>
    <item>
      <title>NanoClaw - Agentic CLI and Container-Isolated Personal AI Assistants</title>
      <link>https://fossengineer.com/nanoclaw-agentic-cli-containers/</link>
      <pubDate>Sat, 27 Jun 2026 10:00:00 +0200</pubDate>
      <guid>https://fossengineer.com/nanoclaw-agentic-cli-containers/</guid>
      <description>&lt;strong&gt;NanoClaw&lt;/strong&gt; is a small, self-hostable personal AI assistant runtime. It runs agent sessions in containers, exposes admin and terminal CLI paths, uses OneCLI for credential routing, and is designed to be customized by editing the code with Claude Code.</description>
    </item>
    <item>
      <title>T3 Code - Minimal Web GUI for Coding Agents</title>
      <link>https://fossengineer.com/t3code-web-gui-coding-agents/</link>
      <pubDate>Wed, 24 Jun 2026 10:00:00 +0200</pubDate>
      <guid>https://fossengineer.com/t3code-web-gui-coding-agents/</guid>
      <description>&lt;strong&gt;T3 Code&lt;/strong&gt; is a minimal GUI for coding agents. I inspected the current PNPM workspace, validated the published &lt;code&gt;t3&lt;/code&gt; CLI help, started the local server, captured the pairing flow, and documented the keybindings and provider caveats.</description>
    </item>
    <item>
      <title>Pi - Open Source Agentic Coding CLI and AI Agent Toolkit</title>
      <link>https://fossengineer.com/pi-agentic-coding-cli/</link>
      <pubDate>Mon, 22 Jun 2026 10:00:00 +0200</pubDate>
      <guid>https://fossengineer.com/pi-agentic-coding-cli/</guid>
      <description>&lt;strong&gt;Pi&lt;/strong&gt; is an open-source agentic coding CLI and TypeScript toolkit. I tested the current source checkout locally, built the monorepo, ran the upstream test script without API keys, and checked the source-run CLI behavior before writing this guide.</description>
    </item>
    <item>
      <title>OpenCode - Open Source AI Coding Agent CLI</title>
      <link>https://fossengineer.com/opencode-ai-coding-agent-cli/</link>
      <pubDate>Sun, 21 Jun 2026 10:00:00 +0200</pubDate>
      <guid>https://fossengineer.com/opencode-ai-coding-agent-cli/</guid>
      <description>&lt;strong&gt;OpenCode&lt;/strong&gt; is an open-source AI coding agent CLI. I inspected the current Bun/TypeScript monorepo, validated an installed local CLI, started the local server UI, checked provider/model support, and documented the source-build caveat on this machine.</description>
    </item>
    <item>
      <title>OpenAI Codex CLI - Local Coding Agent, Rust Workspace, and SDKs</title>
      <link>https://fossengineer.com/openai-codex-cli-local-agent/</link>
      <pubDate>Sat, 20 Jun 2026 10:00:00 +0200</pubDate>
      <guid>https://fossengineer.com/openai-codex-cli-local-agent/</guid>
      <description>&lt;strong&gt;OpenAI Codex CLI&lt;/strong&gt; is the open-source local coding agent from OpenAI. I inspected the current source checkout, validated the npm workspace install, checked the installed CLI surface, built the TypeScript SDK, and documented the source-build blockers on this machine.</description>
    </item>
    <item>
      <title>Agentic CLI Tools</title>
      <link>https://fossengineer.com/agentic-cli-tools/</link>
      <pubDate>Sat, 06 Jun 2026 17:10:00 +0200</pubDate>
      <guid>https://fossengineer.com/agentic-cli-tools/</guid>
      <description>A practical comparison of OpenCode, Codex CLI, Pi, Herdr, NanoClaw, OpenClaw, Hermes Agent, T3 Code, and Flue for coding-agent CLIs, persistent terminals, assistant runtimes, and local command-line workflows.</description>
    </item>
    <item>
      <title>Graphify</title>
      <link>https://fossengineer.com/apps/graphify/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://fossengineer.com/apps/graphify/</guid>
      <description>&lt;p&gt;Graphify is a local Python CLI and agent skill rather than a Docker service. Use the guide for install commands, local extraction notes, query examples, and export commands.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hermes Agent</title>
      <link>https://fossengineer.com/apps/hermes-agent/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://fossengineer.com/apps/hermes-agent/</guid>
      <description>&lt;p&gt;Hermes Agent is a self-hostable AI agent runtime from Nous Research. Use the guide for Docker setup, gateway caveats, local validation notes, and the difference between running Hermes in Docker and using Docker as a terminal backend.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NanoClaw</title>
      <link>https://fossengineer.com/apps/nanoclaw/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://fossengineer.com/apps/nanoclaw/</guid>
      <description>&lt;p&gt;NanoClaw is a container-isolated personal assistant runtime with admin and terminal CLI surfaces rather than a compose-first web service.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenAI Codex CLI</title>
      <link>https://fossengineer.com/apps/openai-codex/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://fossengineer.com/apps/openai-codex/</guid>
      <description>&lt;p&gt;OpenAI Codex CLI is a local coding-agent CLI rather than a compose-first service. Use the guide for install paths, auth options, SDK notes, sandboxing caveats, and local validation results.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw</title>
      <link>https://fossengineer.com/apps/openclaw/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://fossengineer.com/apps/openclaw/</guid>
      <description>&lt;p&gt;OpenClaw is a personal AI assistant Gateway rather than a narrow coding-agent CLI. Use the guide for CLI smoke-test results, Docker Compose notes, Home-Lab config, first-run diagnostics, and security caveats.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenCode</title>
      <link>https://fossengineer.com/apps/opencode/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://fossengineer.com/apps/opencode/</guid>
      <description>&lt;p&gt;OpenCode is an open-source coding-agent CLI rather than a compose-first self-hosted app. Use the guide for install paths, provider notes, local server mode, source development caveats, and the validated local smoke test.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pi</title>
      <link>https://fossengineer.com/apps/pi/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://fossengineer.com/apps/pi/</guid>
      <description>&lt;p&gt;Pi is a local agentic coding CLI and reusable TypeScript toolkit. It is not a compose-first web service; use the guide for install, provider setup, local test notes, and sandboxing caveats.&lt;/p&gt;</description>
    </item>
    <item>
      <title>T3 Code</title>
      <link>https://fossengineer.com/apps/t3code/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://fossengineer.com/apps/t3code/</guid>
      <description>&lt;p&gt;T3 Code is a local web/desktop GUI for existing coding-agent CLIs. Use the guide for the &lt;code&gt;npx&lt;/code&gt; smoke test, local server-start validation, provider prerequisites, and keybindings.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
