Trending Open Source Projects
Discover trending open source projects with rapid star growth. AI summaries help you stay ahead of the curve.
Tokscale: Track AI Token Usage Across Multiple Platforms – CLI Tool
Discover Tokscale, the new open‑source CLI that lets developers monitor token consumption from OpenCode, Claude Code, Codex, Gemini, Cursor, Amp, and more. Learn how Tokscale’s real‑time pricing, leaderboard, and 2D/3D contribution graph help you gauge cost and efficiency. Step‑by‑step instructions guide you from installation with Bun to customizing filters, launching the interactive TUI, and exporting JSON data for dashboards. Whether you’re a freelancer or an enterprise team, Tokscale gives you instant insight into your AI usage and helps you optimize tokens, saving money and boosting productivity.
Qwen3-ASR: Alibaba’s Open‑Source 52‑Language ASR Model
Alibaba Cloud’s latest release, Qwen3‑ASR, brings state‑of‑the‑art multilingual speech recognition to the open‑source community. Supporting 52 languages and 22 Chinese dialects, the two 1.7B/0.6B models excel on benchmarks and rival commercial APIs. The repo ships with a full inference toolkit that works with transformers or the high‑performance vLLM backend, automatic timestamping via the Qwen3‑ForcedAligner, and a ready‑to‑run Gradio demo. Whether you’re a researcher, developer, or hobbyist, this guide walks you through downloading, setting up, benchmarking, and deploying Qwen3‑ASR in Docker or directly on GPU, so you can start transcribing speech, music, and songs with ease. Key highlights: multilingual support, streaming inference, forced‑alignment, quick‑start scripts, Docker deployments, and API integration with OpenAI‑compatible endpoints.
Run OpenClaw AI Assistant on Cloudflare Workers: A Step‑by‑Step Tutorial
Discover how to turn the open‑source OpenClaw AI assistant into a fully managed, always‑on chatbot running on Cloudflare Workers. This guide walks through prerequisites, secret setup, deployment, optional R2 persistence, authentication with Cloudflare Access, and even browser automation via CDP. By the end you’ll have a production‑ready, multi‑channel AI assistant that’s secure, scalable, and free from the hassle of self‑hosting.
PageIndex: The Open-Source Reasoning-Based RAG Framework
Discover PageIndex, a groundbreaking open‑source tool that eliminates the need for vector databases in Retrieval Augmented Generation (RAG). By building a hierarchical tree index and using LLM reasoning, PageIndex achieves human‑like retrieval without chunking or vector similarity. This article dives into its core concepts, installation steps, practical use cases—especially finance and legal document analysis—and its impressive benchmark results. Whether you’re a researcher, developer, or data scientist, learn how to transform long PDFs and markdown files into actionable knowledge with this lightweight Python library.
JJYB_AI VideoAutoCut: The Open Source AI Video Editing Toolkit
Discover JJYB_AI VideoAutoCut (v2.0), a complete AI‑powered video editing suite that automatically cuts, adds commentary, and applies AI voice‑over using 19 language models, 6 vision models, and 4 TTS engines—all wrapped in a simple Flask web interface. Learn how to install, configure, and deploy this Python‑powered solution on Windows or macOS and start creating professional videos with zero manual editing.
Karpathy's LLM Coding Rules: Think, Simplify, & Iterate
Discover Andrej Karpathy’s four‑principle guide to coding with Claude LLM. Learn how to think before you code, avoid over‑engineering, make surgical changes, and execute goal‑driven loops. The article explains each principle in depth, provides practical install instructions, and shows how to add the rules to your own projects for cleaner, more reliable code. Ideal for developers wanting to harness LLMs while keeping maintainability and clarity.
Feishu Channel Plugin for Clawdbot – Fast & Feature‑Rich
Looking to extend Clawdbot with Feishu (Lark) support? This article walks you through installing the @m1heng-clawd/feishu plugin, configuring the necessary App ID, App Secret, event subscriptions, and permissions on the Feishu Open Platform. It covers both WebSocket and webhook connection modes, DM and group policies, media upload/download, and the optional card‑rendering feature for rich markdown output. A full FAQ section tackles common pitfalls such as message reception failures, 403 errors, and how to start a new conversation with the /new command. Get your bot talking to Feishu users in minutes.
Last30Days: A Claude Code Skill for Real‑Time Trending Prompt Research
Discover Last30Days, the Claude Code skill that scours Reddit and X for the past 30 days, synthesizes community trends, and generates copy‑paste‑ready prompts. Learn how to install it, use it for prompt research, product discovery, viral trend hunting, and more. Whether you’re a prompt engineer, a marketer, or a curious coder, this article walks you through setup, real‑world examples, and the unique value Last30Days brings to AI workflows.
X Article Publisher Skill: Automate Markdown to X Articles
Deploy the X Article Publisher Skill to eliminate formatting headaches when publishing Markdown to Twitter (X) Articles. This open‑source Python & Claude Code tool converts Markdown to rich‑text, uploads images with precise positioning, and keeps your drafts safe. Learn how to install, configure, and use the skill, and discover why it boosts productivity by 10x for content creators who love markdown.
WebLLM: Run LLMs In-Browser with WebGPU – Full Guide Here
WebLLM brings full‑featured, high‑performance large language models right inside your browser with zero server cost and powerful WebGPU acceleration. This article walks through installing the npm package, loading popular models like Llama‑3 and Phi‑3, integrating the OpenAI‑compatible API, and extending the engine with workers, service workers, and Chrome extensions. Whether you’re a developer looking to prototype an AI assistant or an enthusiast wanting privacy‑first inference, this step‑by‑step guide shows you how to get up and running in minutes.