Currently building a beautiful system monitoring application with neon aesthetics, built with Electron to learn Electron.
- Real-time system information display
- Beautiful neon-themed UI
- Cross-platform support
- System information including:
- CPU details
- Memory usage
- Operating system information
- Disk space
- Clone the repository:
git clone https://github.com/euphroshub/neonsys.git
cd neonsys- Install dependencies:
npm install- Start the application:
npm start# Download the .deb package from releases
sudo dpkg -i neonsys-*.debDownload the .dmg file from releases and drag the application to your Applications folder.
Download the .exe installer from releases and run it.
- Node.js (v14 or higher)
- npm (v6 or higher)
- Git
To build the application for different platforms:
# Build for all platforms
npm run distThe built packages will be available in the dist directory.
neonsys/
├── src/
│ ├── main/ # Main process code
│ ├── renderer/ # Renderer process code
│ └── assets/ # Assets (icons, images)
├── dist/ # Build output directory
└── package.json # Project configuration
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
euphros [email protected]