Open QuarterMaster
About this project
Inventory without a catch, and all the hooks
Open Quartermaster is an open source inventory management system, designed to be simple to use yet powerful and extendable. The last inventory management system you will ever need!
We are very much in development still, so check back often! We are also accepting any and all assistance, so feel free to report issues or feature requests, as well as pull requests! Additionally, feel free to ask questions in the Discussions or just hang out with us on our Discord
Quick Links
- For a quick start running on your own computer, check out Single Host Deployment
- To see all the ways you can deploy OQM for yourself, see Deployment
- For information on the overall system, see the software directory.
How it works
How we accomplish the goal of being the only inventory management system you could ever need is through our modular design. The main component of Open QuarterMaster is the Core API. Think of this as the central hub and core functionality of the system. It handles all the generic inventory management tasks; what is stored where, and facts about what is stored. This central component is designed to be, on the whole, generic and accessible. We also have a frontend for the core API called the Base Station, which lets you have direct and easy to navigate access to your inventory.
To cover specific use-cases, we have what we call Plugins. These are components that extend the functionality of the basic in