Skip to content

Release repository for the StayFree desktop application.

Notifications You must be signed in to change notification settings

stayfree-app/desktop-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

StayFree Desktop - MacOS, Windows, and Linux

This repo holds the release packages for the MacOS, Windows, and Linux versions of StayFree.

These desktop platforms are under heavy development right now and contain a minimal feature set. They will be expanded with the full suite of StayFree features (that our users love!) as we continue to develop them.

Installing the App

MacOS

To install StayFree on MacOS:

  1. Download the appropriate package from the following links:
  2. Open the downloaded .dmg file and drag the StayFree icon to your Applications folder.
  3. Launch StayFree from your Applications folder.

Windows

To install StayFree on Windows:

  1. Download the installer from StayFree Windows Version.
  2. Run the downloaded .exe file and follow the on-screen instructions to complete the installation.
  3. After installation, you can find StayFree in your Start Menu.

Linux

StayFree is available for Linux in two formats: AppImage and DEB. Follow the instructions for the format that suits your system.

Installing AppImage

  1. Download the AppImage from StayFree Linux AppImage.
  2. Make the AppImage executable by running the following command in your terminal:
chmod +x stayfree-x.y.z.AppImage
  1. Execute the AppImage:
./stayfree-x.y.z.AppImage

Installing DEB

  1. Download the DEB package from StayFree Linux DEB.
  2. Install the DEB package using the following command:
sudo dpkg -i <stayfree-x.y.z.deb> 

Note

the stayfree-x.y.z.deb will be dependent on the downloaded files name

Download Links for Other Platforms

StayFree also offers downloads for other platforms:

Additional Information

For more details and updates about StayFree, please visit our official website. Here, you'll find the latest news, release notes, and support resources.

Thank you for using StayFree, and we appreciate your patience as we continue to improve and expand our desktop applications!