Running an Unsigned Application

Depending on your operating system, you may receive a security warning when you first launch the application. This is normal for applications that are not yet digitally signed.

Many independent developers and small software companies distribute applications without a digital signature because code-signing certificates can be expensive. This does not automatically mean an application is unsafe.

This guide was created for applications such as the Launcher, but the same steps apply to most unsigned applications on Windows, macOS, and Linux.

WARNING

Only continue if you downloaded the application from our official website or another trusted source.

These days, it's important to be cautious when downloading software from the internet. Never bypass security warnings unless you trust the source of the application, or examine the source code yourself.


Windows

  1. Double-click the application.
  2. If you see a message that says "Windows protected your PC", click More info.
  3. Click Run anyway.
  4. The application will launch normally.
Image from Gyazo
Example of the Windows security prompt on Windows 11.

macOS

  1. Double-click the application.
  2. If macOS says the application cannot be opened because it is from an unidentified developer, close the message.
  3. Open System Settings.
  4. Go to Privacy & Security.
  5. Scroll down until you see a message about the blocked application.
  6. Click Open Anyway.
  7. Click Open when prompted.

You only need to do this the first time you launch the application.

Image from Gyazo
Example of the Apple security prompt on macOS.
Image from Gyazo
Example of the Privacy & Security settings tab on macOS.

Linux

Most Linux distributions require applications to be marked as executable before they can be run.

The exact steps may vary depending on your Linux distribution and desktop environment.

Option 1: Using Your File Manager

  1. Right-click the application.
  2. Select Properties.
  3. Open the Permissions tab.
  4. Enable Allow executing file as a program.
  5. Double-click the application to launch it.

Screenshot: We are working on providing a screenshot for this section.

Option 2: Using the Terminal

Open a terminal in the application's folder and run:

bash chmod +x YourApplicationName ./YourApplicationName    

Replace YourApplicationName     with the name of your application.

Screenshot: We are working on providing a screenshot for this section.


Need Help?

If you're still having trouble opening the application, we're happy to help. When contacting us, please include:

  • Your operating system and version
  • The exact error message or a screenshot
  • The application version you're trying to run

Contact Us

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us