package

github.com/kojix2/memo.cr

0.0.13 / published Jun 16, 2026 / repository

Creating a WebView App Using the Crystal Language

memo

Build macOS Package Build MinGW Package Build Debian Package Lines of Code Static Badge

Practice with WebView

image
  • This project was made to explore how to build and distribute apps with Crystal and WebView in a simple and practical way.

  • It’s not meant to be a serious note-taking app, though I do plan to use it from time to time myself.

Installation

shards build --release

Generate app package for your platform:

Debian/Ubuntu

./build-deb.sh   # for Debian/Ubuntu

Fedora/openSUSE (RPM)

./build-rpm.sh

Universal Linux (Flatpak)

./build-flatpak.sh

macOS

./build-mac.sh

Windows

bash build-mingw.sh
powershell.exe -ExecutionPolicy Bypass -File package-win.ps1 # INNO SETUP

Usage

bin/memo

API