Desktop launcher to install and use Holochain apps locally

Related tags

Deployment launcher
Overview

Holochain Launcher

A cross-platform executable that launches a local Holochain conductor, and installs and opens apps.

Feedback is immensely welcome in the issues section.

Installing the Launcher

  1. Go to the Releases page.
  2. Download the appropriate executable for your platform and execute it.

Usage

Installing a hApp

If you already have a .webhapp

  1. Click "Install App" in the Holochain Admin window, and select your .webhapp.
  2. Set a unique AppId for the app, and click install, it may take a while.

    This AppId only needs to be unique inside your Holochain Launcher, it doesn't affect other users.

  3. When it's finished installation, the happ will appear in the list of active happs.
  4. Click Open in one of the installed apps to open the app.

Packaging a Web-hApp

Requirements:

  • On the zome side, target hdk v0.0.109.
  • On the UI side, target @holochain/conductor-api v0.2.1 (v0.2.0 is not going to work).

When your UI is served from the launcher and AppWebsocket.connect() or AdminWebsocket.connect() are called, the call will be redirected to the actual port in which Holochain is running its interfaces. Also, when the appWebsocket.appInfo({ installed_app_info: }) is called, the APP_ID parameter is going to be replaced with the actual application ID that is installed in the Launcher.

For now, the UI still has access to the admin interface, but its usage is discouraged as newer versions of the launcher will block any admin requests not coming from the Holochain Admin UI itself. There will be a call available in AppWebsocket that will prompt the user to do an action in the Holochain Admin UI, or similar (To Be Defined).

  1. Package your happ into a .happ file, with hc app pack.
  2. Package your UI into a .zip file. IMPORTANT: this .zip is supposed to contain an index.html file in its root level.
  3. Create a Web-hApp manifest with hc web-app init.
  4. Set the corrrect locations for the UI .zip file and the .happ file.
  5. Package your Web-hApp with hc web-app pack, and publish it so that other users can download and install it.

See where for a complete working setup.

Known issues

  • Encryption at rest is not supported yet. It will be enabled when the upstream rusqlite crate creates the next release, introducing the option of statically bundling sqlcipher in MacOs and in Windows.
  • Only MacOs v10.13 and after are supported at this moment.

Data storage

The Holochain Launcher uses the same config and data locations as the main holochain and lair-keystore processes. These locations are:

  • Configuration: $CONFIG_DIR/holochain.
    • In Ubuntu this is $HOME/.config/holochain.
  • Data: $DATA_DIR/holochain and $DATA_DIR/lair.
    • In Ubuntu this is $HOME/.local/share/holochain and $HOME/.local/share/lair.

To reset the launcher, you can execute a factory reset in the Holochain Admin window > Settings menu > Factory Reset.

Logs

Logs can be found at $DATA_DIR/holochain/logs/launcher.log. When reporting issues, please attach the contents of this file.

Developer Setup

See Developer Setup.

License

License: CAL 1.0

Copyright (C) 2019 - 2021, Holochain Foundation

