Our Systems, Utilities & Games
A catalog of tools built with performance, privacy, and simplicity in mind, alongside our experimental interactive apps and games.
CrystalSystem.js
v1.0.3-Stable Node.js MIT LicenseA zero-dependency real-time system resource monitor for Node.js environments. Featuring built-in CLI dashboards, JSON-based HTTP APIs, custom alert limits, and compatibility across Linux, macOS, Windows, Android (via Termux), and BSD platforms.
Key Features
- Zero Dependencies: Leverages native Node.js libraries (
os,child_process,fs) with zero external bloat. - Real-time Telemetry: Live metrics tracking CPU usage, memory occupancy, disk capacity, battery status, network speed, and system uptime.
- Modular Alerts: In-process monitoring triggers events or custom logs when disk space or CPU usage exceeds thresholds.
- HTTP Server: Integrates an internal API endpoint returning live system telemetry in JSON format.
- Examples Suite: Companion example integrations provided in the official crystalsystemjs-examples repository.
Tech Stack & Stats
| Stars | 1 |
| Package | @crystal-studio-labs/crystalsystem.js |
| License | MIT |
Installation & Quick Start
npm install @crystal-studio-labs/crystalsystem.js
const { crystalsystem } = require('@crystal-studio-labs/crystalsystem.js');
// Renders the live system monitoring dashboard
crystalsystem();
InkMD
v1.0.0-Live React / TS ProprietaryA modern web-based Markdown editor featuring a distraction-free, local-first philosophy. Combining the performance of modern frontend engines with robust file handling, InkMD enables real-time document styling directly in your browser.
Key Features
- Split-Pane Preview: Side-by-side editing pane and live formatted document preview.
- GitHub Flavored Markdown: Complete parsing support for code syntax highlights, tables, checkbox lists, and auto-linking.
- Local-First: All editing history and data remain local to the browser's state engine. Keystrokes are never logged to remote servers.
- Undo/Redo Stack: Implements a 50-state custom transactional undo/redo manager.
- Export Utility: Instantly export documents as clean HTML or raw
.mdtext formats.
Tech Stack & Stats
| Source | Proprietary (Self-Hosted Model) |
| Stars | 1 |
| Hosting | Vercel Deployment |
Orion-Net / Orion-Deck
v1.0.2-Active Python MIT LicenseA lightweight, decentralized, and ephemeral messaging suite. Orion-Net acts as the backend room server facilitating encrypted WebSockets, while Orion-Deck provides an interactive, terminal-native client UI powered by the rich layout library.
Key Features
- End-to-End Encryption: Dual-layer cryptographic channel utilizing RSA handshakes for session exchange and Fernet encryption for message payloads.
- Zero Storage Persistence: Message queues (deques) are stored solely in transient memory. Server restarts wipe room states entirely.
- PoW Registration: Integrates Proof-of-Work protection limits during hub-based room listings to mitigate DDoS vectors.
- TUI Interface: Client console features styled dashboard panels, active user listings, timestamps, and real-time status feeds.
- Access Controls: Support for public listings and password-restricted virtual chat nodes.
Tech Stack & Stats
| Server Stars | 2 |
| Client Stars | 1 |
| Protocol | Decentralized WebSockets |
Client Deployment (Orion-Deck)
git clone https://github.com/Crystal-Studio-Labs/Orion-Deck.git
cd Orion-Deck
# Install client packages
pip install websockets cryptography rich
# Connect and boot the client
python orion-deck.py
crystal-auth
Early Access JS / TS MIT LicenseAn early-stage authentication and security helper library. Designed to provide lightweight session routines and identity validation helpers for web interfaces and server architectures.
Current Phase Details
- Active Development: The codebase is currently being structured with modular crypto providers.
- Lightweight Footprint: Designed to offer secure routines with zero unnecessary dependencies.
- Community Collaboration: Code audits, issue reporting, and early design suggestions are welcomed as we lay the foundations.
Development Status
| Stars | 0 |
| Phase | Alpha / Early Architecture |
Experimental Games & Apps
Stepping into the interactive space. We are currently prototyping mechanics and storytelling systems.
Future Python Libraries & Packages
We are continuously researching and prototyping utility systems, script engines, and system interfaces. Watch our GitHub organization space for upcoming Python-native automation scripts and developer utilities.