🚀 Developing a GUI for Scoop #6677
Unanswered
gihanrangana
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋,
I'm currently building a GUI application for Scoop as a fun side project. 🎨
While exploring the Scoop ecosystem, I found the following endpoint:
https://scoopsearch.search.windows.net/indexes/apps/docs/search?api-version=2020-06-30
From what I can tell, this API appears to return information related to available buckets rather than package manifests themselves.
My current approach is:
📦 Use Scoop CLI commands for install, update, uninstall, etc.
📄 Read package manifests directly from GitHub repositories when package details are needed.
🔍 Potentially use the search API to discover/search buckets.
Before I continue, I'd like to know:
This is purely a community/fun project and is not intended to be an official Scoop client. 😊
🖼️ Sample UI attached below.

Any feedback or guidance would be greatly appreciated. Thanks! 🙏
Beta Was this translation helpful? Give feedback.
All reactions