This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
Holochain Launcher v0.9.2
To download the Holochain Launcher scroll down to "Assets".
Changes
- fixed issue where holochain processes would remain running when quitting the Launcher with
cmd+Q
on macOS - added German as the first supported Language other than English
- added network seed to cell info card
- other smaller bug fixes and improvements
Installation
Windows
- Download the Holochain Launcher
.msi
file and double click on it. - Run through the setup.
macOS (currently supported versions: v10.15 and later)
- Download the
.dmg
file, open it, and drag the application to your Applications folder. - Go to your applications folder and open it.
Linux
AppImage
- Download the
.AppImage
file. - Double-click on it to run it (you may have to give executable permissions to the
AppImage
file).
Deb
- Upgrade your dependencies with
sudo apt-get update && sudo apt-get upgrade
. - Download the
.deb
file. - Install it (you may have to upgrade your dependencies).
Known issues and Limitations
...for end-users:
- Downloading of files from a Holochain App to the file system is not yet supported on macOS but will likely be added soon (tauri-apps/tauri#4633)
- Launcher can freeze on macOS if an app is opened while in full-screen mode
- App windows don't have their own menu on macOS (tauri-apps/tauri#5768)
- Clicking on "Open App" of an app that is already open will not unminimize it on some Linux distributions in case it is minimized (tauri-apps/tauri#5974)
...for hApp developers:
- Tauri uses the webview of the platform the Launcher is running on, meaning that hApps need to be bundled for those older target browsers in order to be compatible on older operating systems.
- WebRTC is not yet supported for Linux (tauri-apps/wry#85)
Feedback is really appreciated! Click on Report Issue
in the top right corner of the Holochain Launcher to file a bug in this repository.
Note
- This is not yet a security ready release. Holochain's immune system will be fully implemented with Holochain 0.2.