Github Top Repositories
13.4K subscribers
1.46K photos
59 videos
10 files
2.07K links
Top GitHub repositories in one place ๐Ÿš€
Explore the best projects in programming, AI, data science, and more.
Download Telegram
Github Top Repositories
Photo
๐Ÿ“Œ Spotted on GitHub Trending: tursodatabase/turso โ€” let's break it down.

๐Ÿ”— https://github.com/tursodatabase/turso
๐Ÿ“ Turso is an in-process SQL database, compatible with SQLite.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Meet Turso Database, an in-process SQL database that's compatible with SQLite. It's designed to provide a seamless experience for users who want a lightweight, easy-to-use database solution.

The key features of Turso Database include SQLite compatibility, concurrent writes using multi-version concurrency control, and change data capture for real-time tracking of database changes. It also supports multi-language bindings for languages like Go, JavaScript, Java, .NET, Python, and Rust.

To get started with Turso Database, you can use the tursodb command-line interface. Simply run tursodb to start the interactive shell, where you can execute SQL statements. You can also build and run the latest development version using cargo run.

Turso Database supports various programming languages, including Rust, JavaScript, Python, Go, .NET, and Java. For example, you can use the following Rust code to connect to a database:
let db = Builder::new_local("sqlite.db").build().await?;
let conn = db.connect()?;
let res = conn.query("SELECT * FROM users", ()).await?;


Or, you can use the following JavaScript code to connect to a database:
import { connect } from '@tursodatabase/database';
const db = await connect('sqlite.db');
const stmt = db.prepare('SELECT * FROM users');
const users = stmt.all();
console.log(users);


Turso Database is designed for users who want a fast, reliable, and easy-to-use database solution. Whether you're a developer, a data scientist, or a student, Turso Database provides a seamless experience for managing your data.

In a nutshell, Turso Database is the perfect choice for anyone looking for a lightweight, SQLite-compatible database solution that's easy to use and provides a seamless experience across multiple programming languages. Give Turso Database a try and experience the power of a fast, reliable, and easy-to-use database solution!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe
Github Top Repositories
Photo
๐ŸŒŸ penpot/penpot caught my eye on GitHub Trending today.

๐Ÿ”— https://github.com/penpot/penpot
๐Ÿ“ Penpot: The open-source design tool for design and code collaboration
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Penpot is an open-source design platform for teams building digital products at scale. Its key strength lies in giving you full ownership of your design infrastructure, with support for self-hosting, open standards like SVG, CSS, HTML, and JSON, and real-time collaboration.

The platform is designed for both designers and developers, with features like Design Tokens, Components, and Variants for scalable and consistent UI. The MCP server enables multi-directional workflows between design and code, and a powerful open API and plugin system makes the workspace programmable.

To get started, you can use Penpot in the browser or deploy it on your own servers. The community is active, with a contributing guide and many resources available, including documentation, tutorials, and dev diaries.

Penpot is licensed under the Mozilla Public License, and is an open-source project by Kaleidos.

Take control of your design infrastructure with Penpot - the ultimate open-source design platform for teams!

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe
Github Top Repositories
Photo
โšก ZhuLinsen/daily_stock_analysis is making waves. Here's the full picture.

๐Ÿ”— https://github.com/ZhuLinsen/daily_stock_analysis
๐Ÿ“ LLM ้ฉฑๅŠจ็š„ๅคšๅธ‚ๅœบ่‚ก็ฅจๆ™บ่ƒฝๅˆ†ๆž็ณป็ปŸ๏ผšๅคšๆบ่กŒๆƒ…ใ€ๅฎžๆ—ถๆ–ฐ้—ปใ€ๅ†ณ็ญ–็œ‹ๆฟไธŽ่‡ชๅŠจๆŽจ้€๏ผŒๆ”ฏๆŒ้›ถๆˆๆœฌๅฎšๆ—ถ่ฟ่กŒใ€‚ LLM-powered multi-market stock analysis system with multi-source market data, real-time news, decision dashboard, automated notifications, and cost-free scheduled runs.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Daily Stock Analysis is an AI-powered stock analysis system that provides users with daily reports on their selected stocks. The system uses machine learning models to analyze market data, news, and social media sentiment to generate buy, sell, or hold recommendations.

Key Features:
The system supports multiple markets, including A-shares, Hong Kong stocks, US stocks, and more. It also provides a web-based interface for users to configure their stock portfolios, view analysis reports, and receive notifications.

Usage:
Users can configure the system to analyze their selected stocks and receive daily reports via various channels, including WeChat, Telegram, and email.

