Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

SAFE Launcher v0.8.0 - Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Viv-Rajkumar Viv-Rajkumar released this 12 Aug 14:36
· 138 commits to master since this release

An alpha-1 version of the SAFE Launcher. A gateway to the SAFE Network that enables users to connect to the Network, authorise third party apps to connect on their behalf, while also providing access to SAFE websites.

Alpha Release Page

Download Instructions:

  • OSX or Windows
    • Please use the attached installers.
  • Linux Debian
wget -O - http://apt.maidsafe.net/repos/maidsafe.apt.gpg.key|sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/maidsafe.list http://apt.maidsafe.net/repos/maidsafe.list
sudo apt-get update
sudo apt-get install safe-launcher

How do I run the binary?
On Debian, the binary is called safe_launcher. If you type safe-launcher, it currently doesn't do anything. We will try to fix this in the next release. See this forum post for more details.

  • Linux RPM
curl -O http://yum.maidsafe.net/repos/maidsafe.yum.gpg.key
sudo rpm --import maidsafe.yum.gpg.key
sudo curl -o /etc/yum.repos.d/maidsafe.repo http://yum.maidsafe.net/repos/maidsafe.repo
sudo yum update
sudo yum install safe_launcher
  • Linux Other
    • Please use the attached binary tarballs based on system arch.