A container management tool for QNX systems, built with React, Electron, and Shadcn UI components.
- Container dashboard for monitoring and management
- Container creation wizard
- Resource monitoring and visualization
- Process isolation using POSIX mechanisms
- Frontend: React + Electron
- UI Components: Shadcn UI + Tailwind CSS
- Backend: Node.js with C/C++ native modules for QNX integration (planned)
- Node.js 16+
- QNX SDP 8.0 (for QNX-specific functionality)
- Clone the repository
- Install dependencies:
npm install - Start the development server:
npm start - Launch the Electron app in development mode:
npm run electron-dev
To build the application:
npm run electron-build
src/- React application source codeelectron/- Electron main process codepublic/- Static assetsapi_client/- API client for QNX container management
MIT
- QNX is a registered trademark of BlackBerry Limited
- This project is not officially affiliated with QNX Software Systems Limited or BlackBerry Limited