Installation
Links
- Releases (installers): https://github.com/starunderscore/svg2icon/releases
- Source code: https://github.com/starunderscore/svg2icon/tree/main
Requirements
- Windows or Linux
- Packaged app: nothing extra required
- Developer build (optional): Node.js and npm
Packaged app (recommended)
- Download from Releases: https://github.com/starunderscore/svg2icon/releases
- Windows: NSIS installer (
.exe) - Linux: Debian (
.deb) or RPM (.rpm)
- Windows: NSIS installer (
- Install, then open SVG2Icon from your applications menu.
Youâre ready to create your first project.
Developer build (optional)
Run from source if you prefer:
- Clone the repository
git clone https://github.com/starunderscore/svg2icon.git cd svg2icon - Install dependencies
npm install - Start the app in dev mode
npm run dev
Build your own release (optional)
You can create installers locally if you prefer to package the app yourself:
npm run dist
Artifacts are written to the release/ folder (with platformâspecific subfolders). For detailed packaging steps and prerequisites, open Help â Tech Guide in the app.
