GitHub Open Source
525 subscribers
1.93K photos
2K links
🌟 GitHub Open Source 🌟

Discover fascinating projects from GitHub! We curate the best repositories, highlight innovative ideas, and share tips for developers. Join us to explore hidden gems and fuel your tech passion! 🚀
Download Telegram
🌟 PaddleOCR | Python

🎯 Primary Use Case:
Converting documents and images into structured data for AI applications.

Key Features:
• PP-OCRv5 for universal scene text recognition
• PP-StructureV3 for complex document parsing
• Support for 80+ languages
• Industry-leading accuracy
• End-to-end solutions from text extraction to document understanding

📖 Summary:
PaddleOCR is a production-ready OCR and document AI engine that converts documents and images into structured, AI-friendly data like JSON and Markdown. It supports over 80 languages and offers end-to-end solutions for text extraction and intelligent document understanding, making it suitable for various AI applications.

🔗 Links:
View Project
Homepage
================
🔓 Open Source
brush | Rust

🎯 Primary Use Case:
3D reconstruction and rendering using Gaussian splatting across multiple platforms.

Key Features:
• Training with COLMAP and Nerfstudio data
• Interactive training with live scene interaction
• Masking image support
• Splat viewer for .ply and .compressed.ply files
• Animation support via .zip and delta frame .ply files

📖 Summary:
Brush is a 3D reconstruction engine leveraging Gaussian splatting, designed for broad compatibility across macOS, Windows, Linux, Android, and web browsers. It utilizes WebGPU and the Burn machine learning framework to enable real-time rendering and interactive training on diverse platforms, producing dependency-free binaries.

🔗 Links:
View Project
================
🔓 Open Source
🚀 X-Gif-Maker | C++

🎯 Primary Use Case:
Creating GIFs from video files for social media sharing, particularly on X (Twitter).

Key Features:
• Drag and drop video to GIF conversion
• Adjustable GIF quality and width
• Shortcut keys for quick actions
• Multithreading for responsiveness
• Pixel-art UI

📖 Summary:
X-Gif-Maker is a C++ tool for quickly converting videos into GIFs, optimized for sharing on platforms like X (Twitter). It provides a user-friendly interface with options to adjust GIF quality and width, utilizes multithreading for performance, and includes shortcut keys for efficient operation.

🔗 Links:
View Project
Homepage
================
🔓 Open Source
🌟 Iosevka | JavaScript

🎯 Primary Use Case:
Writing code, using in terminals, and preparing technical documents.

Key Features:
• Monospace and quasi-proportional options
• Sans-serif and slab-serif styles
• Multiple spacings (Default, Term, Fixed)
• Installation via GitHub Releases and package managers
• OpenType features and ligatures (implied by 'programming-ligatures' topic)

📖 Summary:
Iosevka is an open-source typeface family designed for coding, terminal use, and technical documentation. It offers both sans-serif and slab-serif styles, available in monospace and quasi-proportional variants, catering to diverse preferences and use cases.

🔗 Links:
View Project
Homepage
================
🔓 Open Source
🚀 airunner | Python

🎯 Primary Use Case:
Offline AI inference for art generation, voice conversations, chatbots, and automated workflows with a focus on privacy.

Key Features:
• Real-time conversations with multiple speech engines and auto language detection
• Customizable AI Agents with RAG for personalized interactions
• Enhanced Knowledge Retrieval using local data
• Image Generation & Manipulation with Stable Diffusion and various tools

📖 Summary:
Airunner is a self-hosted, offline inference engine designed for various AI applications. It supports real-time voice conversations, LLM-powered chatbots, automated workflows, and AI art generation, emphasizing privacy and local processing.

🔗 Links:
View Project
Homepage
================
🔓 Open Source
git-bug | Go

🎯 Primary Use Case:
Decentralized, offline-first issue tracking integrated into git repositories.

Key Features:
• Native Git Storage
• Distributed & Versioned
• Lightning Fast
• Third-Party Bridges
• Flexible Interfaces

📖 Summary:
git-bug is a distributed, offline-first issue management tool embedded directly within a git repository. It allows users to manage issues, comments, and other related data as git objects, enabling decentralized collaboration and offline access to issue tracking information.

🔗 Links:
View Project
================
🔓 Open Source
🔥 dicio-android | Kotlin

🎯 Primary Use Case:
Providing a private and versatile voice assistant experience on Android devices.

Key Features:
• Voice assistant
• On-device processing
• Multilanguage support
• Speech and graphical feedback
• Vosk STT engine

