Nextcloud app nyx_widget — part of cloud.jo-cor.com
  • PHP 62.4%
  • JavaScript 33.8%
  • CSS 2.4%
  • Python 1%
  • Shell 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
root 7db33a410c README: keep connection details out of the public page
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-14 19:51:22 +02:00
appinfo Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
css Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
docs/superpowers/specs Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
img Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
js Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
lib Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
templates Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
tests Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
.gitignore Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
DEPLOY.md Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
HOW-NYX-WORKS.md Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
package-lock.json Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
package.json Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
playwright.config.js Import nyx_widget 1.26.4 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:29 +02:00
README.md README: keep connection details out of the public page 2026-09-14 19:51:22 +02:00

Nyx Widget

Floating AI assistant with image/voice/music/chat modes — backed by Hermes

A floating AI assistant bubble for every Nextcloud page. Chat, image, voice and music modes, with models picked from the Hermes agent configuration and per-member access control.

Nextcloud app id nyx_widget
Version 1.26.4
Nextcloud 3034
Licence AGPL-3.0-or-later

See it running

It runs on cloud.jo-cor.com. Ask Jo for an account (or register at cloud.jo-cor.com/apps/registration and wait for approval).

Run it on your own Nextcloud

cd /path/to/nextcloud/custom_apps
git clone https://git.jo-cor.com/jocor/nextcloud-nyx_widget.git nyx_widget
sudo -u www-data php ../occ app:enable nyx_widget

The built JavaScript in js/ is committed, so it runs as cloned. Only when you change the sources:

npm ci && npm run build

Contribute

  1. Sign in at git.jo-cor.com with Sign in with jo-cor-cloud (your cloud.jo-cor.com account).
  2. Fork this repository, make your change on a branch, and open a pull request.

Invited contributors can also push over SSH; the connection details come with the invite.

Changes reach cloud.jo-cor.com only after review: the live server deploys from git, never from hand edits.