https://github.com/elixir-desktop/desktop-example-app
Elixir Sample App using the Desktop library with LiveView to create a desktop app
https://github.com/elixir-desktop/desktop-example-app
android elixir erlang examples linux liveview macos windows
Last synced: 17 days ago
JSON representation
Elixir Sample App using the Desktop library with LiveView to create a desktop app
- Host: GitHub
- URL: https://github.com/elixir-desktop/desktop-example-app
- Owner: elixir-desktop
- License: mit
- Created: 2021-02-11T11:55:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T05:22:46.000Z (2 months ago)
- Last Synced: 2025-04-03T19:15:00.826Z (25 days ago)
- Topics: android, elixir, erlang, examples, linux, liveview, macos, windows
- Language: Elixir
- Homepage:
- Size: 4.09 MB
- Stars: 248
- Watchers: 13
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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 SQLiteIf 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:
```bash
cd assets
npm install
cd ..
mix deps.get
mix assets.deploy
```To build binaries locally run:
```bash
mix desktop.installer
```## Screenshots




