No description
  • Rust 96.8%
  • Python 3.1%
Find a file
2026-09-11 15:36:35 +04:00
.codex/skills
.forgejo/workflows
crates
docs
examples
internal
openspec
python/admix
res
src
tests
tools
xsd-codegen
.gitignore
Cargo.lock
Cargo.toml
deny.toml
LICENSE
pyproject.toml
README.md

admix

libadmix logo

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.

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.