https://github.com/fault-project/fault-cli
Build Exciting Applications Your Users Can Rely On
https://github.com/fault-project/fault-cli
chaos-engineering reliability-engineering resilience-engineering sre
Last synced: 5 days ago
JSON representation
Build Exciting Applications Your Users Can Rely On
- Host: GitHub
- URL: https://github.com/fault-project/fault-cli
- Owner: fault-project
- License: apache-2.0
- Created: 2025-08-02T14:50:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-05-28T21:25:09.000Z (6 days ago)
- Last Synced: 2026-05-28T22:12:23.922Z (6 days ago)
- Topics: chaos-engineering, reliability-engineering, resilience-engineering, sre
- Language: Rust
- Homepage: https://fault-project.com/
- Size: 688 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
fault | Helping Engineers and AI-agents cooperate to build reliable applications

---
fault is a Rust-powered CLI with two main features:
* fault injection: injects faults into LLM prompts as well as into network calls to learn about their impacts and how you recover from failures.
* AI-agent: run fault as a MCP server in your favorite code editor to improve the production-soundness of its output
[](https://asciinema.org/a/l2pc0o8bBTJULesRrevcMuugc)
# Usage
Please follow the [guidelines][] to walk you through how to download and
install fault.
[guidelines]: https://fault-project.com/how-to/install/