📖 Summary:
Dicio is a free and open-source voice assistant for Android that operates on-device for privacy. It supports multiple languages and skills, providing both speech and graphical feedback. It utilizes Vosk for speech-to-text and offers various functionalities like searching, weather updates, lyrics, app opening, calculations, contact management, timers, time queries, navigation, and media control.

🔗 Links:
View Project
================
🔓 Open Source
💡 onion-vanity-address | Go

🎯 Primary Use Case:
Generating custom Tor Onion Service addresses with a desired prefix for improved memorability or branding.

Key Features:
• Fast vanity address generation for Tor Onion Services
• Supports prefix-based searching
• Offers local installation via `go install`
• Provides a Docker image for containerized usage
• Includes Kubernetes deployment manifest for distributed searching

📖 Summary:
The `onion-vanity-address` repository provides a tool written in Go for generating Tor Onion Service v3 vanity addresses with a specified prefix. It boasts a fast search algorithm and offers both local installation and Docker image usage, including Kubernetes deployment for distributed searching.

🔗 Links:
View Project
================
🔓 Open Source
1
🚀 broot | Rust

🎯 Primary Use Case:
Efficiently navigating and exploring directory structures, finding files, and executing commands within those directories.

Key Features:
• Directory tree overview with unlisted items
• Fuzzy search for files and directories
• Navigation with minimal keystrokes
• Toggling visibility of hidden and gitignored files
• Regular expression and content-based search

📖 Summary:
Broot is a command-line tool written in Rust that provides a better way to navigate directory trees, find files, and launch commands. It aims to improve upon traditional tools like `tree` by offering features like fuzzy search, directory overview with unlisted items, and easy `cd` functionality.

🔗 Links:
View Project
================
🔓 Open Source
🔥 slog-context | Go

🎯 Primary Use Case:
Integrating structured logging with Go's context package for enhanced log enrichment and context-aware logging.

Key Features:
• Adding and retrieving loggers to/from context.
• Adding attributes to context for automatic inclusion in log lines.
• Extracting custom context values (e.g., OpenTelemetry TraceID) for logging.
• Compatibility with both standard library slog and logr.

📖 Summary:
The `slog-context` Go library provides utilities for integrating structured logging (slog) with Go's context package. It allows adding and retrieving loggers from contexts, adding attributes to contexts for automatic inclusion in log lines, and extracting custom context values like OpenTelemetry TraceIDs for logging.

🔗 Links:
View Project
================
🔓 Open Source
🌟 mage | Go

🎯 Primary Use Case:
Automating build processes and other development tasks using Go instead of Makefiles or similar tools.

Key Features:
• Uses Go for build scripts
• No external dependencies (besides Go)
• Supports multiple magefiles
• Customizable for different operating systems
• Can be used as a library

📖 Summary:
Mage is a build tool similar to Make or Rake, but uses Go for writing build scripts. It allows developers to define build tasks as plain Go functions, which Mage then executes as targets, simplifying build processes and eliminating the complexities of traditional Makefiles.

🔗 Links:
View Project
Homepage
================
🔓 Open Source
💡 GopherTube | Go

🎯 Primary Use Case:
Searching and watching YouTube videos from the terminal.

Key Features:
• Fast YouTube search (scrapes YouTube directly)
• Play videos with mpv
• Minimal terminal UI (fzf)
• Keyboard navigation
• TOML config

📖 Summary:
GopherTube is a terminal-based YouTube client written in Go. It allows users to search and watch YouTube videos directly from their terminal using `mpv` for playback and `yt-dlp` for downloading. The UI is minimal and keyboard-driven, leveraging `fzf` for a streamlined experience.

🔗 Links:
View Project
================
🔓 Open Source
🚀 MIRIX | Python

🎯 Primary Use Case:
Building a personal AI assistant with advanced memory capabilities.

Key Features:
• Multi-Agent Memory System
• Screen Activity Tracking
• Privacy-First Design
• Advanced Search
• Multi-Modal Input

📖 Summary:
MIRIX is a multi-agent personal assistant that learns and remembers user interactions by tracking on-screen activities and natural language conversations. It consolidates visual and textual data into a structured knowledge base, enabling intelligent responses and personalized assistance.

🔗 Links:
View Project
Homepage
================
🔓 Open Source
💡 cli | JavaScript

🎯 Primary Use Case:
Automating and scaling QA processes for web and desktop applications.

