Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] How to use Hiddify-Linux-x64 in Linux #1541

Open
AlexanderShao02 opened this issue Dec 12, 2024 · 2 comments
Open

[FR] How to use Hiddify-Linux-x64 in Linux #1541

AlexanderShao02 opened this issue Dec 12, 2024 · 2 comments

Comments

@AlexanderShao02
Copy link

Feature description

Can you provide us with official installation instructions for linux, the kind that provide specific installation steps?

@IT-Tool
Copy link

IT-Tool commented Dec 12, 2024

To use the Hiddify-Linux-x64.AppImage on a Linux system (same for Cinnamon or KDE Desktop Environment), follow these simple steps to run it (without using a terminal):

  1. Download the AppImage file: First, ensure you have downloaded the Hiddify-Linux-x64.AppImage file from the official Hiddify repository or website.

  2. Open File Manager: Locate the downloaded file in your file manager (usually Nemo or another file manager).

  3. Make the File Executable:

    • Right-click on the Hiddify-Linux-x64.AppImage file.
    • Select Properties.
    • Go to the Permissions tab.
    • Check the option Allow executing file as a program.
  4. Run the AppImage:

    • Double-click on the Hiddify-Linux-x64.AppImage file to launch the application.

(These steps usually need to be done once, with each new .AppImage file that is downloaded)


Or steps to do it (with the use of a terminal):

  1. Download the AppImage file: First, ensure you have downloaded the Hiddify-Linux-x64.AppImage file from the official Hiddify repository or website.

  2. Make the AppImage Executable: Open your terminal and navigate to the directory where the AppImage file is located. Run the following command to make the file executable:

    chmod +x Hiddify-Linux-x64.AppImage
  3. Run the AppImage: After making it executable, you can run the AppImage directly from the terminal with the following command:

    ./Hiddify-Linux-x64.AppImage

(These steps usually need to be done once, with each new .AppImage file that is downloaded)

@AlexanderShao02
Copy link
Author

The problem was solved perfectly, sincere thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants