Github Top Repositories
12.9K subscribers
370 photos
57 videos
9 files
1.32K links
Top GitHub repositories in one place ๐Ÿš€
Explore the best projects in programming, AI, data science, and more.
Download Telegram
๐Ÿ”ฅ Trending Repository: ShareX

๐Ÿ“ Description: ShareX is a free and open-source application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.

๐Ÿ”— Repository URL: https://github.com/ShareX/ShareX

๐ŸŒ Website: https://getsharex.com

๐Ÿ“– Readme: https://github.com/ShareX/ShareX#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 36.5k
๐Ÿ‘€ Watchers: 539
๐Ÿด Forks: 3.7k

๐Ÿ’ป Programming Languages: C# - HTML

๐Ÿท๏ธ Related Topics:
#productivity #screenshot #share #ocr #csharp #image_annotation #dropbox #color_picker #ftp #file_upload #file_sharing #url_shortener #screen_recorder #gif #avalonia #capture #screen_capture #region_capture #gif_recorder #sharex


==================================
๐Ÿง  By: https://t.me/DataScienceM
โค2
๐Ÿ”ฅ Trending Repository: DeepSeek-TUI

๐Ÿ“ Description: Coding agent for DeepSeek models that runs in your terminal

๐Ÿ”— Repository URL: https://github.com/Hmbown/DeepSeek-TUI

๐Ÿ“– Readme: https://github.com/Hmbown/DeepSeek-TUI#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 1.8k
๐Ÿ‘€ Watchers: 6
๐Ÿด Forks: 99

๐Ÿ’ป Programming Languages: Rust

๐Ÿท๏ธ Related Topics:
#rust #cli #terminal #tui #llm #deepseek


==================================
๐Ÿง  By: https://t.me/DataScienceM
โค1
Crazy people implemented MicroGPT by Andrej Karpathy entirely in FPGA logic. ๐Ÿง โšก

Without a graphics processor. ๐Ÿšซ๐Ÿ“บ
Without PyTorch. ๐ŸโŒ
Without inference loops on the central processor. ๐Ÿšซ๐Ÿ”„

Just a transformer, "embedded" in the hardware, generating 50,000+ tokens per second. โšก๐Ÿš€

The model is small, but that's not the point: inference doesn't have to exist only in a software environment. ๐Ÿ’พโžก๏ธ๐Ÿ”Œ

The goal wasn't to create the largest possible model. ๐Ÿ“‰
The goal was to present the entire inference path of the transformer in a form readable for hardware: memory, counters, state machines, accumulators, lookup tables, and multi-cycle arithmetic blocks. โš™๏ธ๐Ÿ”ง

The basic scheme uses fixed Q4.12 arithmetic and weights stored in ROM. ๐Ÿ“œ๐Ÿ”ข

Most of the model boils down to one repetitive operation: matrix-vector multiplication. ๐Ÿงฎ Therefore, a reusable 16-channel stream block for matrix-vector calculations was implemented, and then it was temporarily multiplexed to Q/K/V, MLP, and the output layer of the language model. ๐Ÿ”„๐Ÿงฉ

The most interesting thing turned out to be the attention mechanism. ๐Ÿงโœจ

In Python, it's a single neat equation. ๐Ÿโž•
In RTL, it turns into a schedule: generating Q/K/V, going through scalar products, tracking the maximum, approximating the exponential, accumulating, dividing, mixing V, and then reverse projection. ๐Ÿ“…๐Ÿ“‰

https://github.com/Luthiraa/TALOS-V2 ๐Ÿ”—๐Ÿ› ๏ธ

https://t.me/DataScienceN
โค1
๐Ÿ”ฅ Trending Repository: docuseal

๐Ÿ“ Description: Open source DocuSign alternative. Create, fill, and sign digital documents โœ๏ธ

๐Ÿ”— Repository URL: https://github.com/docusealco/docuseal

๐ŸŒ Website: https://www.docuseal.com

๐Ÿ“– Readme: https://github.com/docusealco/docuseal#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 12.7k
๐Ÿ‘€ Watchers: 51
๐Ÿด Forks: 1.2k

๐Ÿ’ป Programming Languages: Ruby - Vue - HTML - JavaScript - Dockerfile - SCSS

๐Ÿท๏ธ Related Topics:
#open_source #pdf #webpack #vue #self_hosted #e_signature #documents #ruby_on_rails #tailwindcss #pdf_signature #pdf_sign #document_signing #hotwired_turbo


==================================
๐Ÿง  By: https://t.me/DataScienceM
โค2
Channel photo updated
Channel name was changed to ยซGithub Top Repositoriesยป
Github Top Repositories
Photo
๐ŸŒŸ ruvnet/ruflo caught my eye on GitHub Trending today.

๐Ÿ”— https://github.com/ruvnet/ruflo
๐Ÿ“ ๐ŸŒŠ The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integration, and native Claude Code / Codex Integration
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Ruflo is a multi-agent AI orchestration platform that adds coordinated swarms, self-learning memory, federated comms, and enterprise security to Claude Code. It enables 100+ specialized AI agents to collaborate across machines, teams, and trust boundaries. With init, Ruflo gives Claude Code a nervous system, allowing agents to self-organize into swarms, learn from every task, and remember across sessions.

The key features of Ruflo include:
* Swarm Coordination: Hierarchical, mesh, and adaptive topologies with consensus
* Self-Learning: SONA neural patterns, ReasoningBank, and trajectory learning
* Vector Memory: HNSW-indexed AgentDB with faster search
* Plugin Marketplace: 32 native Claude Code plugins and 21 npm plugins
* Multi-Provider: Claude, GPT, Gemini, Cohere, Ollama with smart routing

