The brain of your collections.
Manage inventories, track loans, and let AI classify your products.
Power Your Management
Discover the smart tools that make Invenicum the brain of your assets.
Interface Gallery
Visualize the power and simplicity of Invenicum in action.
100%
Private
Self-hosted on your network.
API
Open
JSON REST API ready.
IA
Smart-fill
Intelligent categorization.
Free
Open Source
MIT License.
Quick Deploy
Copy and paste to launch your instance.
services:
invenicum:
image: ghcr.io/lopiv2/invenicum:latest
container_name: invenicum
restart: unless-stopped
ports:
- "3000:3000"
environment:
NODE_ENV: production
# External database (MariaDB/MySQL)
DB_HOST: 192.168.1.100
DB_PORT: 3306
DB_USER: invenicum_user
DB_PASSWORD: change_this_password
DB_NAME: invenicum
# JWT security (change to a long unique value)
JWT_SECRET: change_this_jwt_secret
JWT_EXPIRES_IN: 24h
# Upload folder
UPLOAD_FOLDER: uploads/inventory
# GitHub OAuth (optional, leave empty if not used. MANDATORY for GitHub login)
GITHUB_CLIENT_ID: ""
GITHUB_CLIENT_SECRET: ""
# Minimum supported client app version
MIN_SUPPORTED_APP_VERSION: 0.0.0
volumes:
- uploads_data:/app/uploads/inventory
Project Roadmap
The future of Invenicum and upcoming features.
Released
v1.0 - Core
- Base Inventory Management
- OpenAI/Gemini Integration
- Full Docker Stack
In development
v1.1 - Mobility
- Achievements
- Plugins
- New integrations
Planned
v1.2 - Social
- Collectors Marketplace
- Sharing collections
- Multi-user with Roles