The native, independent package manager for VeltrixOS, built from scratch in pure C++.
VPM is designed to parse build scripts and compile packages from source within a fully isolated environment, ensuring complete independence from the host system.
- libepar: Custom ebuild parser and virtual machine execution engine (Lexer -> Parser -> AST -> Interpreter).
- Sandbox Environment: Complete isolation of package compilation to guarantee system stability and cleanliness.
- Modern C++: Leveraging performance, type safety, and modern software design patterns.
vpm install <package>- Compile and install a package from source.vpm remove <package>- Safely remove a package and its isolated dependencies.vpm search <query>- Query the VeltrixOS repository.
Maintained by @zawix21 as part of the VeltrixOS project.