To get started, you can install Ruflo as a native Claude Code plugin or use the CLI install method. The plugin marketplace offers a wide range of plugins, including core and orchestration, memory and knowledge, intelligence and learning, and security and compliance.

Ruflo also features a Web UI (Beta) that is self-hostable and offers a hosted demo at flo.ruv.io. The web UI allows for multi-model AI chat with built-in Model Context Protocol (MCP) tool calling, persistent vector memory, and swarm coordination.

Additionally, Ruflo has a Goal Planner UI at goal.ruv.io that enables autonomous agents to turn high-level goals into executable plans.

Overall, Ruflo is a powerful platform that enables the coordination of multiple AI agents to achieve complex tasks, making it an exciting tool for anyone interested in AI and machine learning. With its ease of use and extensive features, Ruflo is a game-changer in the world of AI orchestration. Ruflo is the future of AI collaboration.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.me/GithubRe
Github Top Repositories
Photo
๐Ÿš€ Meet virattt/dexter: another gem from today's GitHub trending list.

๐Ÿ”— https://github.com/virattt/dexter
๐Ÿ“ An autonomous agent for deep financial research
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

I'm excited to share with you the GitHub repository virattt/dexter, an autonomous financial research agent that thinks, plans, and learns as it works. Dexter takes complex financial questions and turns them into clear, step-by-step research plans, using live market data to gather information and refine results until it has a confident, data-backed answer.

The key capabilities of Dexter include:
* Intelligent Task Planning: Automatically decomposes complex queries into structured research steps
* Autonomous Execution: Selects and executes the right tools to gather financial data
* Self-Validation: Checks its own work and iterates until tasks are complete
* Real-Time Financial Data: Access to income statements, balance sheets, and cash flow statements
* Safety Features: Built-in loop detection and step limits to prevent runaway execution

To get started with Dexter, you'll need to install the Bun runtime and obtain API keys for OpenAI, Financial Datasets, and Exa (optional). You can install Bun using curl:
curl -fsSL https://bun.com/install | bash

Then, clone the repository, install dependencies with Bun, and set up your environment variables.

Dexter can be run in interactive mode using bun start or with watch mode for development using bun dev. The repository also includes an evaluation suite that tests the agent against a dataset of financial questions.

For debugging, Dexter logs all tool calls to a scratchpad file, making it easy to inspect exactly what data the agent gathered and how it interpreted results. You can also use Dexter with WhatsApp by linking your phone to the gateway.

The project is licensed under the MIT License, and contributions are welcome. If you're interested in contributing, simply fork the repository, create a feature branch, commit your changes, and create a pull request.

Overall, Dexter is a powerful tool for financial research, and its autonomous capabilities make it an exciting development in the field. In my opinion, Dexter is a game-changer for financial research, and its potential applications are vast and promising.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.me/GithubRe
Github Top Repositories
Photo
๐ŸŒŸ bwya77/vscode-dark-islands caught my eye on GitHub Trending today.

๐Ÿ”— https://github.com/bwya77/vscode-dark-islands
๐Ÿ“ VSCode theme based off the easemate IDE and Jetbrains islands theme
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

The Islands Dark theme for Visual Studio Code is a dark color theme inspired by the easemate IDE, featuring floating glass-like panels, rounded corners, smooth animations, and a deeply refined UI. Key features include a deep dark canvas, glass-effect borders, and rounded corners on all panels. To use the theme, you can install it via a one-liner command or manual clone install. The theme also includes Custom UI Style extensions and recommended icon themes for the best experience.

Technical highlights include the use of Custom UI Style for floating panels and glass borders, as well as IBM Plex Mono and FiraCode Nerd Font Mono fonts. The theme is customizable via CSS custom properties and includes a range of color variables and border radius variables to adjust the look and feel.

This theme is suitable for developers and designers who prefer a dark and sleek interface for Visual Studio Code. With its unique blend of style and functionality, the Islands Dark theme is a great choice for anyone looking to enhance their coding experience.
In short, Islands Dark is a must-try theme for anyone who wants to give their VS Code a fresh new look.

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿง  Channel: https://t.me/GithubRe
โค1
๐Ÿš€ Meet mksglu/context-mode: a gem from today's GitHub trending list.

๐Ÿ”— https://github.com/mksglu/context-mode
๐Ÿ“ Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 14 platforms
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Context Mode is a solution to the problem of context overload in tools like Playwright and GitHub. It's an MCP server that solves four key issues: context saving, session continuity, think in code, and output compression. With Context Mode, tools keep raw data out of the context window, reducing context size by up to 98%. It also tracks file edits, git operations, and other events, allowing the model to pick up where it left off.

The ctx_execute function runs scripts that replace multiple tool calls, saving context. For example:
ctx_execute("javascript", `
const files = fs.readdirSync('src').filter(f => f.endsWith('.ts'));
files.forEach(f => console.log(f + ': ' + fs.readFileSync('src/'+f,'utf8').split('\\n').length + ' lines'));
`);

This approach reduces output tokens by ~65-75% while maintaining technical accuracy.

Installation varies by platform, with options for Claude Code, Gemini CLI, and VS Code Copilot. The demo showcases Context Mode's capabilities.

The takeaway: Context Mode is the key to unlocking efficient context management, and it's a game-changer for anyone working with MCP tools.

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