This is a Tauri-based portable version of SVGEdit, a fast, web-based, JavaScript-driven SVG drawing editor.
SVGEdit Portable allows you to run SVGEdit as a standalone desktop application without needing to install additional software or rely on a web browser. It combines the power of Tauri for lightweight, secure, and performant desktop applications with the rich feature set of SVGEdit for creating and editing SVG files.
- Portable: Run SVGEdit as a standalone application on Windows, macOS, and Linux.
- Lightweight: Built with Tauri, ensuring minimal resource usage and fast performance.
- Full SVGEdit Functionality: Enjoy all features of SVGEdit, including drawing, editing, and exporting SVG files.
You can find an executable version at releases
-
Clone the Repository
git clone https://github.com/brenoepics/svgedit-portable.git cd svgedit-portable
-
Install Dependencies
npm install
-
Build the Application
npm run tauri build
-
Run the Application
npm run tauri dev
After building and running the application, the SVGEdit interface will appear in a standalone window. You can start creating and editing SVG files just as you would in the web-based version of SVGEdit.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch with your feature or bugfix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Open a pull request to the main repository.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is based on the SVGEdit project. Full credit goes to the original authors and contributors of SVGEdit.