Glyphr Studio Glyphr Studio team
winget install --id=GlyphrStudio.Desktop -e
Glyphr Studio is a free, web based font designer
README
Glyphr Studio Desktop
Desktop application for Glyphr Studio built in Electron!
Download
macOS
Download the .dmg
file.
Windows 10+
Download the .exe
file.
Linux
Download the .AppImage
, .deb
, or .snap
file
How to run from source
Be sure to have Node.js and git installed.
Then:
git clone https://github.com/glyphr-studio/Glyphr-Studio-Desktop.git
cd Glyphr-Studio-Desktop
npm i
npm start
Build
Builds are constructed with electron-builder.
Be sure to have Node.js and git installed. Linux/Mac users who wish to do builds for Windows will need to have WINE installed. Mac users who wish to do builds for Windows will need to XQuartz installed in order to run WINE. It is recommended that Mac users install both Wine and XQuartz via Homebrew.
First, be sure to run:
git clone https://github.com/glyphr-studio/Glyphr-Studio-Desktop.git
cd Glyphr-Studio-Desktop
npm i
Then:
To build package zips use:
npm run pack
To build full distributions use:
npm run dist
Troubleshooting
Ubuntu users may need to sudo apt install libgconf-2-4
in order to run the app.