Noctalia Unofficial Plugins (pahnin)
April 22, 2026 · View on GitHub
Unofficial plugin registry for Noctalia Shell, containing personal and experimental plugins not included in the upstream ecosystem.
Overview
This repository hosts custom plugins for Noctalia Shell. It is intended as a lightweight, user-maintained registry for plugins that are forked, modified, or independently developed.
The registry.json file serves as the central index and is automatically updated as plugins are added or modified.
Demo
Installation
To use plugins from this repository:
-
Open Noctalia Settings → Plugins → Sources
-
Click Add custom repository
-
Enter a name (e.g., "Pahnin Plugins")
-
Add the repository URL:
https://github.com/pahnin/noctalia-unofficial-plugins -
Plugins will appear in the Available tab
You can browse and install plugins directly from the plugin manager.
Available Plugins
GPU Status Monitor
A real-time GPU monitoring panel for Linux systems using nvidia-smi.
Features:
- GPU temperature, utilization, and memory tracking
- Live updates (default: 50ms)
- Toggle between time ranges
- Time-series graphs for usage metrics
- Color-coded alerts for thresholds
- Configurable panel layout and scaling
Requirements:
- NVIDIA GPU
nvidia-smiavailable in PATH
Ollama Assistant Panel
A simplified AI assistant panel plugin focused on chat functionality using OpenAI-compatible APIs.
Features:
- Supports local and remote AI providers (Ollama, OpenAI-compatible APIs)
- Persistent multi-conversation chat interface
- System prompts and temperature control
- IPC commands for automation and scripting
- Designed as a lightweight alternative to full assistant + translation plugins
Notes:
- Does not include translation features
- Does not support Gemini
- Optimized for local inference setups
Contributing
Contributions are welcome. When submitting changes:
- Ensure plugin manifests are valid
- Update relevant documentation if needed
- Follow existing repository structure
License
MIT License. Refer to individual plugin directories for specific licensing details.