AIBit-Discover Open Source Projects AIBit-Discover Open Source Projects
Open Source ProjectsAI Tools & ResourcesLearning & TutorialsSecurity & Linux
AIBit-Discover Open Source Projects › Open Source Projects› Open Source Projects

February 6, 2026

PaperBanana: Automate Research Figures with AI – Open Source Tool

PaperBanana is a groundbreaking open‑source project that harnesses AI to streamline the creation of high‑quality research illustrations. With a clean web interface and powerful backend scripts, it reads academic data, proposes figure templates, and generates visuals automatically. Whether you’re drafting a conference poster or embedding plots in a journal paper, PaperBanana reduces the manual workload by converting raw data into polished charts, graphs, and diagrams in seconds. Explore its features, learn how to set it up, and discover how the scientific community can benefit from this efficient, community‑driven tool.

  • Feb 6, 2026

    Web Search MCP Server: Local LLM Web Search Without API Keys

    Looking to give your locally hosted LLMs a powerful, on‑premise web‑search capability? The Web Search MCP Server offers a TypeScript‑based, browser‑driven solution that pulls real‑time content from Bing, Brave, and DuckDuckGo. It provides three dedicated tools—full-web-search, get-web-search-summaries, and get-single-web-page-content—so you can choose between deep content extraction or quick snippets. This article walks you through installation, configuration, environment variables, and real‑world examples, plus troubleshooting tips and performance tricks, so you can integrate fast, reliable web search into any local LLM workflow.

  • Feb 6, 2026

    PostBot: Open-Source Multi-Platform Content Sync Tool

    PostBot is a free, open‑source tool that lets you create, edit, and auto‑publish articles, images, videos, and audio to multiple Chinese and international media platforms right from your browser. Built with TypeScript, Vue and modern web technologies, it supports a wide range of platforms—from WeChat, Weibo and Bilibili to Twitter, Facebook and LinkedIn—while keeping your credentials local for security. Learn how to install, configure and extend PostBot to streamline your social‑media workflow today.

  • Feb 5, 2026

    ACE-Step 1.5: Open‑Source Music Model Outperforms Commercial

    ACE‑Step 1.5 is a breakthrough in local music generation, delivering commercial‑grade quality on consumer GPUs and even CPU in a fraction of the time of many paid alternatives. This article walks you through the project’s architecture, how to get it up and running on Windows or Linux, run it via Gradio or a REST API, and customize it with LoRA training. Whether you’re a developer, podcaster, or music producer, discover how to harness ACE‑Step’s hybrid LM‑DiT design, multi‑language lyric support, and powerful editing tools—right from your machine, not the cloud.

  • Feb 4, 2026

    Voicebox: Open‑Source Voice Studio Powered by Qwen3‑TTS

    Voicebox is a local‑first, privacy‑focused voice synthesis studio that runs entirely on your machine. Built with modern Rust, React, and FastAPI, it lets you clone voices from seconds of audio, edit multi‑track timelines, and generate speech using Qwen3‑TTS—all without a cloud subscription. Whether you’re a podcaster, game dev, or accessibility advocate, Voicebox offers a fast, fully open source alternative to commercial services. This article walks you through the project’s core features, tech stack, deployment options, and real‑world use cases.

  • Feb 4, 2026

    ASC CLI: Fast, Scriptable Automation for App Store Connect

    Discover ASC CLI—an open‑source Go tool that turns App Store Connect into a command‑line playground. Learn how to install via Homebrew or from source, authenticate with API keys, and run automated scripts for builds, TestFlight, reviews, and more. Its JSON‑first output, zero‑interaction design, and built‑in update checks make ASC ideal for CI/CD pipelines and dev‑ops teams that need a lightweight, scriptable bridge between Xcode and App Store Connect.

  • Feb 2, 2026

    Apple's MobileCLIP: Open-Source Mobile Vision Model

    Apple’s MobileCLIP is a lightweight, zero‑shot image‑text model that runs on mobile devices with competitive accuracy. The open‑source GitHub repo contains training scripts, evaluation code, pretrained checkpoints, and a ready‑to‑run iOS app. It supports multiple MobileCLIP variants (S0 to S4, B, L‑14) and the newer MobileCLIP2 lineup, all integrated with OpenCLIP and HuggingFace. This article walks through the architecture, dataset preparation (DataCompDR, DFNDR), performance benchmarks against ViTs, quick‑start inference recipes, and how developers can extend or finetune the models for their own apps.

  • Feb 2, 2026

    Lumina: Swift Camera Library for CoreML Integrated Imaging

    Lumina is a lightweight, battle‑tested Swift framework that gives iOS developers an out‑of‑the‑box camera system with CoreML model streaming, QR/Barcode scanning, face detection, depth data and video capture. No AVFoundation boilerplate, just drop‑in view controller, sample app and a handful of API calls to get started. Whether you’re building a retail app with live product recognition or a photo journal with depth‑aware portraits, Lumina lets you focus on your business logic while handling low‑level camera plumbing for you.

  • Feb 1, 2026

    ClawdBot One‑Click Install for Your AI Assistant

    Discover how to turn your server into a smart personal assistant in minutes. ClawdBot’s installer bundles everything from multi‑model support to Telegram, Discord, WhatsApp, and more. Follow our step‑by‑step guide to deploy, configure, and secure your AI assistant with minimal effort – ideal for developers, hobbyists, and anyone eager to experiment with AI in a practical, hands‑on way.

  • Jan 31, 2026

    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.

  • Jan 31, 2026

    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.

  • Jan 29, 2026

    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.

Previous 12 / 39 Next

Curated AI tools, open source projects, tutorials, and resources for developers building with artificial intelligence.

Terms of Service Privacy Policy © 2026 AIBit-Discover Open Source Projects