Github Top Repositories
13.7K subscribers
2.16K photos
59 videos
10 files
2.52K links
Top GitHub repositories in one place ๐Ÿš€
Explore the best projects in programming, AI, data science, and more.
Download Telegram
Github Top Repositories
Photo
๐Ÿ’ก PrefectHQ/fastmcp just hit the trending charts โ€” here's why it matters.

๐Ÿ”— https://github.com/PrefectHQ/fastmcp
๐Ÿ“ ๐Ÿš€ The fast, Pythonic way to build MCP servers and clients.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The FastMCP framework simplifies building applications with the Model Context Protocol (MCP), connecting large language models to tools and data. Key features include automatic schema generation, validation, and documentation for declared tools, as well as transport negotiation, authentication, and protocol lifecycle management for servers.

To use FastMCP, you can declare a tool with a Python function, such as:
from fastmcp import FastMCP

mcp = FastMCP("Demo ")

@mcp.tool
def add(a: int, b: int) -> int:
"""Add two numbers"""
return a + b

if __name__ == "__main__":
mcp.run()


Technical highlights of FastMCP include its three pillars: Servers, which expose tools and resources to LLMs, Apps, which provide interactive UIs, and Clients, which connect to any MCP server.

FastMCP is designed for developers and enterprises looking to build and deploy MCP applications efficiently. The framework is the standard for working with MCP and powers 70% of MCP servers.

Get started with FastMCP and scale your applications with Prefect Horizon. With FastMCP, best practices are built in, so you can focus on your logic and let the framework handle the rest. FastMCP: build fast, scale faster.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
๐Ÿ’ก KnockOutEZ/wigolo just hit the trending charts โ€” here's why it matters.

๐Ÿ”— https://github.com/KnockOutEZ/wigolo
๐Ÿ“ The go-to web for your AI coding agent โ€” local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Hi there, junior dev! Let's break down the wigolo GitHub repo.

The purpose of wigolo is to provide a local-first web intelligence for AI agents, eliminating the need for API keys, cloud services, and metered bills. It offers a range of tools, including search, fetch, crawl, extract, cache, and find-similar, all of which can be used without API keys.

To get started, you can use the npx wigolo init command to set up the local engine, and then use the various tools to perform tasks such as web searches, fetching URLs, and extracting structured data. The wigolo project also provides a range of features, including explainable scoring, live engine telemetry, and surfaced degradation.

In terms of technical highlights, wigolo uses a tiered router to load URLs, handles anti-bot challenges and SPA shells, and provides a range of output formats, including JSON and markdown. It also supports various agents, including Claude Code, Cursor, and Codex, and can be integrated with other tools and services using MCP and REST APIs.

The target audience for wigolo appears to be developers and researchers working with AI agents, who need a reliable and efficient way to perform web-related tasks without incurring significant costs or relying on cloud services.

Here's a sample code snippet to get you started:
npx wigolo init
npx wigolo search "your query"

Overall, wigolo is a powerful and flexible tool that can help you build more efficient and effective AI agents. So why not give it a try and see what it can do for you? Unlock the full potential of your AI agents with wigolo - the ultimate local-first web intelligence platform!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
๐Ÿ“Œ Spotted on GitHub Trending: tokio-rs/topcoat โ€” let's break it down.

๐Ÿ”— https://github.com/tokio-rs/topcoat
๐Ÿ“ A batteries-included framework for building web apps
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Topcoat is a full-stack framework for Rust that prioritizes simplicity and productivity. It's designed to be modular and batteries-included, making it easy to build full-stack apps. With Topcoat, you can render all markup on the server, eliminating the need for a separate API layer. The framework also features client reactivity without boilerplate, allowing for instant updates in the browser.

Topcoat includes a range of key features, such as:
- view! macro for templating syntax and control flow
- #[component] macro for async functions as components
- Module-based routing with auto-discovery
- Premade components with Tailwind support

To get started with Topcoat, you can check out the Getting started guide. The framework is ideal for developers who want to build fast, scalable, and maintainable full-stack apps with Rust.

Technical highlights include:
- topcoat fmt CLI command for automatic code formatting
- topcoat ui CLI command for premade components
- Support for Tailwind and Iconify

The Topcoat community is actively working on new features, including static export, reactivity, and email support. With its growing ecosystem and active community, Topcoat is an exciting choice for developers who want to build full-stack apps with Rust.

One-liner takeaway: Topcoat is a game-changer for Rust developers, offering a simple, productive, and modular way to build full-stack apps with client reactivity and server-side rendering.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
๐ŸŒŸ iptv-org/iptv caught my eye on GitHub Trending today.

