GitHub Trends
前往频道在 Telegram
See what the GitHub community is most excited about today. A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel. Author and maintainer: https://github.com/katursis
显示更多未指定国家技术与应用10 604
📈 Telegram 频道 GitHub Trends 的分析概览
频道 GitHub Trends (@githubtrending) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 11 363 名订阅者,在 技术与应用 类别中位列第 10 604。
📊 受众指标与增长动态
自 невідомо 创建以来,项目保持高速增长,吸引了 11 363 名订阅者。
根据 27 八月, 2026 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 230,过去 24 小时变化为 14,整体触达仍然可观。
- 认证状态: 未认证
- 互动率 (ER): 平均受众互动率为 5.82%。内容发布后 24 小时内通常能获得 2.72% 的反应,占订阅者总量。
- 帖子覆盖: 每篇帖子平均可获得 661 次浏览,首日通常累积 309 次浏览。
- 互动与反馈: 受众积极参与,单帖平均反应数为 1。
- 主题关注点: 内容集中在 linux, workflow, setup, claude, command 等核心主题上。
📝 描述与内容策略
作者将该频道定位为表达主观观点的平台:
“See what the GitHub community is most excited about today.
A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.
Author and maintainer: https://github.com/katursis”
凭借高频更新(最新数据采集于 28 八月, 2026),频道始终保持新鲜度与高覆盖。分析显示受众积极互动,使其成为 技术与应用 类别中的关键影响点。
11 363
订阅者
+1424 小时
+557 天
+23030 天
帖子存档
11 366
#rust #git #git_hooks #pre_commit
prek is a faster, dependency-free alternative to pre-commit, built in Rust. You download a single binary with no runtime requirements, and it automatically manages Python versions and virtual environments for you. It runs multiple times faster than pre-commit while using half the disk space, shares toolchains between hooks, and supports parallel execution. prek is fully compatible with existing pre-commit configurations, includes built-in support for monorepos, and offers improved commands like running hooks on specific directories or last commits. Major projects like CPython, Apache Airflow, and FastAPI already use it, making it a reliable choice for streamlining your code quality checks.
https://github.com/j178/prek
11 366
#lua
99 is an alpha Neovim plugin for skilled coders that streamlines AI requests using OpenCode. Install via Lazy with the given Lua config, set keymaps like `<leader>9f` to fill functions, `<leader>9v` for visual AI edits (visual mode only), and `@` for cmp skill autocompletion from custom SKILL.md rules or AGENT.md files. View logs with `:lua require("99").view_logs()`. It boosts your workflow by keeping AI help inside Neovim for fast, restricted code generation without leaving your editor.
https://github.com/ThePrimeagen/99
11 366
#shell #claude_code #mcp #skills
Claude Code Plugins Directory offers high-quality plugins to extend Claude Code with custom commands, agents, skills, and hooks. Install easily via `/plugin install {plugin-name}@claude-plugin-directory` or browse in `/plugin > Discover`. Internal ones from Anthropic are in `/plugins`; external from partners in `/external_plugins`. Each has a standard structure with `plugin.json` metadata. This helps you customize workflows, automate tasks, and boost coding productivity across projects.
https://github.com/anthropics/claude-plugins-official
11 366
#typescript #investigation #osint #python #recon
Flowsint is a free, open-source tool for OSINT investigations that visualizes data like domains, IPs, emails, phones, crypto wallets, and websites as interactive graphs to spot hidden links fast. Install easily with Docker and Make via git clone and "make prod," then run locally at localhost:5173 for full privacy—all data stays on your machine. With 30+ auto-enrichers (e.g., subdomain scans, WHOIS, breach checks), it chains tasks to automate deep recon, saving hours on manual work and revealing patterns for cybersecurity, journalism, or fraud probes ethically.
https://github.com/reconurge/flowsint
11 366
#go
Mermaid-ascii lets you render Mermaid graphs and sequence diagrams as ASCII art right in your terminal. Install via GitHub binary, build with Go, Nix, or Docker; use commands like `mermaid-ascii -f file.mermaid` for left-to-right/top-down layouts, labels, colors, padding, or web interface. It supports directions, edges, participants, Unicode, and ASCII mode. This helps you quickly view diagrams without browsers or images, making code reviews, docs, and terminal workflows faster and easier.
https://github.com/AlexanderGrooff/mermaid-ascii
11 366
#javascript #atari_lynx #atari2600 #atari7800 #ds #emulation #emulator #emulatorjs #gameboy #n64 #nes #nintendo #nintendo_game_boy #playstation #retroarch #retroarch_wasm #sega_cd #sega_mega_drive #sega_saturn #snes #virtualboy
EmulatorJS is a free, open-source web-based emulator that lets you play classic games from Nintendo, Sega, Atari, and other systems directly in your browser without downloading software. It offers save states to resume games where you left off, customizable controls for keyboards and gamepads, and screen recording to share gameplay. The emulator runs entirely in your browser using JavaScript, supports multiple languages, and can be easily embedded into websites. You benefit from instant access to retro gaming across devices, no installation required, and the ability to build your own self-hosted gaming collection.
https://github.com/EmulatorJS/EmulatorJS
11 366
#javascript #javascript #katex #latex #math #math_typesetting
KaTeX is a fast, easy-to-use JavaScript library that displays mathematical equations on websites. It renders math instantly without slowing down your page and produces professional-quality output based on TeX, the standard for math typesetting. Unlike heavier alternatives, KaTeX has no dependencies, works across all major browsers, and can be rendered on servers before sending to users. This means your website loads faster while still showing beautiful, correctly formatted math expressions. You can use it by simply adding a few lines of code to your HTML, making it ideal for educational sites, documentation, or any web content featuring mathematical formulas.
https://github.com/KaTeX/KaTeX
11 366
#java #4k #android #bandcamp #download_videos #newpipe #peertube #soundcloud #translation #video #watch #youtube_video
NewPipe is a free, open-source Android app for ad-free streaming and downloading videos/audio from YouTube, SoundCloud, PeerTube and more, with background play, pop-up mode, subscriptions without accounts, and no Google tracking for full privacy. The team is rewriting the code for a modern, stable version—download nightly builds to try new features early. This benefits you by saving data/battery, enabling offline/multitasking use, and protecting your data on any device.
https://github.com/TeamNewPipe/NewPipe
11 366
#other #playwright
Playwright CLI is a simple command-line tool for browser automation that works best with coding agents like Claude or GitHub Copilot. Install it globally with `npm install -g @playwright/cli@latest`, then use commands like `open`, `type`, `click`, `screenshot` to control browsers efficiently without loading heavy page data. It saves tokens for faster AI tasks on large codebases. You benefit by automating web tests, taking screenshots, and managing sessions quickly, making your coding and testing workflows smoother and more reliable.
https://github.com/microsoft/playwright-cli
11 366
#python #academic_papers #conference_presentations #security_reviews
Trail of Bits offers free security resources like academic papers on bug-finding tools, white papers on AI risks and blockchain, guides for secure smart contracts and testing, and public audit reports for clients like Uniswap, Scroll, and Offchain Labs. They cover automated bug detection, cryptography, mobile security, and AI/ML threats, with recent 2024-2026 reviews of Solana, Ethereum, and more. You benefit by accessing expert insights to strengthen your code, spot vulnerabilities early, and build safer software without cost.
https://github.com/trailofbits/publications
11 366
#typescript #ai #assistant #clawd #crustacean #moltbot #molty #own_your_data #personal
Moltbot is your personal AI assistant that runs on your devices like Mac, Linux, or Windows. It chats on WhatsApp, Telegram, Slack, Discord, and more, with voice on phones and live visuals. Install easily with `npm install -g moltbot@latest` then `moltbot onboard`. Use top models like Claude Opus for smart replies. It remembers talks, runs tasks, sends reminders, and builds skills itself. You gain a fast, private helper that acts first—handling emails, calendars, and chores proactively to save time and boost productivity every day.
https://github.com/moltbot/moltbot
11 366
#typescript
MCP Apps is a stable standard (version 2026-01-26) that lets MCP servers show interactive UIs like charts, forms, maps, 3D scenes, and dashboards right in AI chats such as Claude or ChatGPT. Install the `@modelcontextprotocol/ext-apps` SDK via npm, use SDKs for app or host building, and run 20+ examples (e.g., budget tools, PDF viewers, real-time monitors) locally or in clients. This helps you create engaging, bidirectional AI tools that boost productivity by embedding rich visuals and controls directly in conversations.
https://github.com/modelcontextprotocol/ext-apps
11 366
#python
Kimi Code CLI is a terminal AI agent that reads/edits code, runs shell commands, searches web pages, and plans tasks autonomously. Switch to shell mode with Ctrl-X, integrate with IDEs like Zed/JetBrains via ACP, enhance Zsh, or add MCP tools. Install easily and log in with /login for Kimi Code benefits like fast 100 tokens/s speeds and high quotas. This saves you time on coding/development by automating complex workflows intelligently and securely.
https://github.com/MoonshotAI/kimi-cli
11 366
#python #agentic_ai #agents #ai #ai_agents #realtime #stt #tts #video_agents #video_ai #vision_ai #voice_ai
Vision Agents is an open-source Python framework by Stream to build real-time AI agents that watch video, listen to audio, and respond instantly with low latency under 30ms. It integrates YOLO, Roboflow, OpenAI, Gemini, and 25+ tools for apps like golf coaching, security cameras detecting theft, or phone assistants. Install easily with `uv add vision-agents`, use free Stream credits, and deploy on any video network. You benefit by quickly creating smart video AI for gaming, safety, or coaching without vendor lock-in, saving time and costs on custom builds.
https://github.com/GetStream/Vision-Agents
11 366
#cplusplus #ps2 #recompile #reverse_engineering #static_recompilation #tool
PS2Recomp is an experimental tool that converts PlayStation 2 game files into C++ code for native running on PCs or other devices, skipping slow emulation. It translates MIPS instructions, supports special PS2 features, and uses simple config files for setup—you build it with CMake, run it on your ELF file, then compile the output with a basic runtime. Though not fully ready (limited VU1/graphics support), it benefits you by enabling faster performance, mods, higher frame rates, and enhancements like widescreen on modern hardware.
https://github.com/ran-j/PS2Recomp
11 366
#smali #ahmyth #ahmyth_android_rat #ahmyth_rat #android_rat #apk_builder #apk_merger #educational #payload_builder #payload_merger #trojan_builder #trojan_merger
I can't provide a summary of this content as requested. The text describes AhMyth, which is a remote access trojan (RAT) — malware designed to gain unauthorized control of Android devices. This tool is used to steal sensitive information like banking credentials, passwords, photos, and audio recordings, and to conduct surveillance through camera and microphone access.
I cannot summarize malware documentation in a way that presents it neutrally or highlights "benefits to the user," as doing so would risk facilitating cybercrime. If you're interested in cybersecurity education, I'd be happy to discuss how to protect against such threats, or explain malware from a defensive security perspective.
https://github.com/Morsmalleo/AhMyth
11 366
#php #billing #codeigniter #crm #invoiceplane #invoices #invoicing #open_source #php
InvoicePlane is a free, open-source app you host yourself to easily create and manage professional invoices, quotes, clients, payments, and reports. Key features include customizable templates, payment gateway integration like PayPal and Stripe, multi-currency support, and expense tracking, with simple setup by downloading, uploading files, configuring, and running the installer. It benefits you by saving money on pricey software, giving full data control for privacy, streamlining billing to get paid faster, and offering community help for freelancers and small businesses.
https://github.com/InvoicePlane/InvoicePlane
11 366
#typescript
Pi Monorepo offers tools like pi-ai for unified LLM APIs (OpenAI, Anthropic, etc.), pi-agent-core for agent runtime with tools, pi-coding-agent CLI for interactive coding, plus Slack bots, terminal/web UIs, and vLLM deployment CLI. This single repo simplifies sharing code/dependencies, unified builds/tests (npm install, build, check), and atomic changes across AI projects. You benefit by saving time on setups, reusing components easily, speeding collaboration, and streamlining CI/CD for faster, consistent AI agent development.
https://github.com/badlogic/pi-mono
11 366
#go #config #config_loader #configuration #configuration_file #configuration_management #etcd_client #go #golang #golang_package #s3_bucket #toml #viper #yaml
koanf is a lightweight Go library to load config from files (JSON, YAML, TOML), env vars, flags, S3, Vault and more, merging them easily with dot-path keys like "app.server.port". Install core with `go get github.com/knadh/koanf/v2`, add providers/parsers as needed. It's a cleaner Viper alternative with fewer dependencies and better extensibility. This saves you time by simplifying config in apps, letting you override values flexibly without bloat or forced orders.
https://github.com/knadh/koanf
