Storefront · Command Centers · Glass

The quietly premium
room for your AI.

Glass is one of the ten Elyndor Command Centers. Translucent panels. Soft pink-to-gold glow. Refined, never busy. For the AI you actually want to spend the day with.

Glassmorphism Pink / Gold Playfair + Inter Activity feed Drop-in agent install
$55
$45
One-time payment. Lifetime license. Free updates forever.
Instant download 3-day review MIT-style license Local-only — no servers
Install · 4 steps · 60 seconds

From purchase to opened browser.

No npm. No server. No subscription. A folder of files, your AI agent opens it, you open the browser, you live there.

1

Buy

One-time purchase via Stripe. Get an email with a download link in under a minute.

2

Install

Run the installer (.exe / .dmg / .deb / .AppImage). The setup wizard handles dependencies, config, and a first-run tutorial. No README to read.

3

Auto-updates ship to you

When we ship a new version, your install updates itself. Bug reports and feedback: elyndor.ai/community.

st-run tutorial.

4

Open browser

localhost:8767. Your Hermes stats rendered in your room. Yours, local, forever.

# 1. Open the installer (.exe / .dmg / .AppImage)
$ sudo dpkg -i glass-command-center.deb   # or just open the .exe / .dmg
$ cd ~/rooms/glass

# 2. Tell your AI agent to wire it up
$ "Read ./README.md in this folder. Install the data feed into my Hermes instance."

# 3. Open it
$ python -m http.server 8767
$ open http://localhost:8767    # macOS
$ start http://localhost:8767   # Windows
What's inside

Six things that make Glass worth $55.

Live data feed

Reads from your Hermes READMEs and launches. Real sessions, real notes, in real time.

Glassmorphism panels

Translucent panels over a deep navy background. Pink + gold glow on edges.

Cmd-K command palette

Press Cmd/Ctrl-K. Jump anywhere. Search anything. Built in.

Local-only

Runs on your machine. No accounts. No telemetry. No servers. Forever.

Drop-in agent install

Your AI agent reads README.md and wires the data feed. That's the install.

Lifetime updates

Buy once. Every future Glass update, free. We don't do subscriptions.

Common questions

Things people ask before they buy.

What do I actually get after I pay?

A ZIP file with three pieces: index.html (the visual), a small Node/Python data-feed that reads from your Hermes READMEs/launches, and a README your AI agent can read to install it. No accounts. No external services. You open it, you live there.

Is this a subscription?

No. One payment of $55, lifetime license. Every future update of Glass is included free. The bundle is $249 for all 10 visuals, also one-time.

What if I don't like it?

Elyndor sells digital software delivered immediately. All sales are generally final. We offer a 3-day review for legitimate issues — duplicate purchases, accidental double charges, billing errors, or verified technical defects. Email founder@elyndor.ai to request a review.

Do I need to host anything?

No. It runs as static files from your computer. Your Hermes instance already has the data — Glass just renders it. Optional: deploy the static folder to any static host (Netlify, Vercel, GitHub Pages) if you want to share it.

Does it work with non-Hermes agents?

Yes. As long as your agent produces Markdown logs / README files in a structured folder, Glass can be pointed at it. Default config is Hermes-flavored; customization is a 2-line edit in feed.config.json.