mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #5096] [MERGED] docs(desktop): add minimum system requirements #5051
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#5051
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5096
Author: @CuriousCorrelation
Created: 5/26/2025
Status: ✅ Merged
Merged: 5/26/2025
Merged by: @jamesgeorge007
Base:
next← Head:docs-desktop-system-requirements📝 Commits (1)
f350287docs(desktop): add minimum system requirements📊 Changes
1 file changed (+96 additions, -53 deletions)
View changed files
📝
packages/hoppscotch-desktop/README.md(+96 -53)📄 Description
This PR adds detailed minimum system requirements for all supported platforms to help users understand compatibility requirements for installing the desktop app.
The requirements section covers Windows 10 1803+/Windows 11, macOS 10.15+ with both arch (Intel and Apple Silicon) support, and Linux distro with special emphasis on GLIBC 2.38+ requirements.
Also the documentation specifically goes over why Ubuntu 24.04 is the recommended distro - mainly due to its inclusion of WebKit2GTK version 2.44.0-2, which gets us relatively stable interaction between WebKit, UI libraries, Mesa drivers, and Wayland displays.
Also added known workarounds for users experiencing display issues on Wayland systems.
Plus it restructures sections to improve clarity, consolidating instructions for both Community and Enterprise editions, since they follow identical connection procedures.
Also the system requirements include extensive footnote references to GitHub issues, bug reports, and package repositories that document the technical rationale behind these requirements.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.