← All posts

AI + Dev Digest — June 15, 2026

Kronos brings domain-specific AI to financial markets, Open Interpreter targets open models, Chatwoot ships a built-in AI support agent, and SWC cements its place in JS toolchains.

Today's trending repositories share a thread: open-source software moving decisively into production domains once owned by expensive proprietary tools. A purpose-built financial forecasting model, a coding agent tuned for open LLMs, a customer support platform with a native AI layer, and a Rust-based web compiler rounding out mainstream adoption — each represents a project that's stopped being an alternative and started being infrastructure.

shiyu-coder/Kronos — A Foundation Model for Financial K-Lines

Kronos is the first open-source foundation model trained specifically on financial candlestick (K-line) data, drawing from over 45 global exchanges. A two-stage design converts raw OHLCV market data into discrete tokens via a specialized tokenizer, then feeds them into a decoder-only autoregressive Transformer for forecasting across cryptocurrencies and equities. The project ships three model sizes (4.1M to 102.3M parameters), includes fine-tuning pipelines, and was accepted to AAAI 2026 — a signal that purpose-built domain pretraining for noisy financial time series is a real research contribution, not just an engineering exercise. It has accumulated over 30,000 GitHub stars.

github.com/shiyu-coder/Kronos

openinterpreter/open-interpreter — Coding Agent Built for Open Models

Open Interpreter is a lightweight, Rust-based coding agent designed to extract strong performance from open models like DeepSeek, Qwen, and Kimi — not just frontier proprietary APIs. It ships with native OS sandboxing across macOS, Linux, and Windows, real browser integration for testing web apps, and model-specific harnesses tuned to each supported model family. Multiple terminal sessions share a single local runtime, reducing the overhead of running parallel agents. At 64,000 stars, it's one of the most mature open-source implementations of the coding agent pattern and worth evaluating for anyone running open models in development workflows.

github.com/openinterpreter/open-interpreter

chatwoot/chatwoot — Open-Source Customer Support with an AI Agent Built In

Chatwoot is a self-hosted alternative to Intercom and Zendesk, consolidating conversations from email, WhatsApp, Telegram, Instagram, and live chat into a unified inbox. Its Captain AI Agent now handles routine queries automatically — no separate AI integration required — while the platform continues to support human collaboration features like private notes, @mentions, and CSAT reporting. Version 4.14.2 shipped in June 2026, and with 31,400 stars, it has reached the scale where it's a credible option for teams that want data ownership without sacrificing modern AI-powered support features.

github.com/chatwoot/chatwoot

swc-project/swc — The Rust TypeScript Compiler Becomes Default Infrastructure

SWC (Speedy Web Compiler) compiles and transforms TypeScript and JavaScript using a Rust implementation that consistently outpaces Babel in benchmarks. What started as a fast alternative has become embedded default: Next.js, Vite, and other major frameworks have adopted it as a compilation layer, and its 33,900 stars reflect that position in production toolchains. For teams still running Babel-based builds, SWC's drop-in compatibility makes it one of the lowest-friction performance upgrades available in a JavaScript project — and its continued momentum on GitHub suggests the migration window from Babel is closing, not opening.

github.com/swc-project/swc