memo.cr v0.0.5

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 -Dpreview_mt -Dexecution_context

Generate app package for your platform:

Debian/Ubuntu

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

Fedora/openSUSE (RPM)

./build-rpm.sh

macOS

./build-mac.sh

Windows

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

Usage

bin/memo
Repository

memo.cr

Owner
Statistic
  • 2
  • 0
  • 2
  • 0
  • 4
  • about 14 hours ago
  • September 13, 2025
License

MIT License

Links
Synced at

Wed, 21 Jan 2026 04:52:10 GMT

Languages