From 8aa7f5b67375e385209c2d820eee186551880fba Mon Sep 17 00:00:00 2001 From: 20000419 <20000419@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:06:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Add=20fauxnix=20=E2=80=94=20bash=20for=20AI?= =?UTF-8?q?=20agents=20on=20Windows=20(bash=E2=86=92PowerShell=20translati?= =?UTF-8?q?on)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..8facf9911 100644 --- a/README.md +++ b/README.md @@ -688,6 +688,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge ### πŸ–₯️ Command Line Run commands, capture output and otherwise interact with shells and command line tools. +- [20000419/fauxnix](https://github.com/20000419/fauxnix) πŸ“‡ 🏠 πŸ–₯️ - bash for AI agents on Windows via deterministic bashβ†’PowerShell translation β€” no WSL, VM, or bash toolchain. MCP `bash` tool with GNU-style output, bash-style errors, coreutils exit codes, session-persisted cwd/env across calls, and per-file UTF-8/GBK sniffing (GBK files grep correctly, unlike Git Bash). Unsupported bash constructs fail loudly with the construct named; native commands (git/node/npm) pass through with argv quoting. `npm install -g fauxnix-cli`; verified with Claude Code, Codex, OpenCode, Kimi Code and Qwen Code. - [bvisible/mcp-ssh-manager](https://github.com/bvisible/mcp-ssh-manager) [![bvisible/mcp-ssh-manager MCP server](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager/badges/score.svg)](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Manage multiple SSH servers from one MCP: command execution, file transfer/rsync, database dump/import/query (MySQL/PostgreSQL/MongoDB), backups & restore, health monitoring, persistent sessions, tunnels, ProxyJump/bastion, and opt-in per-server security modes (readonly/restricted) with audit log. Linux, macOS & Windows OpenSSH. - [capsulerun/bash](https://github.com/capsulerun/bash/tree/main/packages/bash-mcp) [![Capsule Bash MCP server](https://glama.ai/mcp/servers/capsulerun/bash/badges/score.svg)](https://glama.ai/mcp/servers/capsulerun/bash) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Sandboxed bash for agents. Run untrusted commands in WebAssembly sandboxes with no setup required. - [cygnussystems/cygnus-ssh-mcp](https://github.com/cygnussystems/cygnus-ssh-mcp) [![cygnussystems/cygnus-ssh-mcp MCP server](https://glama.ai/mcp/servers/cygnussystems/cygnus-ssh-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cygnussystems/cygnus-ssh-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - MCP server for SSH-based control of remote Linux, macOS, and Windows servers with 46 purpose-built tools instead of one generic command-runner: line-level file editing (no download/edit/upload round-trip), background task launch/monitor/kill, real sudo support, host aliases, recursive directory ops, archive create/extract, and full Unicode via SFTP (avoids PowerShell OEM code page corruption on Windows targets). `pip install cygnus-ssh-mcp` or `uvx cygnus-ssh-mcp`. From e74648ae46d6ff46e0822b74f7c1040821dc6cf5 Mon Sep 17 00:00:00 2001 From: 20000419 <20000419@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:09:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=20fauxnix=20entry:=20permitted=20emoji?= =?UTF-8?q?=20(=F0=9F=AA=9F)=20+=20Glama=20badge=20per=20listing=20require?= =?UTF-8?q?ments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8facf9911..1eff3b22e 100644 --- a/README.md +++ b/README.md @@ -688,7 +688,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge ### πŸ–₯️ Command Line Run commands, capture output and otherwise interact with shells and command line tools. -- [20000419/fauxnix](https://github.com/20000419/fauxnix) πŸ“‡ 🏠 πŸ–₯️ - bash for AI agents on Windows via deterministic bashβ†’PowerShell translation β€” no WSL, VM, or bash toolchain. MCP `bash` tool with GNU-style output, bash-style errors, coreutils exit codes, session-persisted cwd/env across calls, and per-file UTF-8/GBK sniffing (GBK files grep correctly, unlike Git Bash). Unsupported bash constructs fail loudly with the construct named; native commands (git/node/npm) pass through with argv quoting. `npm install -g fauxnix-cli`; verified with Claude Code, Codex, OpenCode, Kimi Code and Qwen Code. +- [20000419/fauxnix](https://github.com/20000419/fauxnix) [![20000419/fauxnix MCP server](https://glama.ai/mcp/servers/20000419/fauxnix/badges/score.svg)](https://glama.ai/mcp/servers/20000419/fauxnix) πŸ“‡ 🏠 πŸͺŸ - bash for AI agents on Windows via deterministic bashβ†’PowerShell translation β€” no WSL, VM, or bash toolchain. MCP `bash` tool with GNU-style output, bash-style errors, coreutils exit codes, session-persisted cwd/env across calls, and per-file UTF-8/GBK sniffing (GBK files grep correctly, unlike Git Bash). Unsupported bash constructs fail loudly with the construct named; native commands (git/node/npm) pass through with argv quoting. `npm install -g fauxnix-cli`; verified with Claude Code, Codex, OpenCode, Kimi Code and Qwen Code. - [bvisible/mcp-ssh-manager](https://github.com/bvisible/mcp-ssh-manager) [![bvisible/mcp-ssh-manager MCP server](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager/badges/score.svg)](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Manage multiple SSH servers from one MCP: command execution, file transfer/rsync, database dump/import/query (MySQL/PostgreSQL/MongoDB), backups & restore, health monitoring, persistent sessions, tunnels, ProxyJump/bastion, and opt-in per-server security modes (readonly/restricted) with audit log. Linux, macOS & Windows OpenSSH. - [capsulerun/bash](https://github.com/capsulerun/bash/tree/main/packages/bash-mcp) [![Capsule Bash MCP server](https://glama.ai/mcp/servers/capsulerun/bash/badges/score.svg)](https://glama.ai/mcp/servers/capsulerun/bash) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Sandboxed bash for agents. Run untrusted commands in WebAssembly sandboxes with no setup required. - [cygnussystems/cygnus-ssh-mcp](https://github.com/cygnussystems/cygnus-ssh-mcp) [![cygnussystems/cygnus-ssh-mcp MCP server](https://glama.ai/mcp/servers/cygnussystems/cygnus-ssh-mcp/badges/score.svg)](https://glama.ai/mcp/servers/cygnussystems/cygnus-ssh-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - MCP server for SSH-based control of remote Linux, macOS, and Windows servers with 46 purpose-built tools instead of one generic command-runner: line-level file editing (no download/edit/upload round-trip), background task launch/monitor/kill, real sudo support, host aliases, recursive directory ops, archive create/extract, and full Unicode via SFTP (avoids PowerShell OEM code page corruption on Windows targets). `pip install cygnus-ssh-mcp` or `uvx cygnus-ssh-mcp`.