๐Ÿ”— https://github.com/iptv-org/iptv
๐Ÿ“ Collection of publicly available IPTV channels from all over the world
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The iptv-org/iptv GitHub repository is a collection of publicly available IPTV channels from around the world. Its main purpose is to provide access to a wide range of TV channels, making it easy for users to stream their favorite shows. The repository includes playlists that can be used with any video player that supports live streaming.

To use the repository, simply paste the link to one of the playlists into a video player and press Open. The repository also includes an Electronic Program Guide (EPG) for most channels, which can be downloaded using utilities from the iptv-org/epg repository.

The repository is technically interesting because it uses a database to store channel data, which is updated regularly. It also has an API that can be used to access the channel data.

The repository is suitable for anyone who wants to access a wide range of TV channels from around the world. Whether you're a developer looking to use the API or a user who just wants to stream your favorite shows, this repository has something for everyone.

One-liner takeaway: Stream your favorite TV shows from around the world with the iptv-org/iptv repository - it's like having the whole world of TV at your fingertips!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
๐ŸŽฏ oblien/openship landed on trending. Worth a proper look.

๐Ÿ”— https://github.com/oblien/openship
๐Ÿ“ Self-hosted deployment platform
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Introducing Openship, an open-source, self-hostable deployment platform with built-in CI/CD. It allows you to push code, ship containers, and manage infrastructure from a desktop app, web dashboard, or CLI.

With Openship, you can openship init to link your directory to a project and openship deploy to deploy it. It supports any stack, including Node, Python, Go, and more, and provides features like built-in CI/CD, full backend, domains & SSL, CDN, and mail server.

Openship is suitable for solo devs and teams alike, and can be deployed on Openship Cloud or any Linux server. You can use the docker compose up -d command to get started with Docker.

The project is production-ready and actively developed, with a REST API and MCP for automation and tooling integration.

Get started with Openship today and streamline your deployment process - point it at a repo, and it detects your stack, builds it, configures everything, and ships it, all with zero config files and zero pipelines!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
โค1
Github Top Repositories
Photo
๐Ÿ’ก microsoft/Ontology-Playground just hit the trending charts โ€” here's why it matters.

๐Ÿ”— https://github.com/microsoft/Ontology-Playground
๐Ÿ“ Free, open-source web app for learning about ontologies and Microsoft Fabric IQ. Explore a catalogue of pre-built ontologies, design your own visually, export as RDF/XML, and share interactive diagrams. Zero backend, fully static.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Let's break down the Ontology Playground project. This is a free, open-source web application that helps you learn about ontologies and Microsoft Fabric IQ. You can explore pre-built ontologies, design your own using a visual editor, and export them as RDF/XML. The app also features an ontology catalogue with a curated library of official and community-contributed ontologies.

Some key features include interactive graph exploration, a visual ontology designer, and RDF import & export. You can also use the app to learn about ontologies through the Ontology School, which offers structured courses and hands-on labs. The project is built using React, TypeScript, and other technologies.

The target audience for this project includes developers, data scientists, and anyone interested in learning about ontologies and knowledge graphs. To get started, you can try it live or clone the repository and follow the instructions in the README file.

In summary, the Ontology Playground is a powerful tool for learning about and working with ontologies, and it's completely free and open-source - so why not give it a try and see what you can create? Explore, learn, and build your own ontologies today!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
๐Ÿ“Œ Spotted on GitHub Trending: handy-computer/transcribe.cpp โ€” let's break it down.

๐Ÿ”— https://github.com/handy-computer/transcribe.cpp
๐Ÿ“ ggml speech-to-text inference for 16+ model families
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Introduction to transcribe.cpp: This C/C++ library provides a powerful speech-to-text inference engine, supporting various models and backends for efficient GPU and CPU inference. It utilizes the ggml runtime and offers a range of features, including streaming and batch processing.

Key Features:
- Supports 16 model families and over 60 variants
- Metal, Vulkan, and CUDA backends for fast GPU inference
- tinyBLAS-accelerated CPU path for efficient processing
- Pre-built models available on Hugging Face

Usage:
```bash
build/bin/transcribe-cli -m models/parakeet-tdt-0.6b-v2/parakeet-tdt-0.6b-v2-F32.gguf samples/jfk.wav
```
Audience: This library is designed for developers working on speech-to-text applications, particularly those requiring efficient and accurate transcription capabilities.

Technical Highlights:
- Utilizes ggml runtime for efficient inference
- Supports various backends, including Metal, Vulkan, and CUDA
- Provides pre-built models and a quantization tool for customization

