https://github.com/fault-project/fault-www
fault project site and documentation
https://github.com/fault-project/fault-www
Last synced: 16 days ago
JSON representation
fault project site and documentation
- Host: GitHub
- URL: https://github.com/fault-project/fault-www
- Owner: fault-project
- Created: 2025-08-02T15:10:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-27T10:01:30.000Z (4 months ago)
- Last Synced: 2026-02-27T14:55:27.520Z (4 months ago)
- Language: Python
- Homepage: https://fault-project.com/
- Size: 41.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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 network faults into your system to learn about their impacts and how you recover from failures.
* AI-agent: run fault as a MCP server in your favourit code editor to improve the production-soundness of its output
## Build
Install the dependencies using [pdm](https://pdm-project.org/en/latest/):
```bash
pdm install
```
Then you can serve locally the documentation:
```bash
mkdocs serve
```