Skip to content

Deathdadev/Pinokio-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinokio Manager

A modern, cross-platform desktop application for managing Pinokio installations.

Demo

Pinokio Manager Demo

Features

  • 🚀 Quick launch and update Pinokio
  • 📊 System resource monitoring
  • 💾 Storage usage analysis
  • 🔄 Version management
  • 🖥️ System information display
  • 🔍 Peer directory checker
  • 🌓 Dark/Light theme support

Features Checklist

Current:

  • Windows Support
  • System Resource Monitoring
  • Storage Analysis
  • Version Management
  • Dark/Light Theme
  • Peer Directory Checking

Planned:

  • Linux Support
  • MacOS Support
  • Auto-Update Feature
  • Multiple Instance Management
  • Backup and Restore
  • Custom Theme Support
  • Plugin System
  • Remote Management

Disclaimer

This project is a community-driven effort to enhance the Pinokio experience. Please note that this project may be archived if and when the official Pinokio repository implements similar features. We recommend checking the official Pinokio repository for updates and features that might make this manager redundant.

Installation

  1. Download the latest release from the Releases page
  2. Run the installer for your platform
  3. Launch Pinokio Manager

Development

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Setup

# Clone the repository
git clone https://github.com/Deathdadev/Pinokio-manager.git

# Navigate to project directory
cd Pinokio-manager

# Install dependencies
npm install

# Start the application
npm start

Building

# Build for your current platform
npm run build

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.

Acknowledgments