Takeaway: With its robust features, efficient processing, and wide range of supported models, transcribe.cpp is a powerful tool for anyone looking to integrate high-quality speech-to-text capabilities into their applications - and it's all just a cmake away!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
๐Ÿ’ก moonshine-ai/moonshine just hit the trending charts โ€” here's why it matters.

๐Ÿ”— https://github.com/moonshine-ai/moonshine
๐Ÿ“ Very low latency speech to text, intent recognition, and text to speech, for building voice agents and interfaces
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Moonshine is an open-source AI toolkit that enables developers to build real-time voice agents and applications. Its key features include on-device processing for fast, private, and account-free usage, low-latency responses, and high accuracy speech-to-text models. The framework supports multiple languages, platforms, and devices, including Python, iOS, Android, MacOS, Linux, Windows, Raspberry Pi, and microcontrollers. Usage is straightforward, with example apps and a Python library that can be installed via pip. The toolkit is suitable for developers building voice applications, and its high-level APIs offer complete solutions for common tasks. One notable takeaway: Moonshine offers a significant speed boost over Whisper, with some models running 5x faster or more.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
๐ŸŒŸ koala73/worldmonitor caught my eye on GitHub Trending today.

๐Ÿ”— https://github.com/koala73/worldmonitor
๐Ÿ“ Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The World Monitor is a real-time global intelligence dashboard that aggregates news, tracks geopolitical events, and monitors infrastructure using AI. Its key features include 500+ curated news feeds, a dual map engine, and a Country Instability Index (CII).

To use World Monitor, you can git clone the repository, run npm install, and start the development server with npm run dev. The app can be accessed at localhost:3000.

World Monitor is built using a tech stack that includes TypeScript, Vite, and Tauri 2, with a focus on AI/ML using Ollama and Groq. It provides programmatic access through an MCP server, REST API, and CLI, as well as SDKs for Python, Ruby, and Go.

The project is licensed under AGPL-3.0-only and is open to contributions. To contribute, run npm run typecheck and npm run build:full to ensure your changes are valid.

In summary, World Monitor is an open-source, AI-powered dashboard for global intelligence - and with its extensive features and accessible codebase, you can monitor the world, in real-time, from your fingertips.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
๐ŸŽฏ bojieli/ai-agent-book landed on trending. Worth a proper look.

๐Ÿ”— https://github.com/bojieli/ai-agent-book
๐Ÿ“ ใ€Šๆทฑๅ…ฅ็†่งฃ AI Agent๏ผš่ฎพ่ฎกๅŽŸ็†ไธŽๅทฅ็จ‹ๅฎž่ทตใ€‹๏ผˆๆŽๅšๆฐ ่‘—๏ผ‰ๅผ€ๆบไธปไป“ๅบ“๏ผšๅ…จไนฆๆญฃๆ–‡ใ€็ผ–่ฏ‘็‰ˆ PDF ไธŽๆŒ‰็ซ ้…ๅฅ—ไปฃ็ 
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The bojieli/ai-agent-book GitHub repository offers a comprehensive guide to understanding AI Agents, focusing on the core formula: Agent = LLM + Context + Tools. This open-source project includes a 10-chapter book, 88 accompanying projects, and support for 5 languages. The book covers topics from the basics of agents to advanced engineering practices, including context engineering, user memory, tools, coding agents, and evaluation.

Key features include:
- 10 chapters of in-depth content, ranging from foundational knowledge to production-level practices.
- 88 projects that complement the chapters, with over 70 being independently runnable.
- Support for 5 languages: Chinese, Taiwanese, English, Tamil, and Vietnamese.

The technical highlights of this project involve:
- A detailed exploration of Agent = LLM + Context + Tools, breaking down the components and their integration.
- Discussion on context engineering, including KV Cache, prompt engineering, and context compression.
- Examination of user memory and knowledge bases, covering user memory, RAG, structured indexes, and knowledge graphs.

This project is suitable for a wide range of audiences, from beginners looking to understand the basics of AI Agents to advanced practitioners seeking to improve their skills in AI engineering.

To get started, one can directly download the PDF or EPUB versions of the book or explore the repository for specific code projects and chapters.

In summary, bojieli/ai-agent-book is an invaluable resource for anyone interested in AI Agents, providing a thorough and hands-on approach to understanding and implementing these technologies.
The takeaway: Empower your understanding of AI Agents with bojieli/ai-agent-book, and unlock the potential of AI engineering.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.iss.one/GithubRe