Key Features:
• AI-powered vision and control
• End-to-end testing of web and desktop applications
• Black-box testing approach
• Natural language test instruction
• Integration with CI/CD via GitHub Actions

📖 Summary:
TestDriver.ai is an autonomous AI agent designed for end-to-end testing of web and desktop applications. It uses AI vision and emulated mouse/keyboard actions to automate QA processes, offering advantages like easier setup, reduced maintenance, and broader application testing capabilities compared to traditional test frameworks.

🔗 Links:
View Project
================
🔓 Open Source
💡 rustnet | Rust

🎯 Primary Use Case:
Real-time network monitoring and analysis with detailed connection information and protocol inspection.

Key Features:
• Real-time Network Monitoring
• Connection States Display (TCP, QUIC, DNS, SSH)
• Deep Packet Inspection (HTTP, HTTPS/TLS, DNS, SSH, QUIC)
• Connection Lifecycle Management with configurable timeouts
• Process Identification (with experimental eBPF support)

📖 Summary:
RustNet is a cross-platform network monitoring tool built in Rust that provides real-time visibility into network connections. It offers features like deep packet inspection, connection lifecycle management, and a terminal user interface for monitoring TCP, UDP, ICMP, ARP, and QUIC connections, along with process identification and service name resolution.

🔗 Links:
View Project
================
🔓 Open Source
paasword | Python

🎯 Primary Use Case:
Generating secure, unique passwords based on user input and GPG key signatures, with optional time-based restrictions.

Key Features:
• GPG private key signing for password derivation
• Unique password generation for each input
• Time forgery support for generating future or past passwords
• Terminal box rendering with CJK/ASCII alignment
• Plain text output option for scripting

📖 Summary:
Password Master is a password generator that uses GPG private key signatures to derive high-strength passwords from user inputs. It supports time forgery, allowing users to generate passwords valid for specific timeframes, enhancing security and control.

🔗 Links:
View Project
Homepage
================
🔓 Open Source
🚀 NotelyVoice | C++

🎯 Primary Use Case:
Voice transcription and note-taking for students, professionals, doctors, and researchers.

Key Features:
• Rich Text Editing
• Simple Search
• Smart Filtering
• Organization with folders and tags
• Advanced Speech-to-Text

📖 Summary:
NotelyVoice is a cross-platform, private AI voice transcription and note-taking application built with Compose Multiplatform. It leverages Whisper AI for on-device speech-to-text conversion in 50+ languages, ensuring user privacy by avoiding cloud uploads. The app is available on Android and iOS.

🔗 Links:
View Project
Homepage
================
🔓 Open Source
🚀 repomix_wx | Python

🎯 Primary Use Case:
Generating compact repository overviews for use in LLM prompts.

Key Features:
• Choose project/repo directory
• Included files list (auto-excludes exact and glob patterns)
• Exclusions: exact file paths and glob ignore patterns
• Command preview with auto-wrap
• Run `repomix` in selected root

📖 Summary:
The repository provides a GUI wrapper around the `repomix` CLI tool, enabling users to generate compact repository overviews for LLM prompts. It offers features like project directory selection, file exclusion, command preview, and output style selection, with options persisted in a state file.

🔗 Links:
View Project
================
🔓 Open Source
🌟 akniga-scraper | Go

🎯 Primary Use Case:
Downloading audiobooks from akniga.org for offline listening.

Key Features:
• Downloads audio from akniga.org
• Automates cookie and book ID retrieval
• Decrypts HLS link using a key extracted from the website's JavaScript
• Uses ffmpeg for audio downloading

📖 Summary:
The akniga-scraper is a Go-based tool designed to download content from akniga.org. It automates the process of obtaining necessary cookies and book IDs, decrypting the audio HLS link, and ultimately downloading the audio content.

🔗 Links:
View Project
================
🔓 Open Source
💡 h3xassist | TypeScript

🎯 Primary Use Case:
Automating the process of recording, transcribing, and summarizing online meetings.

Key Features:
• Automatic Meeting Join
• Audio Recording
• Speech Recognition
• AI Summarization
• Calendar Integration

📖 Summary:
H3xAssist is an automated meeting assistant that records, transcribes, and summarizes online meetings. It supports platforms like Microsoft Teams and Google Meet, offering features like real-time dashboards, AI-generated summaries, and speaker diarization. The system integrates with Outlook calendars and provides a responsive web interface for configuration and usage.

🔗 Links:
View Project
================
🔓 Open Source