A simple web application for exploring and editing DISA Security Technical Implementation Guides (STIGs).
- STIG: Browse and search the full collection of DISA STIGs.
- Export: Download STIGs in CSV, JSON, and XML
- Edit: Modify STIGs similar to STIG Viewer 3 with CKLB compatibility
- All edits are stored in the browser using IndexDB, and there are no external network requests to any 3rd party tracker or analytics services.
Access the application at stigui.com.
To run STIGUI locally:
git clone <https://github.com/nealfennimore/stig.git>
cd stig
npm install
npm run dev
Your local instance should now be running at http://localhost:3000.
STIGUI is open-source, and contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.