Pimaho is a powerful, free, and open-source online photo editing application built with modern web technologies. It provides a user-friendly interface while offering professional-grade editing features for creators of all levels.
- User-Friendly Interface: Clean and intuitive design that makes photo editing accessible to everyone
- Professional Tools: Advanced editing features for professional-grade results
- Free & Open Source: Completely free to use and open source for community contributions
- No Installation Required: Works directly in your browser
- Cross-Platform: Compatible with all modern web browsers
- Real-Time Preview: See your changes instantly as you edit
- Node.js (v18 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/pimatis/pimaho.git
cd pimaho
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Open your browser and visit
http://localhost:5173
We welcome contributions from the community! If you'd like to contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you find Pimaho useful, please consider:
- Starring the repository
- Sharing it with others
- Contributing to the project
- Reporting bugs or suggesting features through issues
Created by Pimatis Labs