An autonomous AI agent that transforms your software releases into viral-optimized content for 12 major platforms — in 7 languages.
kronos generate --release v1.0.0One command. Twelve platforms. Seven languages. Zero effort.
Warning
🚧 Beta Status - v0.2.0
Kronos is in early development. Core functionality works, but expect rough edges. Parts of this project were built with AI assistance. PRs, feedback, and bug reports are very welcome! See CONTRIBUTING.md to help.
Kronos is an autonomous AI agent for developers.
You write code and ship releases. Kronos handles everything after the release: crafting viral social media posts, writing community announcements, creating video scripts, preparing messaging content, and generating launch materials — all from your actual git commits, optimized for each platform's unique format and audience.
Every developer knows the pain after shipping:
- 🐦 Crafting an engaging Twitter thread
- 💼 Composing a professional LinkedIn post
- 🎥 Scripting a YouTube video with timestamps
- 📧 Writing an email newsletter
- 🔴 Creating a Reddit post with proper formatting
- 💬 Writing WhatsApp/Telegram announcements
- 🎵 Developing TikTok video scripts
- 🎮 Preparing Twitch stream announcements
- 📸 Designing Instagram carousel content
- 🎮 Writing Discord server announcements
This takes hours every release. Most developers skip it entirely, missing out on the audience and growth their hard work deserves.
Kronos does all of this in under 30 seconds. Autonomously.
| Without Kronos | With Kronos |
|---|---|
| 🕐 5+ hours writing platform-specific content | ⚡ 30 seconds |
| 😩 Generic marketing templates | 🎨 Viral-optimized for each platform |
| 🤖 Sounds like AI slop | 💬 Authentic, tone-adjusted voice |
| 🇺🇸 English only | 🌍 7 languages |
| 📝 Manual work for every platform | 🚀 12 platforms in parallel |
| 💸 Pay a social media manager | 💰 ~$0.004 per release |
Kronos writes content natively in 7 languages — no robotic translations.
| Flag | Code | Language |
|---|---|---|
| 🇺🇸 | en-US |
English (United States) |
| 🇬🇧 | en-GB |
English (United Kingdom) |
| 🇫🇷 | fr |
Français |
| 🇨🇳 | zh |
中文 (Simplified Chinese) |
| 🇷🇺 | ru |
Русский |
| 🇩🇪 | de |
Deutsch |
| 🇪🇸 | es |
Español |
Kronos generates viral-optimized content for 12 platforms:
| Platform | What You Get |
|---|---|
| 🐦 Twitter/X | Engaging 5-7 tweet threads with hooks, emojis, hashtags |
| Professional 1000-1500 char posts with hashtag strategy | |
| Carousel posts, Reels, Stories with captions & hashtags | |
| 🎵 TikTok | Complete video scripts (15-60s) with captions, hashtags, trending sound suggestions |
| Platform | What You Get |
|---|---|
| 🎥 YouTube | Full video descriptions with timestamps, chapters, tags, SEO keywords |
| 🎮 Twitch | Stream announcements with timestamps, viewer engagement hooks, chat prompts |
| Community posts with TL;DR format, markdown, engagement questions |
| Platform | What You Get |
|---|---|
| Emoji-rich mobile messages (1024 char limit), shareable format | |
| Channel-optimized markdown content (4096 chars), hashtag strategy | |
| 🎮 Discord | Server announcements with embeds, reaction suggestions, thread starters |
| Newsletter format with subject line, preview, body, CTA |
Each platform follows viral optimization best practices specific to its audience and format.
Kronos requires Node.js v18 or higher. Check your version:
node --versionIf you don't have Node.js or your version is too old:
- 👉 Download from nodejs.org (choose the LTS version)
- Windows: run the
.msiinstaller, click Next on everything - macOS: run the
.pkginstaller - Linux: use your package manager or nvm
After installation, close and reopen your terminal, then verify:
node --version # Should show v18 or higher
npm --version # Should show a version numbernpm install -g kronos-agentOr with alternatives:
yarn global add kronos-agent
pnpm add -g kronos-agentkronos --version
kronos languages # Lists supported languagesKronos uses OpenAI's GPT-4o-mini model to generate content (very cheap, ~$0.004 per release).
- Go to platform.openai.com
- Sign up (you can use Google or GitHub login)
- Go to platform.openai.com/settings/organization/billing
- Click Add payment method
- Enter your card details
- Add credit balance ($5 is enough for 1000+ releases)
⚠️ Important: Turn OFF "Auto-recharge" if it's on. Set a hard usage limit at platform.openai.com/settings/organization/limits to prevent surprise charges.
- Go to platform.openai.com/api-keys
- Click Create new secret key
- Give it a name (e.g., "kronos")
- Copy the key (starts with
sk-proj-...) ⚠️ Save it somewhere safe — you cannot view it again
Run the interactive configuration wizard:
kronos configIt will ask for:
- Your OpenAI API key
- Default language
- Platforms to generate content for
- Content tone (professional, casual, excited, technical)
Your config is saved to ~/.kronosrc.
Kronos works inside a git repository. Navigate to your project:
cd path/to/your/projectkronos generate --release v1.0.0That's it. Kronos will:
- Analyze your git commits since the last release
- Generate content for all configured platforms (in parallel)
- Save everything to
./releases/release-v1.0.0/
kronos generatekronos generate --release v2.0.0kronos generate --release v2.0.0 --language fr
kronos generate --release v2.0.0 --language zh
kronos generate --release v2.0.0 --language de# Social media focused
kronos generate --release v2.0.0 --platforms twitter,linkedin,instagram,tiktok
# Messaging platforms
kronos generate --release v2.0.0 --platforms whatsapp,telegram,discord
# Content platforms
kronos generate --release v2.0.0 --platforms youtube,twitch,redditkronos generate --release v2.0.0 --tone excited
kronos generate --release v2.0.0 --tone technicalkronos generate --release v2.0.0 --output ./marketing/releaseskronos generate --release v2.0.0 --language es --tone casual --platforms twitter,instagram,tiktokkronos generate # Generate release content (main command)
kronos config # Configure settings (interactive wizard)
kronos languages # List supported languages
kronos init # First-time setup
kronos --help # Show all commands and options
kronos --version # Show Kronos versionChoose the voice that matches your project:
| Tone | Best For | Vibe |
|---|---|---|
| 🎩 professional | Enterprise products, B2B SaaS | Polished, clear, credible |
| 😎 casual | Indie projects, side hustles | Friendly, conversational |
| 🚀 excited | Launch day, big features | High energy, hype-worthy |
| 🤓 technical | Dev tools, libraries | Precise, detailed, deep |
Kronos is an autonomous AI agent that orchestrates a 5-step workflow:
1. 📊 ANALYZE → Reads git log since last tag
2. 🧠 UNDERSTAND → Parses conventional commits (feat, fix, breaking)
3. 🎨 GENERATE → Calls OpenAI GPT-4o-mini with platform-specific prompts
4. ✨ POLISH → Applies viral optimization, tone, language, formatting
5. 💾 SAVE → Organizes output in /releases/release-vX.X.X/
The agent makes 12 parallel API calls (one per platform), generating all content simultaneously for maximum speed.
Generated files are saved in the releases/ directory:
releases/
└── release-v1.0.0/
├── twitter-v1.0.0.txt
├── linkedin-v1.0.0.txt
├── youtube-v1.0.0.txt
├── email-v1.0.0.html
├── reddit-v1.0.0.md
├── whatsapp-v1.0.0.txt
├── telegram-v1.0.0.md
├── tiktok-v1.0.0.md
├── twitch-v1.0.0.md
├── instagram-v1.0.0.md
└── discord-v1.0.0.md
Kronos works best with conventional commits:
git commit -m "feat(auth): add OAuth login"
git commit -m "fix(api): resolve timeout issue"
git commit -m "feat!: breaking change in config format"
git commit -m "docs: update installation guide"Commit types Kronos understands:
feat:- New features (highlighted across all platforms)fix:- Bug fixes (grouped appropriately)feat!:orBREAKING CHANGE:- Breaking changes (prominently featured)docs:- Documentation updatesrefactor:- Code refactoringperf:- Performance improvementstest:- Test additions/changeschore:- Maintenance tasks
Kronos also handles regular commit messages — it just works better with conventional ones.
Kronos stores config in ~/.kronosrc:
{
"openaiApiKey": "sk-proj-...",
"language": "en-US",
"platforms": [
"twitter",
"linkedin",
"youtube",
"email",
"reddit",
"whatsapp",
"telegram",
"tiktok",
"twitch",
"instagram",
"discord"
],
"tone": "professional",
"outputDir": "./releases"
}You can override config with environment variables:
# Linux/macOS
export OPENAI_API_KEY="sk-proj-..."
kronos generate --release v1.0.0
# Windows PowerShell
$env:OPENAI_API_KEY = "sk-proj-..."
kronos generate --release v1.0.0
# Windows CMD
set OPENAI_API_KEY=sk-proj-...
kronos generate --release v1.0.0This is useful for CI/CD pipelines.
Kronos is also a Node.js library:
import { KronosAgent, GitAnalyzer } from 'kronos-agent';
const analyzer = new GitAnalyzer('/path/to/your/repo');
const data = await analyzer.getCommitsSinceLastRelease('v1.2.0');
const agent = new KronosAgent({
openaiApiKey: process.env.OPENAI_API_KEY!,
language: 'fr',
platforms: ['twitter', 'instagram', 'tiktok'],
tone: 'excited',
outputDir: './releases'
});
const content = await agent.generateAllContent(data);
console.log(content.get('twitter'));
console.log(content.get('instagram'));
console.log(content.get('tiktok'));Automate release content generation in your CI/CD:
# .github/workflows/release.yml
name: Generate Release Content
on:
release:
types: [published]
jobs:
kronos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Need full git history
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Kronos
run: npm install -g kronos-agent
- name: Generate release content
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
kronos generate --release ${{ github.ref_name }} \
--language en-US \
--platforms twitter,linkedin,reddit,discord
- name: Commit generated content
run: |
git config user.name "github-actions"
git config user.email "github-actions@github.com"
git add releases/
git commit -m "docs: add release content for ${{ github.ref_name }}"
git pushKronos itself is 100% free and open-source. You only pay for OpenAI API usage:
- Model:
gpt-4o-mini - Cost per release: ~$0.004 (less than half a cent)
- $5 budget: ~1,250 release generations
- No subscription, no tracking, no data collection
Run kronos config and enter your key, OR set the OPENAI_API_KEY environment variable.
Make sure:
- You're in a git repository (
git statusshould work) - You've made commits since the last tag
- Your tag name matches semver format (
v1.0.0, not just1.0.0)
You need to add credit to your OpenAI account at platform.openai.com/settings/organization/billing.
Your OpenAI account might not have access to gpt-4o-mini. Try upgrading your tier
or using a different model. Most accounts have access by default.
Make sure you're passing the correct language code: en-US, en-GB, fr, zh, ru, de, or es.
If you get an error running scripts on Windows, run this once in PowerShell as admin:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser- 7 language support
- 12 platform content generation
- Git commit analysis
- Conventional commits parsing
- OpenAI GPT-4o-mini integration
- Viral optimization for each platform
- Claude API support (Anthropic)
- Local LLM support (Ollama, LM Studio)
- Custom content templates
- Direct platform publishing (auto-post to Twitter, LinkedIn, etc.)
- VS Code extension
- Web dashboard
- AI-generated thumbnails/images
- Multi-release comparison reports
- More languages (Japanese, Portuguese, Italian, Arabic, Hindi)
- Slack and Microsoft Teams support
Contributions are welcome and appreciated! See CONTRIBUTING.md.
Ways to contribute:
- 🌍 Add new languages
- 🎨 Add new content platforms
- 🐛 Fix bugs
- 📝 Improve documentation
- 🧪 Write tests
- 💡 Suggest features via GitHub Issues
MIT © Kronos Contributors
See LICENSE for details.
Made with ⌛ by developers, for developers.
If Kronos saved you time, consider:
⭐ Starring the repo • 🐦 Sharing on Twitter • 💖 Telling a friend
The messenger of the gods is now the Titan of your timeline.
Q: How much does Kronos cost?
Kronos is free and open-source. You only pay for OpenAI API usage (~$0.004 per release).
Q: Do I need conventional commits?
Not required, but recommended. Kronos works with any commit messages.
Q: Which Node.js version is required?
Node.js 18 or higher.
Q: Can I use Kronos in CI/CD pipelines?
Yes! Set OPENAI_API_KEY as an environment variable and run kronos generate --release $VERSION.
Q: Is my source code sent to OpenAI?
No. Only your commit messages are sent — never your source code.
Q: Can I generate content for specific platforms only?
Yes: kronos generate --release v1.0.0 --platforms twitter,instagram,tiktok,discord
Q: What's the difference between WhatsApp and Telegram content?
WhatsApp is optimized for short, emoji-rich messages (1024 chars). Telegram supports longer markdown content (4096 chars) perfect for channels.
Q: Can Kronos generate TikTok videos?
Kronos generates TikTok video scripts with captions, hashtags, and trending sound suggestions. You still need to film/edit the video yourself.
Q: Does Kronos post content automatically?
Not yet. Currently it generates the content and saves it locally. Auto-posting is on the roadmap.