chitin-ide.dev · install · quick start · docs
Chitin is an agent-native computational chemistry and bioinformatics integrated development suite.
See ROADMAP.md for the project roadmap.
The repository provides reproducible development shells for Rust/WGPU work, documentation, and F* verification. Enter the default shell and run the same tasks used by CI:
env -u LD_LIBRARY_PATH nix develop
just ciUse the specialised shells when needed:
env -u LD_LIBRARY_PATH nix develop .#docs
env -u LD_LIBRARY_PATH nix develop .#formalThe LD_LIBRARY_PATH cleanup is needed only when a host shell globally sets it;
mixing host libraries with Nix libraries can cause glibc symbol errors.