Technical Highlights:
The system uses a range of AI models, including Anspire and AIHubMix, to analyze market data and generate recommendations. It also supports multiple data sources, including TickFlow and AkShare.

Audience:
The system is designed for individual investors and financial professionals who want to stay on top of market trends and make informed investment decisions.

One-liner Takeaway:
Daily Stock Analysis is a powerful tool for investors who want to leverage AI-powered insights to make informed investment decisions and stay ahead of the market.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe
Github Top Repositories
Photo
๐Ÿš€ Meet koala73/worldmonitor: a gem from today's GitHub trending list.

๐Ÿ”— 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 leverages AI to aggregate news, track geopolitics, and monitor infrastructure. Its key features include 500+ curated news feeds, a dual map engine, and a Country Instability Index (CII). To use, simply git clone the repository, npm install, and npm run dev. The project boasts a tech stack that includes Vanilla TypeScript, Vite, and Tauri 2, with a deployment process that utilizes Vercel Edge Functions and Railway relay. The audience for this project includes researchers, educators, and professionals seeking to stay informed about global events. With its permissive AGPL-3.0-only license, the World Monitor is an excellent choice for those seeking a customizable and self-hosted solution. One-liner takeaway: Stay ahead of the curve with the World Monitor, your one-stop-shop for real-time global intelligence.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe
๐Ÿš€ Meet bytedance/deer-flow: a gem from today's GitHub trending list.

๐Ÿ”— https://github.com/bytedance/deer-flow
๐Ÿ“ An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

DeerFlow is an open-source super agent harness that orchestrates sub-agents, memory, and sandboxes to do almost anything โ€” powered by extensible skills. Its key features include skills and tools, sub-agents, sandbox and file system, context engineering, and long-term memory.

To get started with DeerFlow, you can clone the repository, run the setup wizard, and choose your LLM provider, web search, and execution preferences. The project uses config.yaml for configuration and supports multiple deployment options, including Docker and local development.

Some technical highlights of DeerFlow include its support for various LLM providers, such as OpenAI and Claude Code, and its integration with InfoQuest, a powerful search and crawling toolset. The project also provides a range of documentation and resources, including a official website with real demos and tutorials.

DeerFlow is designed for developers and researchers who want to build and deploy complex AI systems. Its one-line agent setup feature allows you to easily integrate DeerFlow with other tools and platforms.

In summary, DeerFlow is a powerful and flexible platform for building and deploying AI systems, and its extensible skills and super agent harness make it an ideal choice for developers and researchers who want to push the boundaries of what is possible with AI.
The one-liner takeaway: DeerFlow empowers you to build and deploy AI systems that can do almost anything, with its super agent harness and extensible skills at your fingertips.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe
Github Top Repositories
Photo
๐Ÿ’ก DeusData/codebase-memory-mcp just hit the trending charts โ€” here's why it matters.

๐Ÿ”— https://github.com/DeusData/codebase-memory-mcp
๐Ÿ“ High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph โ€” average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Meet codebase-memory-mcp, the fastest and most efficient code intelligence engine for AI coding agents. This powerful tool indexes an average repository in milliseconds and answers structural queries in under 1ms. It supports 158 languages and ships as a single static binary for macOS, Linux, and Windows, making it easy to download, install, and use.

The key features of codebase-memory-mcp include:

* Extreme indexing speed: indexes the Linux kernel in 3 minutes
* Plug and play: single static binary with no dependencies or API keys required
* High-quality parsing: uses tree-sitter AST analysis and hybrid LSP semantic type resolution
* Built-in graph visualization: 3D interactive UI for exploring the knowledge graph
* 14 MCP tools: search, trace, architecture, impact analysis, and more

To get started, simply run the install.sh script (or install.ps1 on Windows) and restart your coding agent. You can also manually install the binary and configure it to work with your preferred coding agent.

With codebase-memory-mcp, you can enjoy features like semantic search, structural search, and cross-service linking, making it an essential tool for any developer. So why wait? Try codebase-memory-mcp today and experience the power of code intelligence like never before - it's like having a superpower for your code.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe
Github Top Repositories
Photo
๐Ÿš€ Meet mukul975/Anthropic-Cybersecurity-Skills: a gem from today's GitHub trending list.

