[GH-ISSUE #5135] [feature]: Installation bash script for Linux #1955

Open
opened 2026-03-16 22:36:46 +03:00 by kerem · 0 comments
Owner

Originally created by @mrKarton on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5135

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Made a bash script for installing it automatically on Linux with registering as application:
https://gist.githubusercontent.com/mrKarton/2ba5bbc6d9ab894afa56752094714611/raw/598a89a5faf6e150c548c9fe2b3926a7e4785b0d/hoppscotch-installer.bash
(can move it to your server)

You can add something like

Install hoppscotch for Linux:

sudo curl https://gist.githubusercontent.com/mrKarton/2ba5bbc6d9ab894afa56752094714611/raw/598a89a5faf6e150c548c9fe2b3926a7e4785b0d/hoppscotch-installer.bash | bash

to README.md to make Linux user's life easier
(also it runs without terminal)

Tested on arch

Why should this be worked on?

This will help Linux users to install and use Hoppscotch in easier way

Originally created by @mrKarton on GitHub (Jun 6, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5135 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Made a bash script for installing it automatically on Linux with registering as application: https://gist.githubusercontent.com/mrKarton/2ba5bbc6d9ab894afa56752094714611/raw/598a89a5faf6e150c548c9fe2b3926a7e4785b0d/hoppscotch-installer.bash (can move it to your server) You can add something like Install hoppscotch for Linux: ```bash sudo curl https://gist.githubusercontent.com/mrKarton/2ba5bbc6d9ab894afa56752094714611/raw/598a89a5faf6e150c548c9fe2b3926a7e4785b0d/hoppscotch-installer.bash | bash ``` to README.md to make Linux user's life easier (also it runs without terminal) Tested on arch ### Why should this be worked on? This will help Linux users to install and use Hoppscotch in easier way
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1955
No description provided.