commit 6ce2a9a39e3796d87d701debd00871f575bf0fc8 Author: Keysat Date: Mon May 11 10:08:13 2026 -0500 Initial commit — registry landing for registry.keysat.xyz Static page shown at https://registry.keysat.xyz/ — the public face of the Keysat StartOS package registry. Renders the marketplace card with title, description, and an Add-to-Marketplace CTA. - index.html — the page itself (13.6 KB) - assets/keysat-mark.svg, favicon.svg - .gitignore — macOS / editor / IDE noise diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..899db00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +*.swp +.vscode/ +.idea/ diff --git a/assets/favicon.svg b/assets/favicon.svg new file mode 100644 index 0000000..31f1365 --- /dev/null +++ b/assets/favicon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/assets/keysat-mark.svg b/assets/keysat-mark.svg new file mode 100644 index 0000000..826dea1 --- /dev/null +++ b/assets/keysat-mark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..eacddad --- /dev/null +++ b/index.html @@ -0,0 +1,326 @@ + + + + + +Keysat Registry — software licensing packages for Start9 + + + + + + + +
+
+ Keysat + Registry + +
+
+ +
+
+
Start9 package registry
+

The Keysat registry for StartOS.

+

This is an API endpoint, not a website you browse. Add the URL below to your StartOS dashboard’s marketplace list and the Keysat package will appear in your install catalog. Browser visits get this page; Start9 dashboards get the package index.

+ +
+ Registry URL + https://registry.keysat.xyz + +
+
+
+ +
+
+

Add this registry to your Start9

+

In your StartOS dashboard, paste the registry URL once and you’ll see Keysat alongside any other marketplace packages you have installed.

+
    +
  1. Open your StartOS dashboard in a browser.
  2. +
  3. Go to Marketplace in the left sidebar.
  4. +
  5. Click Switch at the top of the marketplace pane, then click Add.
  6. +
  7. Paste https://registry.keysat.xyz as the URL. Name it whatever you want — "Keysat" works.
  8. +
  9. Switch to the new registry. You’ll see the Keysat package listed; click Install.
  10. +
+
+
+ +
+
+

Packages in this registry

+

All packages here are published, signed, and maintained by the keysat.xyz team. Source-available on GitHub; binaries built reproducibly from tagged releases.

+ +
+ +
+ +

+ More packages may appear here over time — sample buyer-side reference packages, language-specific SDK demos, etc. The Keysat package is the centerpiece. +

+
+
+ +
+
+

Not on a Start9?

+

If you’re reading this in a browser without a Start9 server, here are the right next steps:

+
    +
  1. Just want to know what Keysat is? Visit keysat.xyz for the marketing overview, or docs.keysat.xyz for the full integration guide.
  2. +
  3. Don’t have a Start9 server yet? See start9.com for hardware (Server One, Server Pro) or DIY install instructions for running StartOS on your own hardware.
  4. +
  5. Want to download the .s9pk directly? Releases are mirrored at github.com/keysat-xyz/keysat/releases. Sideload via your StartOS dashboard’s Sideload screen.
  6. +
+
+
+ +
+
+

For the curious — what your Start9 talks to

+

The Start9 dashboard speaks a small JSON protocol against this registry. The endpoints below are what gets hit; you don’t need to think about them, but they’re here for transparency.

+
+
GET /package/v0/index catalog of available packages
+
GET /package/v0/<id>/<ver>/manifest.s9pk signed package binary
+
GET /package/v0/<id>/<ver>/icon marketplace listing icon
+
GET /package/v0/<id>/<ver>/instructions install/setup notes
+
+
+
+ + + + + +