No description
- Rust 98.2%
- Python 1.7%
| .codex/skills | ||
| crates | ||
| docs | ||
| examples | ||
| internal | ||
| openspec | ||
| python/admix | ||
| res | ||
| src | ||
| tests | ||
| tools | ||
| xsd-codegen | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
admix
ADMIX is a Rust library with Python bindings for reading and editing Microsoft-compatible Group Policy files.
It provides:
- Administrative Template policy discovery and editing;
- Group Policy Preferences and item-level targeting filters;
Registry.pol, security template, CMTX/CMTL, and GPO metadata support;- revision-aware multi-file commits and host-neutral publication plans;
- optional LDAP, Kerberos/GSSAPI, and SMB transports.
Start with the user guide. Every high-level workflow includes Rust and Python examples.
Quick links
- Getting started
- Administrative Template policies
- Group Policy Preferences
- Targeting filters
- Saving and publication
- Errors and recovery
- Rust API levels
Contributor checks
Run the complete compatibility gate before handing off a change:
tools/quality-gate
tools/quality-gate --quick omits the slower feature matrix, semantic Rust API
snapshots, and isolated wheel build.