mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #3526] [feature]: Portable version of Windows desktop app #1198
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1198
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bdr99 on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3526
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Summary
It would be great if the Windows desktop app offered a portable mode, storing all application data in the same directory as the executable without leaving any trace elsewhere on the system.
Why should this be worked on?
A few benefits of having a portable mode:
@BlitzofEmpire commented on GitHub (Oct 22, 2024):
I completly agree with the feature, would be very interesting for some corporation.
@jdemaria22 commented on GitHub (Nov 21, 2024):
This feature would give the project a great leap in quality.
I can contribute.
@mrodal commented on GitHub (Nov 21, 2024):
This would greatly benefit our team that works on a locked down environment
@lewixlabs commented on GitHub (Mar 28, 2025):
Any news?
Meanwhile there is a fork which has standalone builds:
https://github.com/liudonghua123/hoppscotch-app?tab=readme-ov-file
Or I think could be usefull to have a user space installer. Thanks!
@pab-hue commented on GitHub (Apr 14, 2025):
Hey hoppscotch team! Really loving the desktop app update that lets you connects to self-hosted instances - super useful and big step forward!
Just wanted to add my +1 for this feature. I work on a dev team at a very large financial services company where we're building payment processing APIs and trying to move from Postman to Hoppscotch. We're big fans of the open-source since it lets us audit security, tweak things when needed, and checks all the boxes for our compliance team.
Our setup is pretty locked down though:
That portable version would honestly be the last hurdle to clear. Looking at the other comments, seems like quite a few teams are in similar boats.
Any chance this might make it onto the roadmap soon? Thanks for all the great work!
@jamesgeorge007 commented on GitHub (Nov 27, 2025):
Hi, closing this issue since the portable builds for the Desktop App are now out with the v2025.11.0 release. Please let us know if you have any feedback.
@ldetogni commented on GitHub (Nov 27, 2025):
thank you @jamesgeorge007 !
Is precompiled build here right?
https://docs.hoppscotch.io/documentation/clients/desktop#windows
Maybe the link is not updated yet
Lewix
@CuriousCorrelation commented on GitHub (Nov 27, 2025):
Hi @ldetogni, yes it's a per-compiled build, we'll fix the download links shortly, in the meantime please find the binary (wrapped in
.zip) at https://github.com/hoppscotch/releases/releases/ starting with v25.11.0-0.@ldetogni commented on GitHub (Nov 27, 2025):
@CuriousCorrelation thanks!