Releases: ilhamjaya08/kuro
Releases · ilhamjaya08/kuro
V1: Beta
Kuro v1.0.0-beta
🎉 First Beta Release
Kuro is a lightweight, fast HTTP cron scheduler built with Bun. Schedule HTTP requests with cron
expressions, monitor execution, and manage tasks through an interactive CLI.
✨ Features
- 📅 Cron-based HTTP request scheduling
- 🔐 Full authentication support (Bearer, Basic, API Key, Custom)
- 📝 Curl command parser for easy task creation
- 📊 Execution logs with error tracking
- 🎨 Beautiful interactive CLI
- 🔄 Automatic retry on failure
- 💾 SQLite database with auto-cleanup
- 🚀 Background daemon mode
🚀 Quick Start
# Clone repository
git clone https://github.com/ilhamjaya08/kuro.git
cd kuro
# Install dependencies
bun install
# Start daemon (runs in background)
./start-daemon.sh
# Or run interactive mode
bun run src/index.ts
📋 Requirements
- Bun runtime (https://bun.sh)
- Linux/macOS (Windows via WSL)
🐛 Known Issues
This is a beta release. Please report any issues on GitHub.
📝 Notes
- Compiled binary coming in stable v1.0.0
- One-line curl install script coming soon
---
Full Changelog: Initial release