This program is free software: you can redistribute it and/or modify it under the terms of the license provided in the LICENSE file (CAL-1.0). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Comments
  • Won't launch from desktop icon, just flashes

    Won't launch from desktop icon, just flashes

    Thanks for your previous reply. I hadn't seen that the 'assets' was a clickable link. I got to the point of installing the Launcher on my desktop but it won't launch from desktop icon, just flashes.

    I wonder if Microsoft had something to do with it. I doubt it but it tried a couple of the usual things to 'protect' me. One unusual odd one was to trick(?) me during the permissions process of installing the Holo Launcher to get my permission to activate and update Microsoft Edge which I have been able to avoid doing since I bought my computer a few years ago.

    I also temporarily turned off the microsoft defender firewall. I had my Kaspersky anti-virus check the Launcher and it recognized it as safe.

    bug 
    opened by Stormn12 11
  • version GLIBC_2.29 not found

    version GLIBC_2.29 not found

    Even after installing the extra packages mentioned in the releases, I get the following error when trying to run the launcher.

    $ ./holochain-launcher_0.0.1_amd64.AppImage
    holochain-launcher: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by holochain-launcher)
    

    I suppose I could build and install glibc-2.29 from source, but it would be nice if the launcher could be run only with help from a package manager

    opened by maackle 10
  • error: `App download failed. Please try again later.`

    error: `App download failed. Please try again later.`

    Describe the bug

    on macOS, I installed the .dmg from https://github.com/holochain/launcher/releases/tag/v0.4.10. I initialized the keystore with a password, then tried to install an app (tried both Notebooks and We).

    for both, the installation failed with the message App download failed. Please try again later.

    To Reproduce

    see above.

    Expected behavior

    I would expect the app to be installed. or for more intelligible error output to be provided.

    Logs

    launcher.log

    Screenshots

    n/a

    Desktop (please complete the following information):

    • OS: macOS Monterey 12.3.1
    • Holochain Launcher Version: v0.4.10
    bug 
    opened by mhuesch 8
  • MacOS app doesn't close when you close all the windows

    MacOS app doesn't close when you close all the windows

    https://github.com/holochain/launcher/blob/720823ed8c7752e42d6376c4c396bfcca65aa5f9/src-tauri/src/main.rs#L50

    typical of Mac not to, but doesn't feel right, when you click in the tray icon and say 'Quit' and it doesn't close the app completely from your application bar

    opened by Connoropolous 8
  • Elemental chat and Elemental chess won't install (both hang on

    Elemental chat and Elemental chess won't install (both hang on "Install").

    Describe the bug

    Elemental chat and Elemental chess won't install (both hang on "Install"). Kizuna will run, though.

    To Reproduce Steps to reproduce the behavior:

    1. Launch launcher
    2. Click "install new app" and select Add Elemental or Elemental chess package
    3. Infinite hang.

    Expected behavior The happ to install and launch.

    Logs

    Github won't let me upload the log, please find it here

    Screenshots Screenshot from 2021-11-28 17-55-18

    Desktop (please complete the following information):

    • OS: [Ubuntu (Pop!_OS 21.04)]
    • Holochain Launcher Version [0.3.6]
    bug 
    opened by anegg0 7
  • Unable to connect to UI on windows

    Unable to connect to UI on windows

    Describe the bug Launcher doesn't work for me on Windows. I tried v0.3.2. Managed to install Elemental Chat v0.0.1-alpha37, but when trying to open it, I get an "Unable to connect" message in the browser. Same problem with Elemental Chess.

    To Reproduce Install launcher and chat on windows. Click "open"

    Expected behavior A web ui should pop-up

    Logs launcher.log

    bug 
    opened by ddd-mtl 6
  • Unable to connect

    Unable to connect

    On Mac OS 11.5.2, After clicking the open button in the Holochain Launcher (0.3.2), I get redirected to Firefox, with the following message:

    Unable to connect

    Firefox can’t establish a connection to the server at localhost:24236.

    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer’s network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    
    Screen Shot 2021-10-01 at 8 34 32 AM bug 
    opened by tansnowman 5
  • add hdi version and change version number of devhub to hdi version

    add hdi version and change version number of devhub to hdi version

    This would fix #75. However I feel like we should generally rethink how to organize version compatibility and also maybe add compatibility ranges instead of a 1:1 mapping between holochain version and hdk/hdi version.

    opened by matthme 4
  • UI is blank, only menu bar is interactive (.AppImage)

    UI is blank, only menu bar is interactive (.AppImage)

    Describe the bug UI is unavailable (except the menu bar). The whole screen is blank. Also, the option Help > Version does nothing.

    To Reproduce Steps to reproduce the behavior:

    1. Launch app

    Expected behavior Ability to perform any action (besides using the menu bar).

    Logs launcher.log

    Screenshots

    Screenshot from 2021-09-28 15-32-10

    Desktop (please complete the following information):

    • OS: Ubuntu 20.04.03 LTS 64-bit
    • DE: GNOME 3.36.8
    • Windowing System: X11
    • Holochain Launcher Version: v.0.3.0 (.AppImage)
    bug 
    opened by rubenmantecon 4
  • [macOS]

    [macOS] "Quit" from system bar icon only closes launcher window

    Perhaps this is linked to issue #2: When I select "Quit" from the system bar's icon, only the the launcher window is closed. Clicking it again does nothing. image

    opened by jost-s 4
  • Cannot install hApps: The node Cert has timed out their gossip round

    Cannot install hApps: The node Cert has timed out their gossip round

    Describe the bug I cannot install elemental chess hApp (or any other hApp).

    To Reproduce

    1. I had an old version of the launcher, I uninstalled it first.
    2. Installed launcher v0.4.7
    3. Did factory reset
    4. Created a new password
    5. Restarted the launcher and entered my newly created password
    6. Tried to install elemental chess or any other app.

    Expected behavior Elemental Chess being installed.

    Logs launcher.log

    Screenshots Bildschirmfoto vom 2022-05-31 17-40-28

    Desktop (please complete the following information):

    • OS: Ubuntu 20.04.2 LTS
    • Holochain Launcher Version: 0.4.7

    Additional context There were 3 crashreports created, since I cannot upload them here (toml not supported) I did sent them to [email protected].

    bug 
    opened by dcts 3
  • Invalid zip files panic

    Invalid zip files panic

    Describe the bug If a .webhapp contains an invalid zip file as ui assets, the installation panics and there is no error message. Instead the installation loading wheel just wheels into infinity.

    This line is the culprit. The unwrap() needs to be replaced with a meaningful error handling.

    To Reproduce Steps to reproduce the behavior:

    1. Create a happ release on the DevHub with a GUI release with an invalid ui.zip.
    2. Try to install this app from the App Library

    Expected behavior I expect to get a meaningful error instead of a silent panic.

    bug 
    opened by matthme 0
  • add tauri Updater for automatic Launcher updates

    add tauri Updater for automatic Launcher updates

    Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

    Describe the solution you'd like A clear and concise description of what you want to happen.

    Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

    Additional context Add any other context or screenshots about the feature request here.

    opened by matthme 0
  • Holochain Launcher not working, sometimes yes, mostly not. No hApps

    Holochain Launcher not working, sometimes yes, mostly not. No hApps

    Describe the bug Starting the app gives me this error: Holochain Version 0.0.162 threw an exception: LaunchHolochainError(CouldNotInitializeConductor(UnknownError("Unknown error when trying to initialize conductor. See log file for details."))) When resetting to factory default, tha app starts and works but shows no happs to install...

    To Reproduce Steps to reproduce the behavior:

    1. Reset the Launcher to factrory First time it starts, but no happs to install second time starting breaks, see image.

    holochain launcher

    Expected behavior Would like to see and install happs like we or others... "There are no apps available yet in the DevHub. Read this to learn how to publish a Holochain application to the DevHub."

    Logs Please attach here the launcher.log file. To find it, go to Holochain Admin window of the Holochain Launcher, select the Settings menu, and select Open Logs. Attach that file to this issue.

    see no way to upload logfile. (?)

    In Ubuntu, there is a weird error that prevents the upload of a file from inside a hidden folder. To work around it, you can copy the launcher.log file to another non-hidden location, and upload it from there.

    Screenshots If applicable, add screenshots to help explain your problem.

    Desktop (please complete the following information):

    • OS: MacOs v.13.0.1]
    • Holochain Launcher Version [e.g. 0.], you can find out in Help > 'About'
    • 0.7.1

    Additional context Add any other context about the problem here.

    bug 
    opened by uwenohg 1
  • Improve sign up process and password screen

    Improve sign up process and password screen

    Is your feature request related to a problem? Please describe. Currently it is not at all clear that losing the password for the launcher means losing access to all apps and that there is no way to recover it.

    Describe the solution you'd like Make this more clear to the user during the "sign up" process and add something like a "forgot password" link describing that it's not possible to reset the password and the available options.

    Describe alternatives you've considered

    Additional context

    opened by matthme 0
