Skip to content

Elixir Sample App using the Desktop library with LiveView to create a desktop app

License

Notifications You must be signed in to change notification settings

elixir-desktop/desktop-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a591f54 · Feb 28, 2025

History

57 Commits
Feb 28, 2025
Jan 21, 2024
Nov 21, 2023
Feb 28, 2025
Oct 4, 2021
Jan 21, 2024
Feb 28, 2025
Feb 11, 2021
Jan 21, 2024
Feb 11, 2021
Jan 21, 2024
Feb 11, 2021
Feb 28, 2025
Dec 16, 2024
Aug 16, 2022
Dec 16, 2024
Dec 16, 2024
Feb 28, 2025
Nov 8, 2022
Jan 23, 2022

Repository files navigation

TodoApp: A Desktop Sample App

This application is an example of an Elixir LiveView based desktop application. It uses the elixir-desktop library and a local SQLite database to create a web-technology based desktop app.

Dependencies

This example assumes you've got installed:

  • git
  • Elixir, at least 1.14
  • Erlang, at least OTP 24
  • wxWidgets
  • npm
  • C compiler (make/nmake) for SQLite

If you want to build for iOS you'll also need xcode and in order to build for Android you'll need the Android Studio.

Application set-up

Run:

cd assets
npm install
cd ..
mix deps.get
mix assets.deploy

To build binaries locally run:

mix desktop.installer

Screenshots

Linux build Windows build MacOS build Android build iOS build