Fauxnix
Description
Run Linux-style commands on Windows via deterministic bash→PowerShell translation. No VM, no WSL. MCP server + CLI built for AI agents (Claude Code, Codex, OpenCode...). GNU-style output, bash-style errors, UTF-8/GBK handled.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
fauxnix
[](https://github.com/20000419/fauxnix/actions/workflows/ci.yml) [](https://www.npmjs.com/package/fauxnix-cli) [](https://www.npmjs.com/package/fauxnix-cli) [](LICENSE) [](https://glama.ai/mcp/servers/20000419/fauxnix)
**Run Linux-style commands on Windows — natively, deterministically, with no VM and no WSL.**
fauxnix is a bash→PowerShell translation layer built for AI agents. Your agent keeps writing the bash it already knows (`ls -la | grep foo`, `find . -name '*.ts' | wc -l`, `kill -9 1234`), and fauxnix deterministically translates each command into PowerShell, executes it natively, and hands back output that looks like GNU/Linux: `ls -l` columns, bash-style error messages, coreutils exit codes, UTF-8/GBK handled automatically.
npm install -g fauxnix-cli # then point any MCP harness at `fauxnix mcp`

$ fauxnix "ls -la src | head -2"
-rw-r--r-- 1 me me 1204 Aug 16 09:12 ast.ts
-rw-r--r-- 1 me me 8192 Aug 16 09:12 cli.ts
$ fauxnix "cat nope.txt"
cat: nope.txt: No such file or directory # not a PowerShell stack trace
Measured: your model is probably worse at PowerShell than you think
Same model (DeepSeek-V4-Pro), same 5 tasks, three execution modes on one Windows machine — full data in [`docs/benchmark-deepseek-v4-pro.md`](docs/benchmark-deepseek-v4-pro.md) and [`docs/benchmark-ark-models.md](docs/benchmark-ark-models.md):
| PowerShell | fauxnix | Git Bash | |
|---|---|---|---|
| tool calls / unexpected errors | 14 / 9 | 7 / 0 | 4 / 0 |
| time (T1–T4) | 163s | 66s | 57s |
Across 7 models on the Volcano Ark Coding P
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI