This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryBroad release touches ✨ Key Features, 🚀 Quick Start, https://kubiq.priyanshumodi.in, and RPM.
Full changelog
kubiq v1.0.0 - Public Launch
We are thrilled to announce the first public release of kubiq! 🚀
kubiq is a modern, lightweight, and self-hosted monitoring solution designed to give you real-time visibility into your infrastructure without the bloat. Whether you're running a single VPS or a cluster of nodes, kubiq keeps you informed.
🌐 Official Website
Check out our brand new website for documentation, comparisons, and more:
👉 https://kubiq.priyanshumodi.in/
✨ Key Features
- ⚡ Real-Time Streaming & Monitoring:
- HTTP/HTTPS: Website & API uptime with SSL Expiration Monitoring.
- TCP: Port monitoring for raw services (Redis, SSH, Custom).
- Databases: Native connectivity checks for MySQL & MongoDB.
- Logs: Live stream via Socket.IO.
- 🛠️ Built-in API Testing: Test your HTTP/HTTPS APIs directly from the kubiq dashboard, just like Postman.
- 📝 Advanced Log Management: Stream logs live with Glob Pattern Support (e.g.,
/var/log/*.error) and auto-rotation handling. - 📈 System Analytics:
- Animated gauges for CPU, RAM, & Disk Usage.
- 📉 Predictive Storage Analytics: Intelligent "Days Remaining" forecast to predict when your disk will be full based on usage trends.
- 🔗 Distributed APM & Tracing:
kubiq-apm: Zero-config NPM package for auto-instrumenting Node.js apps via OpenTelemetry.- Metrics Grid: Real-time service overviews showing Throughput (RPM), P95 Latency, and Error Rates.
- Topology Map: Auto-generated, interactive visual map of service dependencies and network architectures.
- Trace Inspector: Granular tracing with a detailed Trace Waterfall to pinpoint bottlenecks and query latencies.
- 💾 Multi-Database Support: Flexible storage:
- JSON (Default, zero-config)
- MySQL & MongoDB (Enterprise scaling)
- 🔐 Triple-Layer Security:
- Native Auth: JWT-based secure login.
- WebAuthn: Passwordless login with Passkeys (FaceID, TouchID, YubiKey).
- OIDC / Keycloak: Enterprise SSO integration.
- RBAC: Admin (Read/Write) & Viewer (Read-Only) roles.
- 🔔 Smart Notifications: Alerts via SMTP (Email) or Webhooks (Discord, Slack, Teams).
- 🖥️ Cross-Platform: Native support for AMD64 and ARM64.
🚀 Quick Start (Docker)
-
Setup your environment: First, grab the complete
.env.examplefile from our website (kubiq.priyanshumodi.in/view/env) and save it locally as.env. -
Run kubiq:
docker run -d \
--name kubiq \
-p 3000:3000 \
-v kubiq-data:/app/data \
--env-file .env \
--restart unless-stopped \
priyanshumodi22/kubiq:latest
📦 Changes in this Release
- Initial public release.
- Complete UI overhaul for the dashboard.
- Launched official documentation website.
- Implemented dynamic license modal on the website.
- Added Docker Compose support (check website/docs).
🤝 Contributors
Built with ❤️ by @priyanshumodi22.
If you like kubiq, please give us a star on GitHub! ⭐
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About priyanshumodi22/kubiq](https:
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]