Releases(v0.7.1)
  • v0.7.1(Oct 27, 2022)

    See the "Assets" at the bottom to download and install this version of the Holochain Launcher.

    Changes

    • Adds support for Holochain version 0.0.169 (HDK v0.0.157)
    • Fixes some smaller UI issues

    Supported Holochain Versions

    • Holochain v0.0.162 (HDK v0.0.152)
    • Holochain v0.0.165 (HDK v0.0.154)
    • Holochain v0.0.169 (HDK v0.0.157)

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Click on Report Issue in the top right corner of the Holochain Launcher to file a bug in this repository.

    Installation

    Windows

    1. Download the Holochain Launcher .msi file and double click on it.
    2. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    3. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    Holochain.Launcher_0.7.1_x64_en-US.msi(81.01 MB)
    Holochain.Launcher_0.7.1_x64.dmg(88.06 MB)
    Holochain.Launcher.app.tar.gz(88.00 MB)
    holochain-launcher_0.7.1_amd64.deb(119.70 MB)
    holochain-launcher_0.7.1_amd64.AppImage(161.08 MB)
  • v0.7.0(Oct 8, 2022)

    See the "Assets" at the bottom to download and install this version of the Holochain Launcher.

    Changes

    This version of the Holochain Launcher comes with an new look and an important change in that hApps are now opened in tauri windows instead of the browser.

    Opening apps in tauri windows is an important step towards providing a secure environment for running holochain applications. It also means that the webview is now platform dependent (WebView2 on Windows and WebKit on macOS and Linux) and may somteimes behave differently than in common browsers.

    Supported Holochain Versions

    • Holochain v0.0.162 (HDK v0.0.152)
    • Holochain v0.0.165 (HDK v0.0.154)

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Click on Report Issue in the top right corner of the Holochain Launcher to file a bug in this repository.

    Installation

    Windows

    1. Download the Holochain Launcher .msi file and double click on it.
    2. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    3. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.7.0_amd64.deb(119.70 MB)
    holochain-launcher_0.7.0_amd64.AppImage(161.08 MB)
    Holochain.Launcher_0.7.0_x64.dmg(88.06 MB)
    Holochain.Launcher.app.tar.gz(87.99 MB)
    Holochain.Launcher_0.7.0_x64_en-US.msi(81.01 MB)
  • v0.6.0(Sep 14, 2022)

    See the "Assets" at the bottom to download and install this version.

    Supported Holochain Versions

    • Holochain v0.0.162 (HDK v0.0.152)

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Support for Holochain version 0.0.162 (and the corresponding DevHub) which improves gossiping of large entries
    • Add database encryption at rest
    • added compatibility with Ubuntu 22.04
    • minor UX and other improvements

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.6.0_amd64.deb(78.92 MB)
    holochain-launcher_0.6.0_amd64.AppImage(125.93 MB)
    Holochain.Launcher_0.6.0_x64.dmg(60.24 MB)
    Holochain.Launcher.app.tar.gz(60.10 MB)
    Holochain.Launcher_0.6.0_x64_en-US.msi(59.41 MB)
  • v0.5.1(Aug 25, 2022)

    See the "Assets" at the bottom to download and install this version.

    IMPORTANT NOTE: In one of the upcoming releases, the conductor's databases will start to be encrypted at rest, anticipating the same upcoming change of the official Holochain repository. This means that it will be impossible to access any data stored with earlier versions of the Holochain Launcher, including this one.

    Supported Holochain Versions

    • Holochain v0.0.145 (HDK v0.0.138)
    • Holochain v0.0.150 (HDK v0.0.142)
    • Holochain v0.0.152 (HDK v0.0.144)
    • Holochain v0.0.154 (HDK v0.0.146)
    • Holochain v0.0.156 (HDK v0.0.147)

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Fixed backwards Network Seed compatibility.

    If you installed previous versions of the Holochain Launcher it is possible that you need to perform a factory reset in order to be able to install and run apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    :point_right: Ubuntu 22.04: For Ubuntu 22.04 use the corresponding [...]_UBUNTU_22_04_ONLY.deb/[...]_UBUNTU_22_04_ONLY.AppImage files.

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.5.1_amd64.deb(174.27 MB)
    holochain-launcher_0.5.1_amd64.AppImage(209.06 MB)
    Holochain.Launcher_0.5.1_x64.dmg(127.91 MB)
    Holochain.Launcher.app.tar.gz(128.07 MB)
    Holochain.Launcher_0.5.1_x64_en-US.msi(118.00 MB)
    holochain-launcher_0.5.1_amd64_UBUNTU_22_04_ONLY.AppImage(222.11 MB)
    holochain-launcher_0.5.1_amd64_UBUNTU_22_04_ONLY.deb(175.93 MB)
  • v0.5.0(Aug 24, 2022)

    See the "Assets" at the bottom to download and install this version.

    IMPORTANT NOTE: In one of the upcoming releases, the conductor's databases will start to be encrypted at rest, anticipating the same upcoming change of the official Holochain repository. This means that it will be impossible to access any data stored with earlier versions of the Holochain Launcher, including this one.

    Supported Holochain Versions

    • Holochain v0.0.145 (HDK v0.0.138)
    • Holochain v0.0.150 (HDK v0.0.142)
    • Holochain v0.0.152 (HDK v0.0.144)
    • Holochain v0.0.154 (HDK v0.0.146)
    • Holochain v0.0.156 (HDK v0.0.147)

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Added support for Holochain version 0.0.156 (HDK v0.0.147), removed support for Holochain version 0.0.143 (HDK v0.0.136).
    • Replaced the DevHub version by the new DevHub version (Holochain v0.0.156/HDK v0.0.147) which supports publishing hApps of all post-integrity/coordinator-split Holochain/HDK versions.

    If you installed previous versions of the Holochain Launcher it is possible that you need to perform a factory reset in order to be able to install and run apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    :point_right: Ubuntu 22.04: For Ubuntu 22.04 use the corresponding [...]_UBUNTU_22_04_ONLY.deb/[...]_UBUNTU_22_04_ONLY.AppImage files.

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.5.0_amd64.deb(173.71 MB)
    holochain-launcher_0.5.0_amd64.AppImage(208.68 MB)
    Holochain.Launcher_0.5.0_x64.dmg(127.61 MB)
    Holochain.Launcher.app.tar.gz(127.76 MB)
    Holochain.Launcher_0.5.0_x64_en-US.msi(117.75 MB)
    holochain-launcher_0.5.0_amd64_UBUNTU_22_04_ONLY.deb(175.44 MB)
    holochain-launcher_0.5.0_amd64_UBUNTU_22_04_ONLY.AppImage(221.71 MB)
  • v0.4.11(Aug 19, 2022)

    See the "Assets" at the bottom to download and install this version.

    IMPORTANT NOTE: In one of the upcoming releases, the conductor's databases will start to be encrypted at rest, anticipating the same upcoming change of the official Holochain repository. This means that it will be impossible to access any data stored with earlier versions of the Holochain Launcher, including this one.

    Supported Holochain Versions

    • Holochain v0.0.143 (HDK v0.0.136)
    • Holochain v0.0.145 (HDK v0.0.138)
    • Holochain v0.0.150 (HDK v0.0.142)
    • Holochain v0.0.152 (HDK v0.0.144)
    • Holochain v0.0.154 (HDK v0.0.146)

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Added support for Holochain versions v0.0.150, v0.0.152 and v0.0.154.
    • Added a workaround for an error that could occur when launching a Holochain version within the launcher (#55).

    If you installed previous versions of the Holochain Launcher it is possible that you need to perform a factory reset in order to be able to install and run apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.4.11_amd64.deb(164.36 MB)
    holochain-launcher_0.4.11_amd64.AppImage(199.41 MB)
    Holochain.Launcher_0.4.11_x64.dmg(118.52 MB)
    Holochain.Launcher.app.tar.gz(118.66 MB)
    Holochain.Launcher_0.4.11_x64_en-US.msi(108.51 MB)
  • v0.4.10(Jul 18, 2022)

    See the assets to download this version and install.

    Supported Holochain Versions

    • Holochain v0.0.143
      • HDK v0.0.136
    • Holochain v0.0.150
      • HDK v0.0.142

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded to Holochain v0.0.150.
    • Upgraded to lair v0.2.0.

    If you installed previous versions of the Holochain Launcher, please perform a factory reset or you won't be able to install apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.4.10_amd64.deb(91.01 MB)
    holochain-launcher_0.4.10_amd64.AppImage(136.46 MB)
    Holochain.Launcher_0.4.10_x64.dmg(66.88 MB)
    Holochain.Launcher.app.tar.gz(66.81 MB)
    Holochain.Launcher_0.4.10_x64_en-US.msi(63.30 MB)
  • v0.4.9(Jun 30, 2022)

    See the assets to download this version and install.

    Supported Holochain Versions

    • Holochain v0.0.127
      • HDK v0.0.123
    • Holochain v0.0.131
      • HDK v0.0.126
    • Holochain v0.0.132
      • HDK v0.0.127
    • Holochain v0.0.136
      • HDK v0.0.130
    • Holochain v0.0.141
      • HDK v0.0.134
    • Holochain v0.0.143
      • HDK v0.0.136

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Filtered the apps that appear in the "App Library" with the tag "app-store-ready".
    • Upgraded to DevHub v0.7.1.

    If you installed Holochain Launcher v0.4.0 or v0.4.1, please perform a factory reset or you won't be able to install apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    Holochain.Launcher_0.4.9_x64_en-US.msi(133.52 MB)
    Holochain.Launcher_0.4.9_x64.dmg(145.93 MB)
    Holochain.Launcher.app.tar.gz(146.20 MB)
    holochain-launcher_0.4.9_amd64.deb(204.57 MB)
    holochain-launcher_0.4.9_amd64.AppImage(234.10 MB)
  • v0.4.8(Jun 21, 2022)

    See the assets to download this version and install.

    Supported Holochain Versions

    • Holochain v0.0.127
      • HDK v0.0.123
    • Holochain v0.0.131
      • HDK v0.0.126
    • Holochain v0.0.132
      • HDK v0.0.127
    • Holochain v0.0.136
      • HDK v0.0.130
    • Holochain v0.0.141
      • HDK v0.0.134
    • Holochain v0.0.143
      • HDK v0.0.136

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded DevHub.

    If you installed Holochain Launcher v0.4.0 or v0.4.1, please perform a factory reset or you won't be able to install apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.4.8_amd64.deb(205.15 MB)
    holochain-launcher_0.4.8_amd64.AppImage(234.48 MB)
    Holochain.Launcher_0.4.8_x64.dmg(146.55 MB)
    Holochain.Launcher.app.tar.gz(146.83 MB)
    Holochain.Launcher_0.4.8_x64_en-US.msi(133.59 MB)
  • v0.4.7(May 23, 2022)

    See the assets to download this version and install.

    Supported Holochain Versions

    • Holochain v0.0.127
      • HDK v0.0.123
    • Holochain v0.0.131
      • HDK v0.0.126
    • Holochain v0.0.132
      • HDK v0.0.127
    • Holochain v0.0.136
      • HDK v0.0.130

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Fixed the config overwrite behaviour.

    If you installed Holochain Launcher v0.4.0 or v0.4.1, please perform a factory reset or you won't be able to install apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.4.7_amd64.deb(133.92 MB)
    holochain-launcher_0.4.7_amd64.AppImage(173.05 MB)
    Holochain.Launcher_0.4.7_x64.dmg(96.42 MB)
    Holochain.Launcher.app.tar.gz(96.48 MB)
    Holochain.Launcher_0.4.7_x64_en-US.msi(89.51 MB)
  • v0.4.6(May 17, 2022)

    See the assets to download this version and install.

    Supported Holochain Versions

    • Holochain v0.0.127
      • HDK v0.0.123
    • Holochain v0.0.131
      • HDK v0.0.126
    • Holochain v0.0.132
      • HDK v0.0.127
    • Holochain v0.0.136
      • HDK v0.0.1130

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Fixed a bug in Windows where some apps would not display in the browser due to disallowed mime types.

    If you installed Holochain Launcher v0.4.0 or v0.4.1, please perform a factory reset or you won't be able to install apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    Holochain.Launcher_0.4.6_x64.dmg(94.40 MB)
    Holochain.Launcher.app.tar.gz(94.41 MB)
    holochain-launcher_0.4.6_amd64.deb(127.91 MB)
    holochain-launcher_0.4.6_amd64.AppImage(168.30 MB)
    Holochain.Launcher_0.4.6_x64_en-US.msi(88.84 MB)
  • v0.4.5(May 12, 2022)

    See the assets to download this version and install.

    Supported Holochain Versions

    • Holochain v0.0.127
      • HDK v0.0.123
    • Holochain v0.0.131
      • HDK v0.0.126
    • Holochain v0.0.132
      • HDK v0.0.127
    • Holochain v0.0.136
      • HDK v0.0.1130

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Fixed the app library to display applications for hdk v0.0.126.

    If you installed Holochain Launcher v0.4.0 or v0.4.1, please perform a factory reset or you won't be able to install apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.4.5_amd64.deb(130.10 MB)
    holochain-launcher_0.4.5_amd64.AppImage(169.81 MB)
    Holochain.Launcher_0.4.5_x64.dmg(94.92 MB)
    Holochain.Launcher.app.tar.gz(94.92 MB)
    Holochain.Launcher_0.4.5_x64_en-US.msi(89.39 MB)
  • v0.4.4(May 11, 2022)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Added support for Holochain v0.0.131.

    If you installed Holochain Launcher v0.4.0 or v0.4.1, please perform a factory reset or you won't be able to install apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.4.4_amd64.deb(130.11 MB)
    holochain-launcher_0.4.4_amd64.AppImage(169.81 MB)
    Holochain.Launcher_0.4.4_x64.dmg(94.92 MB)
    Holochain.Launcher.app.tar.gz(94.93 MB)
    Holochain.Launcher_0.4.4_x64_en-US.msi(89.39 MB)
    DevHub.webhapp(17.07 MB)
  • v0.4.3(May 10, 2022)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Fixed MacOS issues.

    If you installed Holochain Launcher v0.4.0 or v0.4.1, please perform a factory reset or you won't be able to install apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    Holochain.Launcher_0.4.3_x64.dmg(79.26 MB)
    Holochain.Launcher.app.tar.gz(79.22 MB)
    holochain-launcher_0.4.3_amd64.deb(108.35 MB)
    holochain-launcher_0.4.3_amd64.AppImage(151.03 MB)
    Holochain.Launcher_0.4.3_x64_en-US.msi(75.50 MB)
  • v0.4.2(May 10, 2022)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Fixed app library issues.

    If you installed Holochain Launcher v0.4.0 or v0.4.1, please perform a factory reset or you won't be able to install apps.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.4.2_amd64.deb(110.00 MB)
    holochain-launcher_0.4.2_amd64.AppImage(152.45 MB)
    Holochain.Launcher_0.4.2_x64.dmg(80.49 MB)
    Holochain.Launcher.app.tar.gz(80.46 MB)
    Holochain.Launcher_0.4.2_x64_en-US.msi(76.23 MB)
  • v0.4.1(May 7, 2022)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Fixed gossip issues.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.4.1_amd64.deb(107.74 MB)
    holochain-launcher_0.4.1_amd64.AppImage(150.69 MB)
    Holochain.Launcher_0.4.1_x64.dmg(79.44 MB)
    Holochain.Launcher.app.tar.gz(79.41 MB)
    Holochain.Launcher_0.4.1_x64_en-US.msi(76.15 MB)
  • v0.4.0(May 6, 2022)

    Please use version v0.4.1 which contains bug fixes that were still present in this release.

    If you had installed v0.4.0 please perform a factory reset before upgrading to v0.4.1.


    Original description:

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • The Holochain Launcher now supports multiple Holochain versions:
      • v0.0.127
      • v0.0.132
      • v0.0.136
    • DevHub is now a prepackaged happ that comes installed with the Launcher.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.4.0_amd64.deb(107.75 MB)
    holochain-launcher_0.4.0_amd64.AppImage(150.68 MB)
    Holochain.Launcher_0.4.0_x64_en-US.msi(76.15 MB)
    Holochain.Launcher_0.4.0_x64.dmg(79.44 MB)
    Holochain.Launcher.app.tar.gz(79.41 MB)
  • v0.3.10(Mar 4, 2022)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded to Holochain v0.0.127.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.3.10_amd64.deb(53.46 MB)
    holochain-launcher_0.3.10_amd64.AppImage(102.57 MB)
    Holochain.Launcher_0.3.10_x64_en-US.msi(37.52 MB)
    Holochain.Launcher_0.3.10_x64.dmg(38.23 MB)
  • v0.3.9(Feb 23, 2022)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded to Holochain v0.0.126.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.3.9_amd64.deb(54.56 MB)
    holochain-launcher_0.3.9_amd64.AppImage(103.03 MB)
    Holochain.Launcher_0.3.9_x64.msi(38.22 MB)
    Holochain.Launcher_0.3.9_x64.dmg(39.86 MB)
    Holochain.Launcher.app.tar.gz(39.70 MB)
    DevHub.webhapp(7.32 MB)
  • v0.3.8(Jan 28, 2022)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded to Holochain v0.0.124.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    Holochain.Launcher_0.3.8_x64.msi(38.01 MB)
    holochain-launcher_0.3.8_amd64.deb(54.09 MB)
    holochain-launcher_0.3.8_amd64.AppImage(102.68 MB)
    Holochain.Launcher_0.3.8_x64.dmg(39.74 MB)
    Holochain.Launcher.app.tar.gz(39.58 MB)
  • v0.3.7(Dec 10, 2021)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded to Holochain v0.0.119.
    • Fix https://github.com/holochain/launcher/issues/34.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.3.7_amd64.deb(53.34 MB)
    holochain-launcher_0.3.7_amd64.AppImage(102.07 MB)
    Holochain.Launcher_0.3.7_x64.dmg(39.29 MB)
    Holochain.Launcher.app.tar.gz(39.12 MB)
    Holochain.Launcher_0.3.7_x64.msi(37.62 MB)
  • v0.3.6(Nov 16, 2021)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded to Holochain v0.0.115.
    • Minor CSS fixes.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.3.6_amd64.deb(52.92 MB)
    holochain-launcher_0.3.6_amd64.AppImage(101.74 MB)
    Holochain.Launcher_0.3.6_x64.msi(37.30 MB)
    Holochain.Launcher_0.3.6_x64.dmg(38.96 MB)
    Holochain.Launcher.app.tar.gz(38.80 MB)
  • v0.3.5(Nov 5, 2021)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded to Holochain v0.0.114.

    Installation

    Windows

    1. Download and install the Microsoft WebView package.
    2. Download the Holochain Launcher .msi file and double click on it.
    3. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    4. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.3.5_amd64.deb(52.64 MB)
    holochain-launcher_0.3.5_amd64.AppImage(101.46 MB)
    Holochain.Launcher_0.3.5_x64.dmg(38.81 MB)
    Holochain.Launcher.app.tar.gz(38.64 MB)
    Holochain.Launcher_0.3.5_x64.msi(37.01 MB)
  • v0.3.4(Oct 10, 2021)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded to Holochain v0.0.109+, which includes a fix when getting links.
    • Fixed SPA routing.

    Installation

    Windows

    1. Download the .msi file and double click on it.
    2. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    3. Run through the setup.

    If during the installation an error shows saying "A program run as part of the setup did not finish as expected", install the Microsoft WebView and try installing the Holochain Launcher again.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Aur

    If you're on ArchLinux, you can go to https://aur.archlinux.org/packages/holochain-launcher/ and install the package with pacman or yay.

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    Holochain.Launcher.app.tar.gz(37.02 MB)
    holochain-launcher_0.3.4_amd64.deb(50.35 MB)
    holochain-launcher_0.3.4_amd64.AppImage(99.52 MB)
    Holochain.Launcher_0.3.4_x64.msi(35.61 MB)
    Holochain.Launcher_0.3.4_x64.dmg(37.19 MB)
  • v0.3.3(Oct 7, 2021)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded to Holochain v0.0.109, long-lived DHTs are working well now. It also removes the debug line that was spamming the logs.
    • Fixed Site not found bug.
    • Fixed Factory Reset process.
    • Fixed SPA routing.

    Installation

    Windows

    1. Download the .msi file and double click on it.
    2. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    3. Run through the setup.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    Holochain.Launcher_0.3.3_x64.msi(35.63 MB)
    holochain-launcher_0.3.3_amd64.deb(50.34 MB)
    holochain-launcher_0.3.3_amd64.AppImage(99.52 MB)
    Holochain.Launcher_0.3.3_x64.dmg(37.20 MB)
    Holochain.Launcher.app.tar.gz(37.03 MB)
  • v0.3.2(Sep 29, 2021)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Bumped delay in launch to fix an execution error.

    Installation

    Windows

    1. Download the .msi file and double click on it.
    2. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    3. Run through the setup.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.3.2_amd64.deb(50.10 MB)
    holochain-launcher_0.3.2_amd64.AppImage(99.07 MB)
    Holochain.Launcher_0.3.2_x64.dmg(37.01 MB)
    Holochain.Launcher.app.tar.gz(36.84 MB)
    Holochain.Launcher_0.3.2_x64.msi(35.50 MB)
  • v0.3.1(Sep 29, 2021)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Changes

    • Upgraded Holochain to v0.0.108.
    • Better error management.
    • Support for Ubuntu 18.04.

    Installation

    Windows

    1. Download the .msi file and double click on it.
    2. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    3. Run through the setup.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.3.1_amd64.deb(50.10 MB)
    holochain-launcher_0.3.1_amd64.AppImage(99.07 MB)
    Holochain.Launcher_0.3.1_x64.msi(35.50 MB)
    Holochain.Launcher_0.3.1_x64.dmg(37.01 MB)
    Holochain.Launcher.app.tar.gz(36.84 MB)
  • v0.3.0(Sep 28, 2021)

    See the assets to download this version and install.

    Pre-Release

    This is not yet a production ready release. Expect bugs, and features not working perfectly.

    Feedback is really appreciated! Go to Help > Report Issue to file a bug in this repository.

    Installation

    Windows

    1. Download the .msi file and double click on it.
    2. If the Microsoft Defender SmartScreen pops up, click on "More information" and click "Execute anyway".
    3. Run through the setup.

    MacOs (supported versions: v10.13 and later)

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Linux

    AppImage

    1. Download the .AppImage.
    2. Install it (you may have to give executable permissions to the AppImage file).

    Deb

    1. Upgrade your dependencies with sudo apt-get update && sudo apt-get upgrade.
    2. Download the .deb file.
    3. Install it (you may have to upgrade your dependencies).

    Installing Apps

    The Holochain Launcher can consume .webhapp files, that Holochain apps are able to create. If you receive a .webhapp file, click Install New App in the Holochain Launcher and select it.

    Note

    • This is not yet a production ready release, mainly due to security reasons. This will become possible once the Holochain immune system gets fully implemented, the encryption at rest is enabled, and there is a security audit confirming that the system is secure.
    • Security warnings on Windows and MacOs will be removed in future versions.
    Source code(tar.gz)
    Source code(zip)
    Holochain.Launcher_0.3.0_x64.dmg(36.80 MB)
    Holochain.Launcher.app.tar.gz(36.63 MB)
    Holochain.Launcher_0.3.0_x64.msi(35.30 MB)
    holochain-launcher_0.3.0_amd64.AppImage(98.78 MB)
    holochain-launcher_0.3.0_amd64.deb(50.15 MB)
  • v0.2.1(Sep 14, 2021)

    Installation

    • See the assets to download this version and install.

    MacOs

    1. Download the .dmg, open it, and drag the application to your Applications folder.
    2. Go to your applications folder, and (important!) right click on it, and click open.
    3. Click 'Open' when it gives you a warning about 'Unidentified Developer'.

    Features

    Fixed

    • Upgraded Tauri, fixing an issue on startup in Windows environments.
    Source code(tar.gz)
    Source code(zip)
    holochain-launcher_0.2.1_amd64.deb(45.83 MB)
    Holochain.Launcher_0.2.1_x64.dmg(33.30 MB)
    Holochain.Launcher.app.tar.gz(33.06 MB)
    Holochain.Launcher_0.2.1_x64.msi(32.94 MB)
    elemental-chess-ui.zip(236.98 KB)
    elemental-chess.happ(2.85 MB)
    holochain-launcher_0.2.1_amd64.AppImage(102.69 MB)
Owner
Holochain
Scalable framework for P2P distributed apps. For all those projects you wish you could take from centralized web servers but you know can't scale on blockchain.
Holochain
Qovery Engine is an open-source abstraction layer library that turns easy apps deployment on AWS, GCP, Azure, and other Cloud providers in just a few minutes.

Qovery Engine is an open-source abstraction layer library that turns easy apps deployment on AWS, GCP, Azure, and other Cloud providers in just a few minutes.

Qovery 1.9k Jan 4, 2023
Bringing immutable infrastructure to the desktop!

Normal people don't reinstall their OS from scratch very often. When they do, the moment they reach that pristine desktop or terminal after a clean in

null 83 Dec 27, 2022
Easy to use, extendable, OCI-compliant container runtime written in pure Rust

PURA - Lightweight & OCI-compliant container runtime Pura is an experimental Linux container runtime written in pure and dependency-minimal Rust. The

Branimir Malesevic 73 Jan 9, 2023
Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.

rust-musl-builder: Docker container for easily building static Rust binaries Source on GitHub Changelog UPDATED: Major updates in this release which m

Eric Kidd 1.3k Jan 1, 2023
Habitat is open source software that creates platform-independent build artifacts and provides built-in deployment and management capabilities.

Habitat is open source software that creates platform-independent build artifacts and provides built-in deployment and management capabilities. The go

Habitat 2.4k Dec 27, 2022
A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.

Heroku buildpack for Rust This is a Heroku buildpack for Rust with support for cargo and rustup. Features include: Caching of builds between deploymen

Eric Kidd 502 Nov 7, 2022
Valheim Docker powered by Odin. The Valheim dedicated gameserver manager which is designed with resiliency in mind by providing automatic updates, world backup support, and a user friendly cli interface.

Valheim Docker If you are looking for a guide on how to get started click here Mod Support! It is supported to launch the server with BepInEx but!!!!!

Michael 657 Dec 30, 2022
oci-image and oci-runtime spec in rust.

oci-lib Oci-Spec for your container runtime or container registry. Oci-lib is a rust port for original oci spec written in go. Following crate contain

flouthoc 12 Mar 10, 2022
An infrastructure-as-code and deployment tool for Roblox.

Rocat ?? An infrastructure-as-code and deployment tool for Roblox. ⚠ Please note that this is an early release and the API is unstable. Releases follo

Blake Mealey 45 Dec 29, 2022
An infrastructure-as-code and deployment tool for Roblox.

Mantle ?? An infrastructure-as-code and deployment tool for Roblox. ⚠ Please note that this is an early release and the API is unstable. Releases foll

Blake Mealey 44 Dec 22, 2022
Tool to monitor the statistics and the energy consumption of docker containers

Docker Activity Docker activity is a tool to monitor the statistics of your containers and output their energy consumption. Warning It's still in earl

Jérémie Drouet 39 Dec 6, 2022
Rust Kubernetes client and controller runtime

kube-rs Rust client for Kubernetes in the style of a more generic client-go, a runtime abstraction inspired by controller-runtime, and a derive macro

kube-rs 1.8k Jan 8, 2023
Runc - CLI tool for spawning and running containers according to the OCI specification

runc Introduction runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. Releases You can find official r

Open Container Initiative 9.9k Jan 5, 2023
Containerize your development and continuous integration environments. 🥂

Toast ?? Toast is a tool for doing work in containers. You define tasks in a YAML file called a toastfile, and Toast runs them in a containerized envi

Stephan Boyer 1.4k Dec 27, 2022
Inspect and dump OCI images.

reinlinsen ?? rl is a tool to inspect and dump OCI images or single image layers. Installation From source If you have cargo installed you can just ru

Tobias Brumhard 5 May 11, 2023
The new, performant, and simplified version of Holochain on Rust (sometimes called Holochain RSM for Refactored State Model)

Holochain License: This repository contains the core Holochain libraries and binaries. This is the most recent and well maintained version of Holochai

Holochain 741 Jan 5, 2023
The new, performant, and simplified version of Holochain on Rust (sometimes called Holochain RSM for Refactored State Model)

Holochain License: This repository contains the core Holochain libraries and binaries. This is the most recent and well maintained version of Holochai

Holochain 737 Dec 28, 2022
MILD - Minimal Install Linux Desktop

MILD - Minimal Install Linux Desktop MILD is a simple and straightforward text-mode installer that aims to install a "D.E."(Desktop Environment) with

Pedro Rosendo 3 Jul 23, 2022
Multi-platform desktop app to download and run Large Language Models(LLM) locally in your computer.

Multi-platform desktop app to download and run Large Language Models(LLM) locally in your computer ?? Download | Give it a Star ⭐ | Share it on Twitte

Julio Andres 73 Jun 15, 2023
Modular IPC-based desktop launcher service

Pop Launcher Modular IPC-based desktop launcher service, written in Rust. Desktop launchers may interface with this service via spawning the pop-launc

Pop!_OS 125 Dec 23, 2022