๐Ÿ”— https://github.com/mukul975/Anthropic-Cybersecurity-Skills
๐Ÿ“ 754 structured cybersecurity skills for AI agents ยท Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF ยท agentskills.io standard ยท Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms ยท 26 security domains ยท Apache 2.0
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Anthropic Cybersecurity Skills is an open-source library of 754 production-grade cybersecurity skills, covering 26 security domains and mapped to six industry frameworks, including MITRE ATT&CK, NIST CSF, and MITRE F3. This library enables AI agents to possess the security skills of a senior analyst, guiding them through expert-level security investigations in seconds.

The library is designed to be AI-native, with YAML frontmatter for sub-second discovery and structured Markdown for step-by-step execution. It includes skills such as cloud security, threat hunting, and web application security, making it a comprehensive resource for cybersecurity professionals.

To get started, users can clone the repository or use npx skills add mukul975/Anthropic-Cybersecurity-Skills. The library is compatible with various platforms, including Claude Code, GitHub Copilot, and OpenAI Codex CLI.

The project aims to bridge the cybersecurity workforce gap by providing AI agents with structured domain knowledge. It is an independent, community-created project, not affiliated with Anthropic PBC.

Key takeaway: Give your AI agent the security skills of a senior analyst with Anthropic Cybersecurity Skills, and revolutionize your security investigations.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe
๐Ÿ’ก mikumifa/biliTickerBuy just hit the trending charts โ€” here's why it matters.

๐Ÿ”— https://github.com/mikumifa/biliTickerBuy
๐Ÿ“ b็ซ™ไผšๅ‘˜่ดญ่ดญ็ฅจ่พ…ๅŠฉๅทฅๅ…ท
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

biliTickerBuy is an open-source, free, and easy-to-use tool designed to assist with Bilibili membership purchases. Its primary purpose is to provide a simple and efficient way to buy Bilibili memberships.
The main features of this tool include a user-friendly interface and streamlined purchase process. To use the tool, simply follow the installation guide and usage instructions.
From a technical standpoint, the tool is built with a focus on non-intrusive design, ensuring that it does not interfere with the target server.
This tool is ideal for individuals looking for a convenient and easy-to-use solution for Bilibili membership purchases.
In short, biliTickerBuy is a must-have tool for anyone looking to simplify their Bilibili membership buying experience: automate your purchases with ease.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe
โšก smicallef/spiderfoot is making waves. Here's the full picture.

๐Ÿ”— https://github.com/smicallef/spiderfoot
๐Ÿ“ SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

SpiderFoot is an open-source intelligence (OSINT) automation tool that integrates with various data sources and uses multiple methods for data analysis. It has a web-based UI and can also be used via the command-line. Written in Python 3, SpiderFoot has over 200 modules and features like YAML-configurable correlation engine, CSV/JSON/GEXF export, and TOR integration for dark web searching.

Key features include:
- Highly configurable
- Fully documented
- Visualisations
- API key export/import
- SQLite back-end for custom querying

You can use SpiderFoot for offensive or defensive purposes, targeting entities like IP addresses, domain names, and more. The tool can perform tasks such as host enumeration, email address extraction, and threat intelligence queries.

To get started, you can install SpiderFoot using pip and run it using python3 ./sf.py -l 127.0.0.1:5001.

SpiderFoot is perfect for security professionals, researchers, and anyone interested in OSINT. With its vast array of features and modules, SpiderFoot is a powerful tool for gathering and analyzing intelligence.
One-liner takeaway: SpiderFoot is the ultimate OSINT tool for anyone looking to automate their intelligence gathering and analysis.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe
๐ŸŽฏ topoteretes/cognee landed on trending. Worth a proper look.

๐Ÿ”— https://github.com/topoteretes/cognee
๐Ÿ“ Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Cognee is an open-source AI memory platform that gives AI agents persistent long-term memory across sessions. It ingests data in any format, builds a self-hosted knowledge graph, and enables agents to recall, connect, and act with full context. Key features include vector embeddings, graph reasoning, and cognitive-science-grounded ontology generation.

To get started, you can install Cognee using pip, then configure the LLM API key and run the pipeline using the provided example code. The platform also includes a CLI for easy interaction and a local UI for visualization.

Technical highlights include support for multiple LLM providers, a flexible architecture, and a growing community of developers. Audience includes AI researchers, developers, and organizations looking to build more intelligent and persistent AI agents.

Cognee is ideal for building company brains, creating knowledge infrastructure, and developing persistent and learning agents. With its easy-to-use interface and extensive documentation, Cognee is perfect for anyone looking to take their AI projects to the next level.
Use Cognee to build intelligent AI agents that learn, remember, and improve over time โ€” the future of AI depends on it.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://xn--r1a.website/GithubRe