Upload 8 files
Browse files- dataset_summary.json +20 -0
- github_country_stats.csv +40 -0
- github_starred_repos.csv +231 -0
- github_user_repos.csv +0 -0
- github_users_by_country.csv +0 -0
- starred_data.pkl +3 -0
- user_repos_data.pkl +3 -0
- users_data.pkl +3 -0
dataset_summary.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at": "2026-08-11T05:58:29.288574",
|
| 3 |
+
"total_users": 780,
|
| 4 |
+
"total_countries": 39,
|
| 5 |
+
"total_starred_repos": 230,
|
| 6 |
+
"languages": [
|
| 7 |
+
"Python",
|
| 8 |
+
"JavaScript",
|
| 9 |
+
"TypeScript",
|
| 10 |
+
"Java",
|
| 11 |
+
"Go",
|
| 12 |
+
"Rust",
|
| 13 |
+
"C++",
|
| 14 |
+
"Ruby",
|
| 15 |
+
"PHP",
|
| 16 |
+
"Swift",
|
| 17 |
+
"Kotlin",
|
| 18 |
+
"Shell"
|
| 19 |
+
]
|
| 20 |
+
}
|
github_country_stats.csv
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
country,user_count,total_followers,total_repos
|
| 2 |
+
Argentina,20,38857,3904
|
| 3 |
+
Australia,20,113037,3233
|
| 4 |
+
Brazil,20,327602,2723
|
| 5 |
+
Canada,20,168113,27170
|
| 6 |
+
Chile,20,17486,53327
|
| 7 |
+
China,20,460024,3265
|
| 8 |
+
Egypt,20,45899,1124
|
| 9 |
+
France,20,133192,3726
|
| 10 |
+
Germany,20,197167,1990
|
| 11 |
+
Hong Kong,20,15813,1020
|
| 12 |
+
India,20,350104,2134
|
| 13 |
+
Indonesia,20,65663,5371
|
| 14 |
+
Israel,20,35616,3744
|
| 15 |
+
Italy,20,113726,5004
|
| 16 |
+
Japan,20,194267,5964
|
| 17 |
+
Malaysia,20,21520,1947
|
| 18 |
+
Mexico,20,27120,2612
|
| 19 |
+
Netherlands,20,96478,3445
|
| 20 |
+
New Zealand,20,2178,1785
|
| 21 |
+
Nigeria,20,28488,1973
|
| 22 |
+
Norway,20,52961,4054
|
| 23 |
+
Philippines,20,32736,2138
|
| 24 |
+
Poland,20,87858,2645
|
| 25 |
+
Russia,20,69603,979
|
| 26 |
+
Saudi Arabia,20,1475,440
|
| 27 |
+
Singapore,20,275507,3914
|
| 28 |
+
South Africa,20,3512,2776
|
| 29 |
+
South Korea,20,6332,1129
|
| 30 |
+
Spain,20,122981,2028
|
| 31 |
+
Sweden,20,106766,5947
|
| 32 |
+
Switzerland,20,94741,8415
|
| 33 |
+
Taiwan,20,76645,6115
|
| 34 |
+
Thailand,20,26698,6850
|
| 35 |
+
Turkey,20,97386,1582
|
| 36 |
+
UAE,20,22094,4075
|
| 37 |
+
Ukraine,20,62510,1174
|
| 38 |
+
United Kingdom,20,674,528
|
| 39 |
+
United States,20,1944,1388
|
| 40 |
+
Vietnam,20,43858,1903
|
github_starred_repos.csv
ADDED
|
@@ -0,0 +1,231 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
full_name,name,owner,description,language,stars,forks,watchers,open_issues,license,created_at,updated_at,pushed_at,topics,is_archived,html_url,search_language
|
| 2 |
+
public-apis/public-apis,public-apis,public-apis,A collective list of free APIs,Python,455395,50223,455395,1634,MIT License,2016-03-20 23:49:42,2026-08-11 05:53:13,2026-08-08 20:32:59,"api, public-apis, free, apis, list",False,https://github.com/public-apis/public-apis,Python
|
| 3 |
+
EbookFoundation/free-programming-books,free-programming-books,EbookFoundation,:books: Freely available programming books,Python,394115,66638,394115,78,Creative Commons Attribution 4.0 International,2013-10-11 06:50:37,2026-08-11 05:36:16,2026-08-07 20:33:59,"education, books, list, resource, hacktoberfest",False,https://github.com/EbookFoundation/free-programming-books,Python
|
| 4 |
+
donnemartin/system-design-primer,system-design-primer,donnemartin,Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.,Python,363035,57748,363035,601,Other,2017-02-26 16:15:28,2026-08-11 05:53:11,2026-03-20 01:52:19,"programming, development, design, design-system, system",False,https://github.com/donnemartin/system-design-primer,Python
|
| 5 |
+
vinta/awesome-python,awesome-python,vinta,"An opinionated list of Python frameworks, libraries, tools, and resources",Python,313296,28502,313296,23,Other,2014-06-27 21:00:06,2026-08-11 05:53:23,2026-08-05 06:11:04,"awesome, python, collections, python-frameworks, python-libraries",False,https://github.com/vinta/awesome-python,Python
|
| 6 |
+
practical-tutorials/project-based-learning,project-based-learning,practical-tutorials,Curated list of project-based tutorials,Python,278055,35745,278055,268,MIT License,2017-04-12 05:07:46,2026-08-11 05:53:54,2026-08-10 07:04:22,"tutorial, project, beginner-project, webdevelopment, python",False,https://github.com/practical-tutorials/project-based-learning,Python
|
| 7 |
+
NousResearch/hermes-agent,hermes-agent,NousResearch,The agent that grows with you,Python,228596,44986,228596,30721,MIT License,2025-07-22 22:22:28,2026-08-11 05:53:57,2026-08-11 05:49:00,"ai, ai-agent, ai-agents, llm, anthropic",False,https://github.com/NousResearch/hermes-agent,Python
|
| 8 |
+
TheAlgorithms/Python,Python,TheAlgorithms,All Algorithms implemented in Python,Python,223637,50960,223637,1022,MIT License,2016-07-16 09:44:01,2026-08-11 05:28:23,2026-08-03 18:44:56,"python, algorithm, algorithms-implemented, algorithm-competitions, algos",False,https://github.com/TheAlgorithms/Python,Python
|
| 9 |
+
Significant-Gravitas/AutoGPT,AutoGPT,Significant-Gravitas,"AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.",Python,186506,46082,186506,684,Other,2023-03-16 09:21:07,2026-08-11 04:27:35,2026-08-11 05:28:04,"ai, openai, python, artificial-intelligence, autonomous-agents",False,https://github.com/Significant-Gravitas/AutoGPT,Python
|
| 10 |
+
yt-dlp/yt-dlp,yt-dlp,yt-dlp,A feature-rich command-line audio/video downloader,Python,183752,15828,183752,2601,The Unlicense,2020-10-26 04:22:55,2026-08-11 05:48:12,2026-08-04 22:58:34,"youtube-dl, python, sponsorblock, yt-dlp, youtube-downloader",False,https://github.com/yt-dlp/yt-dlp,Python
|
| 11 |
+
microsoft/markitdown,markitdown,microsoft,Python tool for converting files and office documents to Markdown.,Python,173004,12617,173004,848,MIT License,2024-11-13 19:56:40,2026-08-11 05:53:16,2026-07-29 18:18:09,"langchain, openai, autogen-extension, autogen, markdown",False,https://github.com/microsoft/markitdown,Python
|
| 12 |
+
521xueweihan/HelloGitHub,HelloGitHub,521xueweihan,":octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.",Python,170236,12574,170236,580,,2016-05-04 06:24:11,2026-08-11 05:53:00,2026-08-02 07:58:25,"github, hellogithub, python, awesome",False,https://github.com/521xueweihan/HelloGitHub,Python
|
| 13 |
+
anthropics/skills,skills,anthropics,Public repository for Agent Skills,Python,167659,19986,167659,1072,,2025-09-22 15:53:31,2026-08-11 05:52:39,2026-08-07 17:14:15,agent-skills,False,https://github.com/anthropics/skills,Python
|
| 14 |
+
AUTOMATIC1111/stable-diffusion-webui,stable-diffusion-webui,AUTOMATIC1111,Stable Diffusion web UI,Python,164466,30569,164466,2502,GNU Affero General Public License v3.0,2022-08-22 14:05:26,2026-08-11 03:51:51,2026-03-02 07:00:53,"deep-learning, diffusion, image-generation, image2image, img2img",False,https://github.com/AUTOMATIC1111/stable-diffusion-webui,Python
|
| 15 |
+
huggingface/transformers,transformers,huggingface,"🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training. ",Python,163568,34187,163568,2363,Apache License 2.0,2018-10-29 13:56:00,2026-08-11 05:44:56,2026-08-10 22:47:42,"nlp, natural-language-processing, pytorch, pytorch-transformers, transformer",False,https://github.com/huggingface/transformers,Python
|
| 16 |
+
langflow-ai/langflow,langflow,langflow-ai,Langflow is a powerful tool for building and deploying AI-powered agents and workflows.,Python,153039,9843,153039,979,MIT License,2023-02-08 22:28:03,2026-08-11 05:18:45,2026-08-11 04:51:59,"react-flow, chatgpt, large-language-models, generative-ai, agents",False,https://github.com/langflow-ai/langflow,Python
|
| 17 |
+
react/react,react,react,The library for web and native user interfaces.,JavaScript,247126,51212,247126,1247,MIT License,2013-05-24 16:15:54,2026-08-11 05:40:06,2026-08-11 03:55:36,"javascript, react, frontend, declarative, ui",False,https://github.com/react/react,JavaScript
|
| 18 |
+
affaan-m/ECC,ECC,affaan-m,"The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.",JavaScript,239300,36343,239300,133,MIT License,2026-01-18 00:51:51,2026-08-11 05:52:46,2026-08-11 04:46:24,"ai-agents, anthropic, claude, claude-code, developer-tools",False,https://github.com/affaan-m/ECC,JavaScript
|
| 19 |
+
trekhleb/javascript-algorithms,javascript-algorithms,trekhleb,📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings,JavaScript,196425,31036,196425,403,MIT License,2018-03-24 07:47:04,2026-08-11 05:44:35,2026-07-26 02:43:08,"javascript, algorithms, algorithm, javascript-algorithms, computer-science",False,https://github.com/trekhleb/javascript-algorithms,JavaScript
|
| 20 |
+
Snailclimb/JavaGuide,JavaGuide,Snailclimb,Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发,JavaScript,157679,46179,157679,58,Apache License 2.0,2018-05-07 13:27:00,2026-08-11 05:46:22,2026-08-08 06:58:19,"java, interview, redis, mysql, system-design",False,https://github.com/Snailclimb/JavaGuide,JavaScript
|
| 21 |
+
airbnb/javascript,javascript,airbnb,JavaScript Style Guide,JavaScript,148123,26609,148123,161,MIT License,2012-11-01 23:13:50,2026-08-11 05:40:11,2026-04-16 19:24:09,"javascript, eslint, naming-conventions, arrow-functions, style-guide",False,https://github.com/airbnb/javascript,JavaScript
|
| 22 |
+
vercel/next.js,next.js,vercel,The React Framework,JavaScript,141690,31732,141690,4388,MIT License,2016-10-05 23:32:51,2026-08-11 05:35:54,2026-08-11 05:08:00,"react, server-rendering, universal, node, components",False,https://github.com/vercel/next.js,JavaScript
|
| 23 |
+
Chalarangelo/30-seconds-of-code,30-seconds-of-code,Chalarangelo,Coding articles to level up your development skills,JavaScript,128667,12487,128667,1,Creative Commons Attribution 4.0 International,2017-11-29 17:35:03,2026-08-11 05:42:30,2026-08-08 05:23:45,"awesome-list, javascript, snippets, learning-resources, learn-to-code",False,https://github.com/Chalarangelo/30-seconds-of-code,JavaScript
|
| 24 |
+
nodejs/node,node,nodejs,Node.js JavaScript runtime ✨🐢🚀✨,JavaScript,118837,36447,118837,1490,Other,2014-11-26 19:57:11,2026-08-11 05:48:21,2026-08-11 05:48:03,"nodejs, javascript, node, js, runtime",False,https://github.com/nodejs/node,JavaScript
|
| 25 |
+
mrdoob/three.js,three.js,mrdoob,JavaScript 3D Library.,JavaScript,114417,36474,114417,370,MIT License,2010-03-23 18:58:01,2026-08-11 05:45:36,2026-08-10 21:04:30,"javascript, 3d, virtual-reality, augmented-reality, webgl",False,https://github.com/mrdoob/three.js,JavaScript
|
| 26 |
+
axios/axios,axios,axios,Promise based HTTP client for the browser and node.js,JavaScript,109217,11813,109217,67,MIT License,2014-08-18 22:30:27,2026-08-11 04:55:08,2026-08-10 23:12:20,"http-client, javascript, nodejs, promise, hacktoberfest",False,https://github.com/axios/axios,JavaScript
|
| 27 |
+
react/create-react-app,create-react-app,react,Set up a modern web app by running one command.,JavaScript,103309,26928,103309,2410,MIT License,2016-07-17 14:55:11,2026-08-11 04:50:16,2025-02-15 01:32:11,"react, zero-configuration, build-tools",False,https://github.com/react/create-react-app,JavaScript
|
| 28 |
+
DietrichGebert/ponytail,ponytail,DietrichGebert,Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.,JavaScript,100307,5524,100307,124,MIT License,2026-06-12 00:52:37,2026-08-11 05:53:24,2026-08-07 21:44:01,"agent-skills, ai-agents, claude, claude-code, claude-code-plugin",False,https://github.com/DietrichGebert/ponytail,JavaScript
|
| 29 |
+
mui/material-ui,material-ui,mui,Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.,JavaScript,98734,32546,98734,1495,MIT License,2014-08-18 19:11:54,2026-08-11 05:19:18,2026-08-10 05:28:44,"react-components, react, material-design, material-ui, design-system",False,https://github.com/mui/material-ui,JavaScript
|
| 30 |
+
JuliusBrussee/caveman,caveman,JuliusBrussee,🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman,JavaScript,97351,5610,97351,470,MIT License,2026-04-04 10:03:00,2026-08-11 05:51:31,2026-08-10 17:59:13,"ai, anthropic, caveman, claude, claude-code",False,https://github.com/JuliusBrussee/caveman,JavaScript
|
| 31 |
+
microsoft/Web-Dev-For-Beginners,Web-Dev-For-Beginners,microsoft,"24 Lessons, 12 Weeks, Get Started as a Web Developer",JavaScript,96303,15766,96303,102,MIT License,2020-11-10 02:44:00,2026-08-11 04:50:46,2026-08-05 10:13:10,"javascript, curriculum, html, css, education",False,https://github.com/microsoft/Web-Dev-For-Beginners,JavaScript
|
| 32 |
+
freeCodeCamp/freeCodeCamp,freeCodeCamp,freeCodeCamp,"freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.",TypeScript,453771,45933,453771,282,"BSD 3-Clause ""New"" or ""Revised"" License",2014-12-24 17:49:19,2026-08-11 05:49:53,2026-08-11 05:32:28,"learn-to-code, nonprofits, programming, nodejs, react",False,https://github.com/freeCodeCamp/freeCodeCamp,TypeScript
|
| 33 |
+
openclaw/openclaw,openclaw,openclaw,Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 ,TypeScript,385843,81093,385843,5640,Other,2025-11-24 10:16:47,2026-08-11 05:52:35,2026-08-11 05:53:31,"ai, assistant, own-your-data, personal, crustacean",False,https://github.com/openclaw/openclaw,TypeScript
|
| 34 |
+
nilbuild/developer-roadmap,developer-roadmap,nilbuild,"Interactive roadmaps, guides and other educational content to help developers grow in their careers.",TypeScript,364103,44764,364103,9,Other,2017-03-15 13:45:52,2026-08-11 05:54:26,2026-08-07 12:43:15,"computer-science, roadmap, developer-roadmap, frontend-roadmap, devops-roadmap",False,https://github.com/nilbuild/developer-roadmap,TypeScript
|
| 35 |
+
vuejs/vue,vue,vuejs,"This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core",TypeScript,210216,33772,210216,637,MIT License,2013-07-29 03:24:51,2026-08-11 05:35:04,2024-10-10 07:24:15,"vue, javascript, frontend, framework",False,https://github.com/vuejs/vue,TypeScript
|
| 36 |
+
n8n-io/n8n,n8n,n8n-io,"Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",TypeScript,200173,60062,200173,1432,Other,2019-06-22 09:24:21,2026-08-11 05:49:48,2026-08-11 05:37:16,"automation, ipaas, n8n, workflow, typescript",False,https://github.com/n8n-io/n8n,TypeScript
|
| 37 |
+
anomalyco/opencode,opencode,anomalyco,The open source coding agent.,TypeScript,195912,25127,195912,5025,MIT License,2025-04-30 20:08:00,2026-08-11 05:53:20,2026-08-11 05:50:21,,False,https://github.com/anomalyco/opencode,TypeScript
|
| 38 |
+
microsoft/vscode,vscode,microsoft,Visual Studio Code,TypeScript,188559,41543,188559,19775,MIT License,2015-09-03 20:23:38,2026-08-11 05:20:33,2026-08-11 05:38:39,"editor, electron, visual-studio-code, typescript, microsoft",False,https://github.com/microsoft/vscode,TypeScript
|
| 39 |
+
firecrawl/firecrawl,firecrawl,firecrawl,"The context API to search, scrape, and interact with the web at scale. 🔥",TypeScript,165288,9300,165288,497,GNU Affero General Public License v3.0,2024-04-15 21:02:29,2026-08-11 05:53:35,2026-08-11 04:24:07,"ai, crawler, markdown, scraper, html-to-markdown",False,https://github.com/firecrawl/firecrawl,TypeScript
|
| 40 |
+
langgenius/dify,dify,langgenius,"Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.",TypeScript,152029,23991,152029,961,Other,2023-04-12 07:40:24,2026-08-11 05:51:35,2026-08-11 05:50:20,"ai, gpt, llm, openai, python",False,https://github.com/langgenius/dify,TypeScript
|
| 41 |
+
yangshun/tech-interview-handbook,tech-interview-handbook,yangshun,Curated coding interview preparation materials for busy software engineers,TypeScript,141745,16746,141745,34,MIT License,2016-07-05 05:00:48,2026-08-11 05:52:02,2026-08-07 12:06:42,"interview-questions, coding-interviews, interview-practice, interview-preparation, algorithm",False,https://github.com/yangshun/tech-interview-handbook,TypeScript
|
| 42 |
+
clash-verge-rev/clash-verge-rev,clash-verge-rev,clash-verge-rev,"A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience",TypeScript,137022,9884,137022,436,GNU General Public License v3.0,2023-11-21 18:24:03,2026-08-11 05:48:19,2026-08-11 03:17:29,"clash, clash-meta, clash-verge, linux, mac",False,https://github.com/clash-verge-rev/clash-verge-rev,TypeScript
|
| 43 |
+
iptv-org/iptv,iptv,iptv-org,Collection of publicly available IPTV channels from all over the world,TypeScript,135613,7789,135613,3,The Unlicense,2018-11-14 22:00:57,2026-08-11 05:31:30,2026-08-11 00:14:13,"iptv, m3u, playlist, tv, streams",False,https://github.com/iptv-org/iptv,TypeScript
|
| 44 |
+
excalidraw/excalidraw,excalidraw,excalidraw,Virtual whiteboard for sketching hand-drawn like diagrams,TypeScript,129300,14806,129300,3305,MIT License,2020-01-02 01:04:43,2026-08-11 05:50:09,2026-08-10 16:16:06,"productivity, collaboration, diagrams, drawing, whiteboard",False,https://github.com/excalidraw/excalidraw,TypeScript
|
| 45 |
+
garrytan/gstack,gstack,garrytan,"Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA",TypeScript,127435,19202,127435,915,MIT License,2026-03-11 21:22:45,2026-08-11 05:54:24,2026-08-08 16:28:45,,False,https://github.com/garrytan/gstack,TypeScript
|
| 46 |
+
shadcn-ui/ui,ui,shadcn-ui,"A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.",TypeScript,121016,9799,121016,2277,MIT License,2023-01-04 12:43:27,2026-08-11 05:37:38,2026-08-10 17:37:26,"components, nextjs, radix-ui, react, tailwindcss",False,https://github.com/shadcn-ui/ui,TypeScript
|
| 47 |
+
krahets/hello-algo,hello-algo,krahets,"《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持简中、繁中、English、日本語,提供 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 等代码实现",Java,129343,15505,129343,40,Other,2022-11-04 11:08:34,2026-08-11 05:09:28,2026-07-24 07:32:34,"algorithms, data-structures, data-structures-and-algorithms, dsa, leetcode",False,https://github.com/krahets/hello-algo,Java
|
| 48 |
+
iluwatar/java-design-patterns,java-design-patterns,iluwatar,Design patterns implemented in Java,Java,94585,27411,94585,157,Other,2014-08-09 16:45:18,2026-08-11 05:55:02,2026-07-31 11:42:30,"java, principles, design-patterns, awesome-list, snippets",False,https://github.com/iluwatar/java-design-patterns,Java
|
| 49 |
+
Stirling-Tools/Stirling-PDF,Stirling-PDF,Stirling-Tools,#1 PDF Application on GitHub that lets you edit PDFs on any device anywhere,Java,89302,8072,89302,568,Other,2023-01-27 18:22:42,2026-08-11 05:40:52,2026-08-10 23:56:04,"docker, java, pdf, pdf-converter, pdf-manipulation",False,https://github.com/Stirling-Tools/Stirling-PDF,Java
|
| 50 |
+
macrozheng/mall,mall,macrozheng,mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于Spring Boot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。,Java,84554,29822,84554,17,Apache License 2.0,2018-04-04 01:11:44,2026-08-11 05:52:14,2026-05-14 08:32:05,"spring-boot, spring-security, mybatis, docker, swagger-ui",False,https://github.com/macrozheng/mall,Java
|
| 51 |
+
spring-projects/spring-boot,spring-boot,spring-projects,"Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.",Java,81323,42115,81323,548,Apache License 2.0,2012-10-19 15:02:57,2026-08-11 05:25:03,2026-08-10 19:53:30,"java, spring-boot, spring, framework",False,https://github.com/spring-projects/spring-boot,Java
|
| 52 |
+
doocs/advanced-java,advanced-java,doocs,😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识,Java,79059,19189,79059,0,Creative Commons Attribution Share Alike 4.0 International,2018-10-06 11:38:30,2026-08-11 05:45:02,2026-06-25 02:21:18,"java, distributed-systems, message-queue, redis, distributed-search-engine",False,https://github.com/doocs/advanced-java,Java
|
| 53 |
+
elastic/elasticsearch,elasticsearch,elastic,"Free and Open Source, Distributed, RESTful Search Engine",Java,77821,26054,77821,5911,Other,2010-02-08 13:20:56,2026-08-11 04:36:33,2026-08-11 04:35:40,"elasticsearch, java, search-engine",False,https://github.com/elastic/elasticsearch,Java
|
| 54 |
+
MisterBooo/LeetCodeAnimation,LeetCodeAnimation,MisterBooo,"Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路,完整单步/回看/变速/语音讲解在 algomooc.com)",Java,76708,13894,76708,21,,2018-12-06 08:01:22,2026-08-11 05:50:31,2026-06-12 13:49:06,"leetcode, leetcode-solutions, leetcode-java, animation, leetcode-c",False,https://github.com/MisterBooo/LeetCodeAnimation,Java
|
| 55 |
+
NationalSecurityAgency/ghidra,ghidra,NationalSecurityAgency,Ghidra is a software reverse engineering (SRE) framework,Java,72197,7902,72197,1910,Apache License 2.0,2019-03-01 03:27:48,2026-08-11 05:09:22,2026-08-10 17:01:50,"software-analysis, disassembler, reverse-engineering",False,https://github.com/NationalSecurityAgency/ghidra,Java
|
| 56 |
+
TheAlgorithms/Java,Java,TheAlgorithms,All Algorithms implemented in Java,Java,66140,21256,66140,18,MIT License,2016-07-16 10:21:02,2026-08-11 05:30:14,2026-08-11 05:30:16,"java, algorithms, algorithms-datastructures, algorithm-challenges, sorting-algorithms",False,https://github.com/TheAlgorithms/Java,Java
|
| 57 |
+
kdn251/interviews,interviews,kdn251,Everything you need to know to get the job.,Java,65203,12903,65203,121,MIT License,2017-02-14 18:19:25,2026-08-11 05:15:16,2025-05-12 12:56:04,"java, interview, interview-questions, interview-practice, interview-preparation",False,https://github.com/kdn251/interviews,Java
|
| 58 |
+
spring-projects/spring-framework,spring-framework,spring-projects,Spring Framework,Java,60193,38800,60193,521,Apache License 2.0,2010-12-08 04:04:45,2026-08-11 04:20:08,2026-08-09 14:48:54,"framework, spring, spring-framework",False,https://github.com/spring-projects/spring-framework,Java
|
| 59 |
+
termux/termux-app,termux-app,termux,Termux - a terminal emulator application for Android OS extendible by variety of packages.,Java,59021,7173,59021,581,Other,2015-10-23 09:42:46,2026-08-11 05:49:08,2026-07-14 20:47:14,"android, terminal, termux, linux, hacktoberfest",False,https://github.com/termux/termux-app,Java
|
| 60 |
+
google/guava,guava,google,Google core libraries for Java,Java,51899,11196,51899,749,Apache License 2.0,2014-05-29 16:23:17,2026-08-11 05:10:02,2026-08-10 22:28:48,"guava, java",False,https://github.com/google/guava,Java
|
| 61 |
+
dbeaver/dbeaver,dbeaver,dbeaver,Free universal database tool and SQL client,Java,51389,4331,51389,3323,Apache License 2.0,2015-10-21 08:26:28,2026-08-11 05:26:24,2026-08-11 05:26:19,"sql, database, dbeaver, gui, mysql",False,https://github.com/dbeaver/dbeaver,Java
|
| 62 |
+
avelino/awesome-go,awesome-go,avelino,"A curated list of awesome Go frameworks, libraries and software",Go,180729,13474,180729,206,MIT License,2014-07-06 13:42:15,2026-08-11 05:42:58,2026-08-09 19:29:18,"golang, golang-library, go, awesome, awesome-list",False,https://github.com/avelino/awesome-go,Go
|
| 63 |
+
ollama/ollama,ollama,ollama,"Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.",Go,178239,17345,178239,3668,MIT License,2023-06-26 19:39:32,2026-08-11 05:51:49,2026-08-11 04:50:34,"llama, llm, llms, go, golang",False,https://github.com/ollama/ollama,Go
|
| 64 |
+
golang/go,go,golang,The Go programming language,Go,135698,19268,135698,10224,"BSD 3-Clause ""New"" or ""Revised"" License",2014-08-19 04:33:40,2026-08-11 05:45:00,2026-08-11 05:09:25,"programming-language, language, go, golang",False,https://github.com/golang/go,Go
|
| 65 |
+
kubernetes/kubernetes,kubernetes,kubernetes,Production-Grade Container Scheduling and Management,Go,124392,43824,124392,2835,Apache License 2.0,2014-06-06 22:56:04,2026-08-11 05:55:14,2026-08-10 20:56:06,"kubernetes, go, cncf, containers",False,https://github.com/kubernetes/kubernetes,Go
|
| 66 |
+
fatedier/frp,frp,fatedier,A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.,Go,108703,15175,108703,49,Apache License 2.0,2015-12-21 15:24:59,2026-08-11 05:04:37,2026-08-09 15:04:13,"proxy, reverse-proxy, tunnel, nat, go",False,https://github.com/fatedier/frp,Go
|
| 67 |
+
gohugoio/hugo,hugo,gohugoio,The world’s fastest framework for building websites.,Go,89397,8337,89397,233,Apache License 2.0,2013-07-04 15:26:26,2026-08-11 05:13:18,2026-08-10 21:08:30,"go, hugo, static-site-generator, blog-engine, cms",False,https://github.com/gohugoio/hugo,Go
|
| 68 |
+
gin-gonic/gin,gin,gin-gonic,"Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.",Go,89090,8670,89090,758,MIT License,2014-06-16 23:57:25,2026-08-11 03:20:10,2026-08-04 22:34:04,"server, middleware, framework, go, router",False,https://github.com/gin-gonic/gin,Go
|
| 69 |
+
syncthing/syncthing,syncthing,syncthing,Open Source Continuous File Synchronization,Go,87547,5402,87547,377,Mozilla Public License 2.0,2013-11-26 09:48:21,2026-08-11 03:48:08,2026-08-11 01:30:37,"synchronization, go, peer-to-peer, p2p",False,https://github.com/syncthing/syncthing,Go
|
| 70 |
+
infiniflow/ragflow,ragflow,infiniflow,RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs,Go,87216,10268,87216,1896,Apache License 2.0,2023-12-12 06:13:13,2026-08-11 05:55:14,2026-08-11 05:46:55,"ai, ai-agents, context-engine, llm-apps, rag",False,https://github.com/infiniflow/ragflow,Go
|
| 71 |
+
junegunn/fzf,fzf,junegunn,:cherry_blossom: A command-line fuzzy finder,Go,82504,2862,82504,327,MIT License,2013-10-23 16:04:23,2026-08-11 05:35:02,2026-08-10 13:36:32,"fzf, go, bash, zsh, fish",False,https://github.com/junegunn/fzf,Go
|
| 72 |
+
jesseduffield/lazygit,lazygit,jesseduffield,simple terminal UI for git commands,Go,81209,2971,81209,1015,MIT License,2018-05-19 00:53:06,2026-08-11 05:10:27,2026-08-09 15:02:13,"cli, git, terminal",False,https://github.com/jesseduffield/lazygit,Go
|
| 73 |
+
netdata/netdata,netdata,netdata,"The fastest path to AI-powered full stack observability, even for lean teams.",Go,80115,6576,80115,380,GNU General Public License v3.0,2013-06-17 18:39:10,2026-08-11 05:35:05,2026-08-11 00:16:28,"monitoring, docker, kubernetes, cncf, prometheus",False,https://github.com/netdata/netdata,Go
|
| 74 |
+
caddyserver/caddy,caddy,caddyserver,Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS,Go,74837,4888,74837,283,Apache License 2.0,2015-01-13 19:45:03,2026-08-11 05:44:04,2026-08-10 06:18:17,"go, web-server, caddyfile, http, http-server",False,https://github.com/caddyserver/caddy,Go
|
| 75 |
+
moby/moby,moby,moby,The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems,Go,72001,19180,72001,3879,Apache License 2.0,2013-01-18 18:10:57,2026-08-11 03:50:24,2026-08-10 18:43:34,"docker, containers, go, golang",False,https://github.com/moby/moby,Go
|
| 76 |
+
nektos/act,act,nektos,Run your GitHub Actions locally 🚀,Go,71454,2000,71454,361,MIT License,2019-01-02 19:53:43,2026-08-11 05:45:13,2026-08-09 22:50:11,"github-actions, golang, ci, devops",False,https://github.com/nektos/act,Go
|
| 77 |
+
ultraworkers/claw-code,claw-code,ultraworkers,"An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.",Rust,195027,109220,195027,36,MIT License,2026-03-31 08:58:08,2026-08-11 05:45:21,2026-08-06 11:18:35,,False,https://github.com/ultraworkers/claw-code,Rust
|
| 78 |
+
farion1231/cc-switch,cc-switch,farion1231,"A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io",Rust,126271,8602,126271,2122,MIT License,2025-08-04 14:16:16,2026-08-11 05:51:56,2026-08-11 03:59:11,"ai-tools, claude-code, desktop-app, open-source, rust",False,https://github.com/farion1231/cc-switch,Rust
|
| 79 |
+
rustdesk/rustdesk,rustdesk,rustdesk,"An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.",Rust,120051,18383,120051,129,GNU Affero General Public License v3.0,2020-09-28 15:36:08,2026-08-11 05:55:04,2026-08-11 05:54:57,"remote-control, remote-desktop, teamviewer, anydesk, vnc",False,https://github.com/rustdesk/rustdesk,Rust
|
| 80 |
+
rust-lang/rust,rust,rust-lang,Empowering everyone to build reliable and efficient software.,Rust,115401,15409,115401,12707,Apache License 2.0,2010-06-16 20:39:03,2026-08-11 04:50:30,2026-08-11 05:04:50,"rust, compiler, language",False,https://github.com/rust-lang/rust,Rust
|
| 81 |
+
tauri-apps/tauri,tauri,tauri-apps,"Build smaller, faster, and more secure desktop and mobile applications with a web frontend.",Rust,110091,3853,110091,1436,Apache License 2.0,2019-07-13 09:09:37,2026-08-11 03:34:28,2026-08-11 03:36:18,"rust, webview, high-performance, desktop-app, mobile-app",False,https://github.com/tauri-apps/tauri,Rust
|
| 82 |
+
denoland/deno,deno,denoland,A modern runtime for JavaScript and TypeScript.,Rust,108219,6328,108219,1501,MIT License,2018-05-15 01:34:26,2026-08-11 05:45:00,2026-08-11 00:04:32,"deno, typescript, javascript, rust",False,https://github.com/denoland/deno,Rust
|
| 83 |
+
openai/codex,codex,openai,Lightweight coding agent that runs in your terminal,Rust,105214,15932,105214,12198,Apache License 2.0,2025-04-13 05:37:54,2026-08-11 05:53:09,2026-08-11 05:34:48,,False,https://github.com/openai/codex,Rust
|
| 84 |
+
oven-sh/bun,bun,oven-sh,"Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one",Rust,95360,4951,95360,7880,Other,2021-04-14 00:48:17,2026-08-11 05:28:24,2026-08-11 05:54:58,"bun, bundler, javascript, javascriptcore, jsx",False,https://github.com/oven-sh/bun,Rust
|
| 85 |
+
ruvnet/RuView,RuView,ruvnet,"π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.",Rust,89448,11897,89448,489,MIT License,2025-06-07 04:32:30,2026-08-11 05:54:39,2026-08-11 03:16:38,"densepose, wifi, esp32, monitoring, rf",False,https://github.com/ruvnet/RuView,Rust
|
| 86 |
+
astral-sh/uv,uv,astral-sh,"An extremely fast Python package and project manager, written in Rust.",Rust,88586,3471,88586,2819,Apache License 2.0,2023-10-02 20:24:11,2026-08-11 05:13:04,2026-08-11 00:46:38,"packaging, python, resolver, uv",False,https://github.com/astral-sh/uv,Rust
|
| 87 |
+
zed-industries/zed,zed,zed-industries,"Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.",Rust,88398,9979,88398,3254,Other,2021-02-20 03:01:06,2026-08-11 05:42:56,2026-08-11 05:25:01,"text-editor, zed, gpui, rust-lang",False,https://github.com/zed-industries/zed,Rust
|
| 88 |
+
rtk-ai/rtk,rtk,rtk-ai,"CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies",Rust,75531,4754,75531,1944,Apache License 2.0,2026-01-22 16:54:16,2026-08-11 05:53:04,2026-08-10 21:06:58,"agentic-coding, ai-coding, anthropic, claude-code, cli",False,https://github.com/rtk-ai/rtk,Rust
|
| 89 |
+
unionlabs/union,union,unionlabs,"The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.",Rust,73878,3890,73878,191,Apache License 2.0,2023-05-16 22:33:39,2026-08-11 04:00:19,2026-07-25 18:20:02,"blockchain, cosmos, evm, golang, rust",False,https://github.com/unionlabs/union,Rust
|
| 90 |
+
openinterpreter/openinterpreter,openinterpreter,openinterpreter,A coding agent for open models like Kimi K3,Rust,67949,5852,67949,3,Apache License 2.0,2023-07-14 07:10:44,2026-08-11 05:30:07,2026-08-08 19:04:44,"coding-agent, deepseek, kimi, qwen, rust",False,https://github.com/openinterpreter/openinterpreter,Rust
|
| 91 |
+
BurntSushi/ripgrep,ripgrep,BurntSushi,ripgrep recursively searches directories for a regex pattern while respecting your gitignore,Rust,67198,2718,67198,175,The Unlicense,2016-03-11 02:02:33,2026-08-11 05:45:04,2026-08-04 13:59:44,"ripgrep, recursively-search, search, regex, gitignore",False,https://github.com/BurntSushi/ripgrep,Rust
|
| 92 |
+
tensorflow/tensorflow,tensorflow,tensorflow,An Open Source Machine Learning Framework for Everyone,C++,196932,75982,196932,2839,Apache License 2.0,2015-11-07 01:19:20,2026-08-11 05:54:36,2026-08-11 05:53:45,"tensorflow, machine-learning, python, deep-learning, deep-neural-networks",False,https://github.com/tensorflow/tensorflow,C++
|
| 93 |
+
react/react-native,react-native,react,A framework for building native applications using React,C++,126312,25205,126312,1040,MIT License,2015-01-09 18:10:16,2026-08-11 05:26:32,2026-08-10 20:12:22,"android, app-framework, ios, mobile, mobile-development",False,https://github.com/react/react-native,C++
|
| 94 |
+
ggml-org/llama.cpp,llama.cpp,ggml-org,LLM inference in C/C++,C++,123390,21544,123390,2007,MIT License,2023-03-10 18:58:00,2026-08-11 05:40:44,2026-08-11 05:52:01,ggml,False,https://github.com/ggml-org/llama.cpp,C++
|
| 95 |
+
electron/electron,electron,electron,":electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS",C++,122417,17404,122417,860,MIT License,2013-04-12 01:47:36,2026-08-11 05:45:05,2026-08-11 05:54:16,"electron, javascript, c-plus-plus, html, css",False,https://github.com/electron/electron,C++
|
| 96 |
+
godotengine/godot,godot,godotengine,Godot Engine – Multi-platform 2D and 3D game engine,C++,115496,26323,115496,18651,MIT License,2014-01-04 16:05:36,2026-08-11 05:47:19,2026-08-11 00:21:24,"game-engine, godot, godotengine, open-source, multi-platform",False,https://github.com/godotengine/godot,C++
|
| 97 |
+
microsoft/terminal,terminal,microsoft,"The new Windows Terminal and the original Windows console host, all in the same place!",C++,104551,9501,104551,1746,MIT License,2017-08-11 18:38:22,2026-08-11 05:37:11,2026-08-10 23:11:27,"console, terminal, cmd, wsl, windows-console",False,https://github.com/microsoft/terminal,C++
|
| 98 |
+
opencv/opencv,opencv,opencv,Open Source Computer Vision Library,C++,90367,56965,90367,2770,Apache License 2.0,2012-07-19 09:40:17,2026-08-11 05:53:34,2026-08-10 16:45:53,"opencv, c-plus-plus, computer-vision, deep-learning, image-processing",False,https://github.com/opencv/opencv,C++
|
| 99 |
+
bitcoin/bitcoin,bitcoin,bitcoin,Bitcoin Core integration/staging tree,C++,89854,39271,89854,700,MIT License,2010-12-19 15:16:43,2026-08-11 05:39:46,2026-08-10 19:51:47,"bitcoin, c-plus-plus, p2p, cryptocurrency, cryptography",False,https://github.com/bitcoin/bitcoin,C++
|
| 100 |
+
nomic-ai/gpt4all,gpt4all,nomic-ai,GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.,C++,77408,8306,77408,774,MIT License,2023-03-27 18:49:32,2026-08-11 04:56:45,2025-05-27 20:05:19,"llm-inference, ai-chat",False,https://github.com/nomic-ai/gpt4all,C++
|
| 101 |
+
tesseract-ocr/tesseract,tesseract,tesseract-ocr,Tesseract Open Source OCR Engine (main repository),C++,75843,10733,75843,484,Apache License 2.0,2014-08-12 18:04:59,2026-08-11 04:53:16,2026-08-10 04:25:46,"tesseract, tesseract-ocr, ocr, lstm, machine-learning",False,https://github.com/tesseract-ocr/tesseract,C++
|
| 102 |
+
ocornut/imgui,imgui,ocornut,Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies,C++,75610,12001,75610,1228,MIT License,2014-07-21 14:29:47,2026-08-11 05:43:39,2026-08-07 16:43:39,"gui, gamedev, tools, ui, toolkit",False,https://github.com/ocornut/imgui,C++
|
| 103 |
+
protocolbuffers/protobuf,protobuf,protocolbuffers,Protocol Buffers - Google's data interchange format,C++,71716,16209,71716,293,Other,2014-08-26 15:52:15,2026-08-11 04:26:48,2026-08-11 04:57:03,"protobuf, protocol-buffers, protocol-compiler, protobuf-runtime, protoc",False,https://github.com/protocolbuffers/protobuf,C++
|
| 104 |
+
LadybirdBrowser/ladybird,ladybird,LadybirdBrowser,Truly independent web browser,C++,65310,3122,65310,537,"BSD 2-Clause ""Simplified"" License",2024-05-30 09:18:10,2026-08-11 05:55:08,2026-08-10 20:20:33,"browser, browser-engine",False,https://github.com/LadybirdBrowser/ladybird,C++
|
| 105 |
+
WerWolv/ImHex,ImHex,WerWolv,"🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.",C++,54428,2442,54428,378,GNU General Public License v2.0,2020-11-10 14:27:00,2026-08-11 00:23:10,2026-08-11 00:29:14,"hex-editor, reverse-engineering, ips, dear-imgui, disassembler",False,https://github.com/WerWolv/ImHex,C++
|
| 106 |
+
ggml-org/whisper.cpp,whisper.cpp,ggml-org,Port of OpenAI's Whisper model in C/C++,C++,52801,6055,52801,1238,MIT License,2022-09-25 18:26:37,2026-08-11 05:38:38,2026-08-07 18:59:53,"openai, speech-to-text, transformer, whisper, inference",False,https://github.com/ggml-org/whisper.cpp,C++
|
| 107 |
+
rails/rails,rails,rails,Ruby on Rails,Ruby,58684,22358,58684,1584,MIT License,2008-04-11 02:19:47,2026-08-10 21:13:04,2026-08-10 21:12:34,"rails, mvc, html, activerecord, activejob",False,https://github.com/rails/rails,Ruby
|
| 108 |
+
maybe-finance/maybe,maybe,maybe-finance,The personal finance app for everyone,Ruby,54334,5679,54334,0,GNU Affero General Public License v3.0,2024-01-01 22:23:46,2026-08-11 04:08:50,2025-07-24 22:20:44,"finance, personal-finance, postgresql, hotwire, ruby",True,https://github.com/maybe-finance/maybe,Ruby
|
| 109 |
+
jekyll/jekyll,jekyll,jekyll,:globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby,Ruby,51629,10302,51629,253,MIT License,2008-10-20 06:29:03,2026-08-11 01:53:46,2026-08-03 17:55:37,"ruby, jekyll, static-site-generator, blog-engine, markdown",False,https://github.com/jekyll/jekyll,Ruby
|
| 110 |
+
mastodon/mastodon,mastodon,mastodon,"Your self-hosted, globally interconnected microblogging community",Ruby,50191,7482,50191,4491,GNU Affero General Public License v3.0,2016-02-22 15:01:25,2026-08-11 05:04:23,2026-08-11 04:46:08,"mastodon, docker, microblog, activity-stream, webfinger",False,https://github.com/mastodon/mastodon,Ruby
|
| 111 |
+
huginn/huginn,huginn,huginn,Create agents that monitor and act on your behalf. Your agents are standing by!,Ruby,49771,4289,49771,696,MIT License,2013-03-10 06:00:31,2026-08-11 04:37:25,2026-08-08 04:24:55,"automation, notifications, scraper, webscraping, feedgenerator",False,https://github.com/huginn/huginn,Ruby
|
| 112 |
+
Homebrew/brew,brew,Homebrew,🍺 The Package Manager for Everywhere,Ruby,49112,11275,49112,13,"BSD 2-Clause ""Simplified"" License",2016-03-06 05:08:38,2026-08-11 04:52:31,2026-08-10 22:22:48,"homebrew, ruby, macos, package-manager, brew",False,https://github.com/Homebrew/brew,Ruby
|
| 113 |
+
discourse/discourse,discourse,discourse,"A platform for community discussion. Free, open, simple.",Ruby,47632,8984,47632,228,GNU General Public License v2.0,2013-01-12 00:25:55,2026-08-11 05:47:03,2026-08-11 05:48:26,"discourse, javascript, rails, ruby, ember",False,https://github.com/discourse/discourse,Ruby
|
| 114 |
+
fastlane/fastlane,fastlane,fastlane,🚀 The easiest way to automate building and releasing your iOS and Android apps,Ruby,41972,6026,41972,687,MIT License,2014-12-02 17:00:38,2026-08-11 00:18:13,2026-08-10 14:58:08,"fastlane, automation, screenshots, ios, android",False,https://github.com/fastlane/fastlane,Ruby
|
| 115 |
+
freeCodeCamp/devdocs,devdocs,freeCodeCamp,API Documentation Browser,Ruby,39278,2623,39278,229,Mozilla Public License 2.0,2013-10-24 18:16:07,2026-08-10 18:15:19,2026-07-29 22:39:45,"devdocs, documentation, documentation-tool, developer-tools, docs",False,https://github.com/freeCodeCamp/devdocs,Ruby
|
| 116 |
+
rapid7/metasploit-framework,metasploit-framework,rapid7,Metasploit Framework,Ruby,38783,14938,38783,610,Other,2011-08-30 06:13:20,2026-08-11 03:13:10,2026-08-10 19:05:17,hacktoberfest,False,https://github.com/rapid7/metasploit-framework,Ruby
|
| 117 |
+
kilimchoi/engineering-blogs,engineering-blogs,kilimchoi,A curated list of engineering blogs,Ruby,38490,2026,38490,150,,2015-06-13 18:25:17,2026-08-11 05:04:02,2024-08-21 13:01:11,"engineering-blogs, tech, programming-blogs, software-development, lists",False,https://github.com/kilimchoi/engineering-blogs,Ruby
|
| 118 |
+
chatwoot/chatwoot,chatwoot,chatwoot,"Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬",Ruby,35706,8568,35706,1329,Other,2019-08-14 06:50:51,2026-08-11 05:52:08,2026-08-11 05:56:01,"vuejs, intercom, zendesk, rails, design",False,https://github.com/chatwoot/chatwoot,Ruby
|
| 119 |
+
bayandin/awesome-awesomeness,awesome-awesomeness,bayandin,A curated list of awesome awesomeness,Ruby,33598,3601,33598,61,,2014-07-08 05:44:19,2026-08-10 01:01:09,2024-06-02 22:46:41,,False,https://github.com/bayandin/awesome-awesomeness,Ruby
|
| 120 |
+
hashicorp/vagrant,vagrant,hashicorp,Vagrant is a tool for building and distributing development environments.,Ruby,27201,4400,27201,751,Other,2010-01-21 08:34:27,2026-08-10 17:46:24,2026-08-03 08:01:11,"vagrant, ruby, automation, virtualization",False,https://github.com/hashicorp/vagrant,Ruby
|
| 121 |
+
matteocrippa/awesome-swift,awesome-swift,matteocrippa,A collaborative list of awesome Swift libraries and resources. Feel free to contribute!,Ruby,26198,3139,26198,6,Creative Commons Zero v1.0 Universal,2014-07-10 14:04:09,2026-08-10 19:45:58,2026-08-03 13:15:16,"swift-framework, swift-library, swift-extensions, swift-language, awesome-list",False,https://github.com/matteocrippa/awesome-swift,Ruby
|
| 122 |
+
danielmiessler/SecLists,SecLists,danielmiessler,"SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.",PHP,72756,25076,72756,11,MIT License,2012-02-19 01:30:18,2026-08-11 05:25:08,2026-08-10 10:32:43,,False,https://github.com/danielmiessler/SecLists,PHP
|
| 123 |
+
coollabsio/coolify,coolify,coollabsio,"An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.",PHP,60370,5246,60370,785,Apache License 2.0,2021-01-25 20:54:01,2026-08-11 05:25:17,2026-08-10 22:06:57,"nodejs, mysql, php, docker, self-hosting",False,https://github.com/coollabsio/coolify,PHP
|
| 124 |
+
nextcloud/server,server,nextcloud,"☁️ Nextcloud server, a safe home for all your data",PHP,36386,5095,36386,3540,GNU Affero General Public License v3.0,2016-06-02 07:44:14,2026-08-11 04:56:45,2026-08-11 04:53:35,"open-source, file-sharing, enterprise, sharing, collaboration",False,https://github.com/nextcloud/server,PHP
|
| 125 |
+
laravel/framework,framework,laravel,"Laravel is a web application framework with expressive, elegant syntax.",PHP,34860,11948,34860,100,MIT License,2013-01-10 21:27:28,2026-08-11 05:27:17,2026-08-10 17:23:37,"php, framework, laravel",False,https://github.com/laravel/framework,PHP
|
| 126 |
+
filamentphp/filament,filament,filamentphp,A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire,PHP,31754,4194,31754,44,MIT License,2020-03-19 00:19:18,2026-08-11 05:45:52,2026-08-09 20:13:00,"laravel, tailwind-css, alpine-js, livewire, admin",False,https://github.com/filamentphp/filament,PHP
|
| 127 |
+
symfony/symfony,symfony,symfony,The Symfony PHP framework,PHP,31121,9860,31121,390,MIT License,2010-01-04 14:21:21,2026-08-11 04:39:29,2026-08-10 18:49:44,"framework, php, symfony, symfony-bundle, bundle",False,https://github.com/symfony/symfony,PHP
|
| 128 |
+
blueimp/jQuery-File-Upload,jQuery-File-Upload,blueimp,"File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.",PHP,30726,7756,30726,53,MIT License,2010-12-01 15:35:32,2026-08-09 17:36:55,2026-04-08 09:52:14,,True,https://github.com/blueimp/jQuery-File-Upload,PHP
|
| 129 |
+
composer/composer,composer,composer,Dependency Manager for PHP,PHP,29497,4822,29497,154,MIT License,2011-06-08 08:53:00,2026-08-11 03:56:11,2026-08-07 13:06:46,"php, composer, dependency-manager, package-manager, packages",False,https://github.com/composer/composer,PHP
|
| 130 |
+
bagisto/bagisto,bagisto,bagisto,Open Source eCommerce Platform Built with Laravel for Enterprise-Scale Commerce Supporting 10M+ SKUs,PHP,27963,3235,27963,38,MIT License,2018-09-10 09:12:41,2026-08-11 05:04:25,2026-08-10 11:20:35,"ecommerce-framework, laravel, php, ecommerce, ecommerce-platform",False,https://github.com/bagisto/bagisto,PHP
|
| 131 |
+
fzaninotto/Faker,Faker,fzaninotto,Faker is a PHP library that generates fake data for you,PHP,26661,3580,26661,221,MIT License,2011-10-14 22:49:02,2026-08-11 05:27:17,2024-03-20 13:44:54,,True,https://github.com/fzaninotto/Faker,PHP
|
| 132 |
+
monicahq/monica,monica,monicahq,"Personal CRM. Remember everything about your friends, family and business relationships.",PHP,25017,2590,25017,787,GNU Affero General Public License v3.0,2017-02-17 00:02:58,2026-08-11 04:56:01,2026-04-24 19:52:26,"laravel, crm, friends, family, social",False,https://github.com/monicahq/monica,PHP
|
| 133 |
+
firefly-iii/firefly-iii,firefly-iii,firefly-iii,Firefly III: a personal finances manager,PHP,24281,2249,24281,157,GNU Affero General Public License v3.0,2014-06-28 07:37:32,2026-08-11 03:42:46,2026-08-11 04:00:26,"php, money, cash-flow, budget, php7",False,https://github.com/firefly-iii/firefly-iii,PHP
|
| 134 |
+
krayin/laravel-crm,laravel-crm,krayin,"Krayin CRM is Free & Open Source CRM Built with Laravel for Customer, Lead, and Sales Management.",PHP,23660,1570,23660,125,MIT License,2021-06-05 14:18:48,2026-08-11 04:53:20,2026-08-07 06:04:41,"php, laravel, laravel-package, laravel-framework, laravel-crm",False,https://github.com/krayin/laravel-crm,PHP
|
| 135 |
+
livewire/livewire,livewire,livewire,A full-stack framework for Laravel that takes the pain out of building dynamic UIs.,PHP,23567,1747,23567,39,MIT License,2019-02-12 16:53:29,2026-08-10 20:19:29,2026-08-11 01:13:01,,False,https://github.com/livewire/livewire,PHP
|
| 136 |
+
guzzle/guzzle,guzzle,guzzle,"Guzzle, an extensible PHP HTTP client",PHP,23464,2393,23464,2,MIT License,2011-02-28 02:44:05,2026-08-10 05:12:23,2026-08-09 21:29:47,"guzzle, psr-7, httpclient, curl, webservices",False,https://github.com/guzzle/guzzle,PHP
|
| 137 |
+
jaywcjlove/awesome-mac,awesome-mac,jaywcjlove, This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.,Swift,110070,8395,110070,630,Creative Commons Zero v1.0 Universal,2016-07-17 15:33:47,2026-08-11 05:49:11,2026-08-10 01:40:29,"macos, software, mac, mac-osx, awesome",False,https://github.com/jaywcjlove/awesome-mac,Swift
|
| 138 |
+
swiftlang/swift,swift,swiftlang,The Swift Programming Language,Swift,70238,10788,70238,9167,Apache License 2.0,2015-10-23 21:15:07,2026-08-11 01:01:04,2026-08-11 05:56:37,,False,https://github.com/swiftlang/swift,Swift
|
| 139 |
+
vsouza/awesome-ios,awesome-ios,vsouza,"A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects ",Swift,53020,6993,53020,19,MIT License,2014-07-10 16:03:45,2026-08-11 04:14:21,2026-06-24 14:58:10,"awesome, swift-library, swift-extensions, swift-framework, ios-animation",False,https://github.com/vsouza/awesome-ios,Swift
|
| 140 |
+
apple/container,container,apple,"A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon. ",Swift,48846,1705,48846,473,Apache License 2.0,2025-05-30 21:26:05,2026-08-11 05:30:42,2026-08-10 20:42:16,,False,https://github.com/apple/container,Swift
|
| 141 |
+
iina/iina,iina,iina,The modern video player for macOS.,Swift,45903,2889,45903,1933,GNU General Public License v3.0,2016-12-19 07:18:45,2026-08-11 04:33:32,2026-08-10 16:46:42,"macos, video-player, swift, video, mpv",False,https://github.com/iina/iina,Swift
|
| 142 |
+
Alamofire/Alamofire,Alamofire,Alamofire,Elegant HTTP Networking in Swift,Swift,42414,7663,42414,44,MIT License,2014-07-31 05:56:19,2026-08-10 05:17:04,2026-08-03 01:00:57,"networking, urlsession, urlrequest, httpurlresponse, request",False,https://github.com/Alamofire/Alamofire,Swift
|
| 143 |
+
exelban/stats,stats,exelban,macOS system monitor in your menu bar,Swift,41092,1467,41092,19,MIT License,2019-05-29 19:24:56,2026-08-11 05:22:16,2026-08-09 10:06:11,"macos, monitor, cpu, gpu, disk",False,https://github.com/exelban/stats,Swift
|
| 144 |
+
permissionlesstech/bitchat,bitchat,permissionlesstech,"bluetooth mesh chat, IRC vibes",Swift,35131,5597,35131,117,The Unlicense,2025-07-04 14:34:38,2026-08-11 05:55:24,2026-08-10 18:40:17,"bluetooth, bluetooth-le, decentralized, e2e-encryption, ios",False,https://github.com/permissionlesstech/bitchat,Swift
|
| 145 |
+
utmapp/UTM,UTM,utmapp,Virtual machines for iOS and macOS,Swift,34959,1781,34959,1091,Apache License 2.0,2019-04-12 16:09:24,2026-08-11 03:31:49,2026-08-05 07:54:18,"utm, qemu, jailbreak, virtual-machines, apple",False,https://github.com/utmapp/UTM,Swift
|
| 146 |
+
MonitorControl/MonitorControl,MonitorControl,MonitorControl,🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.,Swift,33936,991,33936,23,MIT License,2017-09-16 21:13:40,2026-08-11 05:06:31,2026-04-19 06:37:34,"macos, keyboard, brightness, volume, external-monitor",False,https://github.com/MonitorControl/MonitorControl,Swift
|
| 147 |
+
shadowsocks/ShadowsocksX-NG,ShadowsocksX-NG,shadowsocks,Next Generation of ShadowsocksX,Swift,32891,7768,32891,306,GNU General Public License v3.0,2016-06-10 11:49:00,2026-08-10 14:19:03,2024-10-29 12:19:30,"shadowsocks, swift, macos, shadowsocksx-ng, v2ray-plugin",False,https://github.com/shadowsocks/ShadowsocksX-NG,Swift
|
| 148 |
+
rxhanson/Rectangle,Rectangle,rxhanson,Move and resize windows on macOS with keyboard shortcuts and snap areas,Swift,29677,969,29677,116,Other,2019-06-21 21:34:53,2026-08-11 03:34:51,2026-08-06 01:31:19,,False,https://github.com/rxhanson/Rectangle,Swift
|
| 149 |
+
jordanbaird/Ice,Ice,jordanbaird,Powerful menu bar manager for macOS,Swift,29234,840,29234,411,GNU General Public License v3.0,2023-08-04 22:51:56,2026-08-11 05:32:27,2025-09-20 20:28:17,"macos, menubar, statusbar, swift, swiftui",False,https://github.com/jordanbaird/Ice,Swift
|
| 150 |
+
kodecocodes/swift-algorithm-club,swift-algorithm-club,kodecocodes,"Algorithms and data structures in Swift, with explanations!",Swift,29093,4947,29093,62,MIT License,2016-01-26 17:56:12,2026-08-10 10:50:49,2024-12-06 07:03:07,"swift, data-structures, algorithms",False,https://github.com/kodecocodes/swift-algorithm-club,Swift
|
| 151 |
+
ChartsOrg/Charts,Charts,ChartsOrg,Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.,Swift,28011,5993,28011,977,Apache License 2.0,2015-03-20 10:49:12,2026-08-10 09:09:46,2026-03-07 05:36:26,,False,https://github.com/ChartsOrg/Charts,Swift
|
| 152 |
+
topjohnwu/Magisk,Magisk,topjohnwu,The Magic Mask for Android,Kotlin,62147,18248,62147,64,GNU General Public License v3.0,2016-09-08 12:42:53,2026-08-11 05:23:03,2026-08-11 01:20:31,,False,https://github.com/topjohnwu/Magisk,Kotlin
|
| 153 |
+
2dust/v2rayNG,v2rayNG,2dust,"A V2Ray client for Android, support Xray core and v2fly core",Kotlin,60912,7914,60912,30,GNU General Public License v3.0,2019-05-15 02:15:31,2026-08-11 05:48:03,2026-08-10 07:03:26,"android, proxy, socks5, shadowsocks, trojan",False,https://github.com/2dust/v2rayNG,Kotlin
|
| 154 |
+
JetBrains/kotlin,kotlin,JetBrains,The Kotlin Programming Language. ,Kotlin,53337,6391,53337,382,,2012-02-13 17:29:58,2026-08-11 00:51:32,2026-08-11 04:33:00,"kotlin, programming-language, compiler, gradle-plugin, maven-plugin",False,https://github.com/JetBrains/kotlin,Kotlin
|
| 155 |
+
bannedbook/fanqiang,fanqiang,bannedbook,翻墙-科学上网,Kotlin,50184,8282,50184,333,,2015-01-14 00:34:25,2026-08-11 05:52:22,2026-08-08 10:49:50,"ssr, v2ray, shadowsocks, fanqiang, proxy",False,https://github.com/bannedbook/fanqiang,Kotlin
|
| 156 |
+
lysine-dev/okhttp,okhttp,lysine-dev,"A meticulous HTTP client for the JVM, Android, and GraalVM.",Kotlin,47037,9291,47037,134,Apache License 2.0,2012-07-23 13:42:55,2026-08-11 05:28:13,2026-08-10 18:27:27,"java, android, kotlin, graalvm",False,https://github.com/lysine-dev/okhttp,Kotlin
|
| 157 |
+
gedoor/legado,legado,gedoor,"Legado 3.0 Book Reader with powerful controls & full functions❤️阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。",Kotlin,46972,5521,46972,18,,2019-05-22 04:18:58,2026-08-11 05:52:45,2026-05-27 08:41:54,,False,https://github.com/gedoor/legado,Kotlin
|
| 158 |
+
android/architecture-samples,architecture-samples,android,A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.,Kotlin,45782,11861,45782,221,Apache License 2.0,2016-02-05 13:42:07,2026-08-11 04:26:25,2026-08-08 07:30:21,"android-architecture, android, samples, sample",False,https://github.com/android/architecture-samples,Kotlin
|
| 159 |
+
gkd-kit/gkd,gkd,gkd-kit,"基于无障碍,高级选择器,订阅规则的自定义屏幕点击安卓应用 | An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules",Kotlin,40814,1930,40814,12,GNU General Public License v3.0,2023-07-04 03:59:15,2026-08-11 04:17:38,2026-08-08 17:07:18,"android, kotlin, kotlin-multiplatform, compose, accessibility",False,https://github.com/gkd-kit/gkd,Kotlin
|
| 160 |
+
shadowsocks/shadowsocks-android,shadowsocks-android,shadowsocks,A shadowsocks client for Android,Kotlin,36759,11459,36759,77,Other,2012-12-16 13:40:29,2026-08-11 04:03:46,2026-08-09 11:06:54,"shadowsocks, android",False,https://github.com/shadowsocks/shadowsocks-android,Kotlin
|
| 161 |
+
alibaba/p3c,p3c,alibaba,Alibaba Java Coding Guidelines pmd implements and IDE plugin,Kotlin,30834,7972,30834,185,Apache License 2.0,2017-06-23 06:15:51,2026-08-11 03:35:53,2024-08-06 08:22:02,,False,https://github.com/alibaba/p3c,Kotlin
|
| 162 |
+
square/leakcanary,leakcanary,square,A memory leak detection library for Android.,Kotlin,29967,3992,29967,127,Apache License 2.0,2015-04-29 23:54:16,2026-08-10 18:07:06,2026-08-10 21:04:31,"android, memory-leak, java, kotlin, kotlin-android",False,https://github.com/square/leakcanary,Kotlin
|
| 163 |
+
librepods-org/librepods,librepods,librepods-org,AirPods liberated from Apple's ecosystem.,Kotlin,29345,1659,29345,251,GNU General Public License v3.0,2024-09-26 19:31:11,2026-08-11 05:49:28,2026-07-13 10:50:46,"airpods, linux, reverse-engineering, android, battery-monitor",False,https://github.com/librepods-org/librepods,Kotlin
|
| 164 |
+
signalapp/Signal-Android,Signal-Android,signalapp,A private messenger for Android.,Kotlin,29186,6837,29186,476,GNU Affero General Public License v3.0,2011-12-15 20:01:12,2026-08-10 22:35:39,2026-08-10 20:31:43,,False,https://github.com/signalapp/Signal-Android,Kotlin
|
| 165 |
+
ReVanced/revanced-manager,revanced-manager,ReVanced,💊 Application to use ReVanced on Android ,Kotlin,28943,1120,28943,169,GNU General Public License v3.0,2022-03-18 19:38:55,2026-08-11 03:50:04,2026-07-29 18:18:23,"revanced, manager, android, modding, patching",False,https://github.com/ReVanced/revanced-manager,Kotlin
|
| 166 |
+
RikkaApps/Shizuku,Shizuku,RikkaApps,Using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.,Kotlin,28676,2829,28676,520,Apache License 2.0,2017-05-24 13:53:49,2026-08-11 05:25:58,2025-06-18 04:21:02,,False,https://github.com/RikkaApps/Shizuku,Kotlin
|
| 167 |
+
obra/superpowers,superpowers,obra,An agentic skills framework & software development methodology that works.,Shell,270363,24165,270363,332,MIT License,2025-10-09 19:45:18,2026-08-11 05:57:10,2026-08-08 01:45:49,"ai, brainstorming, coding, obra, sdlc",False,https://github.com/obra/superpowers,Shell
|
| 168 |
+
mattpocock/skills,skills,mattpocock,Skills for Real Engineers. Straight from my .agents directory.,Shell,212869,18391,212869,318,MIT License,2026-02-03 11:15:53,2026-08-11 05:55:01,2026-08-07 15:50:46,,False,https://github.com/mattpocock/skills,Shell
|
| 169 |
+
ohmyzsh/ohmyzsh,ohmyzsh,ohmyzsh,"🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.",Shell,189097,26581,189097,569,MIT License,2009-08-28 18:15:37,2026-08-11 05:51:57,2026-08-10 20:26:24,"shell, zsh-configuration, theme, terminal, productivity",False,https://github.com/ohmyzsh/ohmyzsh,Shell
|
| 170 |
+
msitarzewski/agency-agents,agency-agents,msitarzewski,"A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.",Shell,142006,23156,142006,112,MIT License,2025-10-13 12:12:29,2026-08-11 05:55:26,2026-08-06 13:29:47,,False,https://github.com/msitarzewski/agency-agents,Shell
|
| 171 |
+
d3/d3,d3,d3,"Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:",Shell,113432,22686,113432,20,ISC License,2010-09-27 17:22:42,2026-08-11 03:55:51,2026-05-28 14:43:01,"visualization, data-visualization, charts, svg, chart",False,https://github.com/d3/d3,Shell
|
| 172 |
+
papers-we-love/papers-we-love,papers-we-love,papers-we-love,Papers from the computer science community to read and discuss.,Shell,108647,6411,108647,2,,2013-12-15 14:31:41,2026-08-11 05:54:59,2026-07-01 09:14:27,"computer-science, read-papers, meetup, papers, programming",False,https://github.com/papers-we-love/papers-we-love,Shell
|
| 173 |
+
nvm-sh/nvm,nvm,nvm-sh,Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions,Shell,94408,10344,94408,394,MIT License,2010-04-15 17:47:47,2026-08-11 05:52:04,2026-07-24 19:11:41,"nvm, nodejs, node, node-js, version-manager",False,https://github.com/nvm-sh/nvm,Shell
|
| 174 |
+
base/node,node,base,Everything required to run your own Base node,Shell,68447,3253,68447,9,MIT License,2023-02-01 13:55:02,2026-08-10 18:57:52,2026-07-22 19:00:12,,False,https://github.com/base/node,Shell
|
| 175 |
+
tw93/Mole,Mole,tw93,"🐹 Clean, uninstall, analyze, optimize, and monitor your Mac from the terminal.",Shell,63013,2219,63013,8,GNU General Public License v3.0,2025-09-23 06:38:40,2026-08-11 05:55:11,2026-08-10 18:18:10,"clean, cleaner, cleaner-script, macos, cleaner-cli",False,https://github.com/tw93/Mole,Shell
|
| 176 |
+
youngyangyang04/leetcode-master,leetcode-master,youngyangyang04,《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀 ,Shell,62144,12318,62144,251,,2019-12-14 12:05:42,2026-08-11 05:27:45,2026-08-03 02:57:08,"leetcode, programmer, interview, offer, algorithm",False,https://github.com/youngyangyang04/leetcode-master,Shell
|
| 177 |
+
pi-hole/pi-hole,pi-hole,pi-hole,A black hole for Internet advertisements,Shell,60298,3275,60298,37,Other,2014-06-08 15:02:55,2026-08-11 04:51:47,2026-08-04 11:14:35,"pi-hole, ad-blocker, shell, blocker, raspberry-pi",False,https://github.com/pi-hole/pi-hole,Shell
|
| 178 |
+
romkatv/powerlevel10k,powerlevel10k,romkatv,A Zsh theme,Shell,54887,2437,54887,152,MIT License,2019-02-24 19:09:45,2026-08-11 02:46:28,2026-06-15 07:54:59,zsh,False,https://github.com/romkatv/powerlevel10k,Shell
|
| 179 |
+
sickcodes/Docker-OSX,Docker-OSX,sickcodes,Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.,Shell,52847,2880,52847,417,GNU General Public License v3.0,2020-06-04 11:01:37,2026-08-11 01:45:50,2025-11-11 05:23:57,"docker, osx, macos, x11, container",False,https://github.com/sickcodes/Docker-OSX,Shell
|
| 180 |
+
dockur/windows,windows,dockur,Windows inside a Docker container.,Shell,52819,4604,52819,16,MIT License,2024-01-14 13:09:40,2026-08-11 05:43:51,2026-08-11 02:16:21,"docker, docker-container, windows, windows-virtual-machines, windows-virtual-desktop",False,https://github.com/dockur/windows,Shell
|
| 181 |
+
acmesh-official/acme.sh,acme.sh,acmesh-official,A pure Unix shell script ACME client for SSL / TLS certificate automation,Shell,47450,5651,47450,94,GNU General Public License v3.0,2015-12-26 12:56:33,2026-08-11 03:53:15,2026-08-10 02:00:30,"acme, acme-protocol, certbot, shell, ash",False,https://github.com/acmesh-official/acme.sh,Shell
|
| 182 |
+
codecrafters-io/build-your-own-x,build-your-own-x,codecrafters-io,Master programming by recreating your favorite technologies from scratch.,Markdown,538515,50854,538515,623,,2018-05-09 12:03:18,2026-08-11 05:56:40,2026-07-14 19:25:58,"programming, tutorials, tutorial-code, tutorial-exercises, free",False,https://github.com/codecrafters-io/build-your-own-x,Global_Top
|
| 183 |
+
sindresorhus/awesome,awesome,sindresorhus,😎 Awesome lists about all kinds of interesting topics,,494392,36325,494392,100,Creative Commons Zero v1.0 Universal,2014-07-11 13:42:37,2026-08-11 05:48:02,2026-06-30 18:21:16,"awesome, awesome-list, unicorns, lists, resources",False,https://github.com/sindresorhus/awesome,Global_Top
|
| 184 |
+
public-apis/public-apis,public-apis,public-apis,A collective list of free APIs,Python,455395,50223,455395,1634,MIT License,2016-03-20 23:49:42,2026-08-11 05:53:13,2026-08-08 20:32:59,"api, public-apis, free, apis, list",False,https://github.com/public-apis/public-apis,Global_Top
|
| 185 |
+
freeCodeCamp/freeCodeCamp,freeCodeCamp,freeCodeCamp,"freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.",TypeScript,453773,45933,453773,282,"BSD 3-Clause ""New"" or ""Revised"" License",2014-12-24 17:49:19,2026-08-11 05:57:15,2026-08-11 05:32:28,"learn-to-code, nonprofits, programming, nodejs, react",False,https://github.com/freeCodeCamp/freeCodeCamp,Global_Top
|
| 186 |
+
EbookFoundation/free-programming-books,free-programming-books,EbookFoundation,:books: Freely available programming books,Python,394116,66638,394116,78,Creative Commons Attribution 4.0 International,2013-10-11 06:50:37,2026-08-11 05:55:43,2026-08-07 20:33:59,"education, books, list, resource, hacktoberfest",False,https://github.com/EbookFoundation/free-programming-books,Global_Top
|
| 187 |
+
openclaw/openclaw,openclaw,openclaw,Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 ,TypeScript,385845,81093,385845,5641,Other,2025-11-24 10:16:47,2026-08-11 05:57:30,2026-08-11 05:55:58,"ai, assistant, own-your-data, personal, crustacean",False,https://github.com/openclaw/openclaw,Global_Top
|
| 188 |
+
nilbuild/developer-roadmap,developer-roadmap,nilbuild,"Interactive roadmaps, guides and other educational content to help developers grow in their careers.",TypeScript,364103,44764,364103,9,Other,2017-03-15 13:45:52,2026-08-11 05:54:26,2026-08-07 12:43:15,"computer-science, roadmap, developer-roadmap, frontend-roadmap, devops-roadmap",False,https://github.com/nilbuild/developer-roadmap,Global_Top
|
| 189 |
+
donnemartin/system-design-primer,system-design-primer,donnemartin,Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.,Python,363035,57749,363035,601,Other,2017-02-26 16:15:28,2026-08-11 05:53:11,2026-03-20 01:52:19,"programming, development, design, design-system, system",False,https://github.com/donnemartin/system-design-primer,Global_Top
|
| 190 |
+
jwasham/coding-interview-university,coding-interview-university,jwasham,A complete computer science study plan to become a software engineer.,,358363,84592,358363,124,Creative Commons Attribution Share Alike 4.0 International,2016-06-06 02:34:12,2026-08-11 05:54:34,2025-08-28 14:42:47,"computer-science, interview, programming-interviews, study-plan, data-structures",False,https://github.com/jwasham/coding-interview-university,Global_Top
|
| 191 |
+
vinta/awesome-python,awesome-python,vinta,"An opinionated list of Python frameworks, libraries, tools, and resources",Python,313296,28502,313296,23,Other,2014-06-27 21:00:06,2026-08-11 05:53:23,2026-08-05 06:11:04,"awesome, python, collections, python-frameworks, python-libraries",False,https://github.com/vinta/awesome-python,Global_Top
|
| 192 |
+
awesome-selfhosted/awesome-selfhosted,awesome-selfhosted,awesome-selfhosted,A list of Free Software network services and web applications which can be hosted on your own servers,,311874,14628,311874,0,Other,2015-06-01 02:33:17,2026-08-11 05:45:32,2026-08-10 20:53:03,"selfhosted, awesome, awesome-list, privacy, hosting",False,https://github.com/awesome-selfhosted/awesome-selfhosted,Global_Top
|
| 193 |
+
practical-tutorials/project-based-learning,project-based-learning,practical-tutorials,Curated list of project-based tutorials,Python,278055,35745,278055,268,MIT License,2017-04-12 05:07:46,2026-08-11 05:53:54,2026-08-10 07:04:22,"tutorial, project, beginner-project, webdevelopment, python",False,https://github.com/practical-tutorials/project-based-learning,Global_Top
|
| 194 |
+
996icu/996.ICU,996.ICU,996icu,Repo for counting stars and contributing. Press F to pay respect to glorious developers.,,276606,20764,276606,16695,Other,2019-03-26 07:31:14,2026-08-11 05:38:59,2025-08-22 06:01:29,,False,https://github.com/996icu/996.ICU,Global_Top
|
| 195 |
+
obra/superpowers,superpowers,obra,An agentic skills framework & software development methodology that works.,Shell,270363,24165,270363,332,MIT License,2025-10-09 19:45:18,2026-08-11 05:57:10,2026-08-08 01:45:49,"ai, brainstorming, coding, obra, sdlc",False,https://github.com/obra/superpowers,Global_Top
|
| 196 |
+
react/react,react,react,The library for web and native user interfaces.,JavaScript,247126,51212,247126,1247,MIT License,2013-05-24 16:15:54,2026-08-11 05:40:06,2026-08-11 03:55:36,"javascript, react, frontend, declarative, ui",False,https://github.com/react/react,Global_Top
|
| 197 |
+
torvalds/linux,linux,torvalds,Linux kernel source tree,C,242390,63842,242390,3,Other,2011-09-04 22:48:12,2026-08-11 05:45:19,2026-08-10 16:40:22,,False,https://github.com/torvalds/linux,Global_Top
|
| 198 |
+
affaan-m/ECC,ECC,affaan-m,"The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.",JavaScript,239300,36343,239300,133,MIT License,2026-01-18 00:51:51,2026-08-11 05:52:46,2026-08-11 04:46:24,"ai-agents, anthropic, claude, claude-code, developer-tools",False,https://github.com/affaan-m/ECC,Global_Top
|
| 199 |
+
trimstray/the-book-of-secret-knowledge,the-book-of-secret-knowledge,trimstray,"A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.",,237710,14074,237710,164,MIT License,2018-06-23 10:43:14,2026-08-11 05:52:31,2024-11-19 14:00:38,"awesome, awesome-list, lists, manuals, resources",False,https://github.com/trimstray/the-book-of-secret-knowledge,Global_Top
|
| 200 |
+
NousResearch/hermes-agent,hermes-agent,NousResearch,The agent that grows with you,Python,228596,44987,228596,30721,MIT License,2025-07-22 22:22:28,2026-08-11 05:53:57,2026-08-11 05:49:00,"ai, ai-agent, ai-agents, llm, anthropic",False,https://github.com/NousResearch/hermes-agent,Global_Top
|
| 201 |
+
TheAlgorithms/Python,Python,TheAlgorithms,All Algorithms implemented in Python,Python,223637,50960,223637,1022,MIT License,2016-07-16 09:44:01,2026-08-11 05:28:23,2026-08-03 18:44:56,"python, algorithm, algorithms-implemented, algorithm-competitions, algos",False,https://github.com/TheAlgorithms/Python,Global_Top
|
| 202 |
+
mattpocock/skills,skills,mattpocock,Skills for Real Engineers. Straight from my .agents directory.,Shell,212870,18391,212870,318,MIT License,2026-02-03 11:15:53,2026-08-11 05:57:23,2026-08-07 15:50:46,,False,https://github.com/mattpocock/skills,Global_Top
|
| 203 |
+
vuejs/vue,vue,vuejs,"This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core",TypeScript,210216,33772,210216,637,MIT License,2013-07-29 03:24:51,2026-08-11 05:35:04,2024-10-10 07:24:15,"vue, javascript, frontend, framework",False,https://github.com/vuejs/vue,Global_Top
|
| 204 |
+
ossu/computer-science,computer-science,ossu,🎓 Path to a free self-taught education in Computer Science!,HTML,207852,25743,207852,23,MIT License,2014-05-04 00:18:39,2026-08-11 05:15:03,2026-07-14 05:38:25,"computer-science, awesome-list, courses, curriculum",False,https://github.com/ossu/computer-science,Global_Top
|
| 205 |
+
multica-ai/andrej-karpathy-skills,andrej-karpathy-skills,multica-ai,"A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.",,201301,20676,201301,126,,2026-01-27 03:53:13,2026-08-11 05:55:56,2026-04-20 10:05:04,,False,https://github.com/multica-ai/andrej-karpathy-skills,Global_Top
|
| 206 |
+
n8n-io/n8n,n8n,n8n-io,"Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",TypeScript,200173,60062,200173,1432,Other,2019-06-22 09:24:21,2026-08-11 05:49:48,2026-08-11 05:57:28,"automation, ipaas, n8n, workflow, typescript",False,https://github.com/n8n-io/n8n,Global_Top
|
| 207 |
+
tensorflow/tensorflow,tensorflow,tensorflow,An Open Source Machine Learning Framework for Everyone,C++,196932,75983,196932,2837,Apache License 2.0,2015-11-07 01:19:20,2026-08-11 05:56:40,2026-08-11 05:56:25,"tensorflow, machine-learning, python, deep-learning, deep-neural-networks",False,https://github.com/tensorflow/tensorflow,Global_Top
|
| 208 |
+
trekhleb/javascript-algorithms,javascript-algorithms,trekhleb,📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings,JavaScript,196425,31036,196425,403,MIT License,2018-03-24 07:47:04,2026-08-11 05:44:35,2026-07-26 02:43:08,"javascript, algorithms, algorithm, javascript-algorithms, computer-science",False,https://github.com/trekhleb/javascript-algorithms,Global_Top
|
| 209 |
+
anomalyco/opencode,opencode,anomalyco,The open source coding agent.,TypeScript,195912,25127,195912,5025,MIT License,2025-04-30 20:08:00,2026-08-11 05:53:20,2026-08-11 05:55:43,,False,https://github.com/anomalyco/opencode,Global_Top
|
| 210 |
+
ultraworkers/claw-code,claw-code,ultraworkers,"An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.",Rust,195026,109220,195026,36,MIT License,2026-03-31 08:58:08,2026-08-11 05:55:46,2026-08-06 11:18:35,,False,https://github.com/ultraworkers/claw-code,Global_Top
|
| 211 |
+
DigitalPlatDev/FreeDomain,FreeDomain,DigitalPlatDev,DigitalPlat FreeDomain: Free Domain For Everyone,,192025,4081,192025,37,GNU Affero General Public License v3.0,2024-05-30 13:23:00,2026-08-11 05:56:07,2026-07-16 15:38:52,"domain, domain-platform, domains, free, freedomain",False,https://github.com/DigitalPlatDev/FreeDomain,Global_Top
|
| 212 |
+
ohmyzsh/ohmyzsh,ohmyzsh,ohmyzsh,"🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.",Shell,189097,26581,189097,569,MIT License,2009-08-28 18:15:37,2026-08-11 05:51:57,2026-08-10 20:26:24,"shell, zsh-configuration, theme, terminal, productivity",False,https://github.com/ohmyzsh/ohmyzsh,Global_Top
|
| 213 |
+
microsoft/vscode,vscode,microsoft,Visual Studio Code,TypeScript,188559,41543,188559,19775,MIT License,2015-09-03 20:23:38,2026-08-11 05:20:33,2026-08-11 05:56:40,"editor, electron, visual-studio-code, typescript, microsoft",False,https://github.com/microsoft/vscode,Global_Top
|
| 214 |
+
massgravel/Microsoft-Activation-Scripts,Microsoft-Activation-Scripts,massgravel,"Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Online KMS activation methods, along with advanced troubleshooting.",Batchfile,186626,17856,186626,3,GNU General Public License v3.0,2020-01-12 23:03:34,2026-08-11 05:56:04,2026-07-04 16:54:38,"hwid, kms38, kms, activator, massgrave",False,https://github.com/massgravel/Microsoft-Activation-Scripts,Global_Top
|
| 215 |
+
Significant-Gravitas/AutoGPT,AutoGPT,Significant-Gravitas,"AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.",Python,186506,46082,186506,684,Other,2023-03-16 09:21:07,2026-08-11 04:27:35,2026-08-11 05:28:04,"ai, openai, python, artificial-intelligence, autonomous-agents",False,https://github.com/Significant-Gravitas/AutoGPT,Global_Top
|
| 216 |
+
jackfrued/Python-100-Days,Python-100-Days,jackfrued,Python - 100天从新手到大师,Jupyter Notebook,185082,55690,185082,705,,2018-03-01 16:05:52,2026-08-11 05:56:23,2026-07-29 15:18:29,,False,https://github.com/jackfrued/Python-100-Days,Global_Top
|
| 217 |
+
CyC2018/CS-Notes,CS-Notes,CyC2018,:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计,,185007,50793,185007,196,,2018-02-13 14:56:24,2026-08-11 05:54:18,2024-08-21 09:40:10,"algorithm, leetcode, interview, computer-science, system-design",False,https://github.com/CyC2018/CS-Notes,Global_Top
|
| 218 |
+
getify/You-Dont-Know-JS,You-Dont-Know-JS,getify,A book series (2 published editions) on the JS language.,,184637,33447,184637,2,Other,2013-11-16 02:37:24,2026-08-11 04:17:55,2026-02-15 04:36:44,"book-series, javascript, closures, prototypes, async",False,https://github.com/getify/You-Dont-Know-JS,Global_Top
|
| 219 |
+
yt-dlp/yt-dlp,yt-dlp,yt-dlp,A feature-rich command-line audio/video downloader,Python,183754,15828,183754,2601,The Unlicense,2020-10-26 04:22:55,2026-08-11 05:57:09,2026-08-04 22:58:34,"youtube-dl, python, sponsorblock, yt-dlp, youtube-downloader",False,https://github.com/yt-dlp/yt-dlp,Global_Top
|
| 220 |
+
avelino/awesome-go,awesome-go,avelino,"A curated list of awesome Go frameworks, libraries and software",Go,180730,13474,180730,206,MIT License,2014-07-06 13:42:15,2026-08-11 05:56:46,2026-08-09 19:29:18,"golang, golang-library, go, awesome, awesome-list",False,https://github.com/avelino/awesome-go,Global_Top
|
| 221 |
+
flutter/flutter,flutter,flutter,Flutter makes it easy and fast to build beautiful apps for mobile and beyond,Dart,178292,30954,178292,13123,"BSD 3-Clause ""New"" or ""Revised"" License",2015-03-06 22:54:58,2026-08-11 05:51:22,2026-08-11 05:25:36,"mobile, android, ios, material-design, dart",False,https://github.com/flutter/flutter,Global_Top
|
| 222 |
+
ollama/ollama,ollama,ollama,"Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.",Go,178239,17345,178239,3668,MIT License,2023-06-26 19:39:32,2026-08-11 05:51:49,2026-08-11 04:50:34,"llama, llm, llms, go, golang",False,https://github.com/ollama/ollama,Global_Top
|
| 223 |
+
github/gitignore,gitignore,github,A collection of useful .gitignore templates,,175224,82286,175224,82,Creative Commons Zero v1.0 Universal,2010-11-08 20:17:14,2026-08-11 02:17:26,2026-07-23 16:06:45,"gitignore, git",False,https://github.com/github/gitignore,Global_Top
|
| 224 |
+
twbs/bootstrap,bootstrap,twbs,"The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.",MDX,174566,78678,174566,274,MIT License,2011-07-29 21:19:00,2026-08-11 03:56:09,2026-08-11 05:07:46,"css, bootstrap, javascript, html, scss",False,https://github.com/twbs/bootstrap,Global_Top
|
| 225 |
+
microsoft/markitdown,markitdown,microsoft,Python tool for converting files and office documents to Markdown.,Python,173004,12617,173004,848,MIT License,2024-11-13 19:56:40,2026-08-11 05:53:16,2026-07-29 18:18:09,"langchain, openai, autogen-extension, autogen, markdown",False,https://github.com/microsoft/markitdown,Global_Top
|
| 226 |
+
521xueweihan/HelloGitHub,HelloGitHub,521xueweihan,":octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.",Python,170236,12574,170236,580,,2016-05-04 06:24:11,2026-08-11 05:55:41,2026-08-02 07:58:25,"github, hellogithub, python, awesome",False,https://github.com/521xueweihan/HelloGitHub,Global_Top
|
| 227 |
+
anthropics/skills,skills,anthropics,Public repository for Agent Skills,Python,167662,19986,167662,1072,,2025-09-22 15:53:31,2026-08-11 05:57:55,2026-08-07 17:14:15,agent-skills,False,https://github.com/anthropics/skills,Global_Top
|
| 228 |
+
f/prompts.chat,prompts.chat,f,"f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.",HTML,166981,21559,166981,64,Other,2022-12-05 13:54:13,2026-08-11 05:53:05,2026-08-11 03:35:52,"chatgpt, ai, artificial-intelligence, awesome-list, chatgpt-prompts",False,https://github.com/f/prompts.chat,Global_Top
|
| 229 |
+
firecrawl/firecrawl,firecrawl,firecrawl,"The context API to search, scrape, and interact with the web at scale. 🔥",TypeScript,165291,9300,165291,497,GNU Affero General Public License v3.0,2024-04-15 21:02:29,2026-08-11 05:57:09,2026-08-11 04:24:07,"ai, crawler, markdown, scraper, html-to-markdown",False,https://github.com/firecrawl/firecrawl,Global_Top
|
| 230 |
+
AUTOMATIC1111/stable-diffusion-webui,stable-diffusion-webui,AUTOMATIC1111,Stable Diffusion web UI,Python,164465,30569,164465,2502,GNU Affero General Public License v3.0,2022-08-22 14:05:26,2026-08-11 05:55:52,2026-03-02 07:00:53,"deep-learning, diffusion, image-generation, image2image, img2img",False,https://github.com/AUTOMATIC1111/stable-diffusion-webui,Global_Top
|
| 231 |
+
huggingface/transformers,transformers,huggingface,"🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training. ",Python,163569,34187,163569,2363,Apache License 2.0,2018-10-29 13:56:00,2026-08-11 05:56:25,2026-08-10 22:47:42,"nlp, natural-language-processing, pytorch, pytorch-transformers, transformer",False,https://github.com/huggingface/transformers,Global_Top
|
github_user_repos.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
github_users_by_country.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
starred_data.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a68768a565ca565ae90fcd30e0b8364f7f7baebbb4c54a38f343fd755419c268
|
| 3 |
+
size 85271
|
user_repos_data.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:430e8c86a7169cf45fb44be5340f7c6720c76d7410b8fc2d728b2e1430e72f52
|
| 3 |
+
size 1155347
|
users_data.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:144f54aa1d0e717acb15b763178a7a688220d1dc9f27518e0630c879e84041cc
|
| 3 |
+
size 199107
|