AI Code Analysis Report

AI Code Slop Monitor

AI-generated code is not inherently a problem — it is a powerful tool that accelerates development. But as a CTO or engineering leader, you need to know how much of your codebase is AI-generated. The more AI-written code in a project, the less direct human understanding of it; less understanding means reduced control, and reduced control translates directly into project risk. Some organisations have a higher appetite for that risk, others far less — but every team deserves to make that call consciously, with data in hand. This monitor continuously scans 6,765 GitHub repositories, applying SynthScan v2.0 — 5 detection layers, 23+ pattern categories, context multipliers & cross-file repetition analysis — with temporal-gated scoring to surface AI signal and keep your risk awareness up to date.

Suggest a Repository
6.8K
Repositories Scanned
6.8
Avg Adjusted Score
13.7M
Total Pattern Hits
3.3B
Lines of Code Scanned
67.8
% Likely Human

Generated 2026-09-03 16:25 UTC

📊 Overview

This section provides a high-level statistical snapshot of AI code presence across all monitored repositories. The Score Distribution histogram reveals the macro-level shift: are most projects still largely human-written, or are we seeing a systemic transition toward moderate and high AI involvement? The Severity Breakdown and Category Analysis decompose the detected patterns, highlighting the specific architectural scaffolds, auto-generated boilerplates, and cognitive signatures most frequently produced by current generation LLMs.

Score Distribution

Delineates the prevalence of synthetic code across the evaluated repositories, bucketing them into defined risk profiles.

Severity Breakdown

Quantifies the raw count of detected AI patterns segmented by their algorithmic confidence and structural impact.

Top 20 Categories by Score

Identifies the most frequent linguistic and structural AI tells (e.g., hallucinated imports, boilerplate structures).

Language Distribution

Breaks down the primary programming languages of the scanned repositories, indicating where AI is most deployed.

🏆 Leaderboard

Highest AI-signal vs most likely human-written repositories. Scores are temporally adjusted.

🔬 Research: Stars vs Score

This scatter plot visualises the correlation between repository popularity (measured in GitHub Stars) and the presence of synthetic code. It addresses a fundamental research question: Are highly popular, widely-adopted projects actively resisting AI code generation, or are they leading its adoption? A concentration of high-score repositories on the right side of the graph indicates that major projects are heavily leaning on LLM-assisted development, potentially introducing widespread downstream architectural dependencies on synthetic code.

🗂️ Category Deep-Dive

Click a category to expand its top repositories and sample pattern matches.

Hallucination Indicators 5668784 pts · 2445 repos
Sample Matches
SevFileLineSnippet
CRITICALsrc/pages/chat/chat-pane-session-menu.ts135 const sidebarEntries = scope.context.navigation.snapshot.sidebarEntries.filter(
CRITICALmemory-import/memory-import-page.test.ts451 mutableContext.agents.state.agentsList.agents.push({ id: "writer", name: "Writer" });
CRITICALui/src/pages/profile/profile-page.ts117 this.context.gateway.connection.token.trim() ||
CRITICALui/src/pages/profile/profile-page.ts118 this.context.gateway.connection.password.trim(),
CRITICALvalidate-qa-runtime-pair-summary.test.ts481 missingResult.runtimeParity.cells.codex.toolCalls.push({
CRITICALextensions/memory-lancedb/index.test.ts2435 expect(harness.logger.warn.mock.calls.map(([message]) => String(message))).toEqual([
Over-Commented Block 4729876 pts · 5847 repos
Sample Matches
SevFileLineSnippet
LOWt/more-commands@2SG4Hr9Tuv6cxmGkrKjYZ.md1# More Commands
LOWontent/usecases@XTwNCCtzXvZMdaex4gZEh.md1# Usecases
LOWontent/usecases@s7PEr-5TAm5EGJm0RSjPJ.md1# Usecases
LOW-best-practices@vzp7DUpjklzIA0E9WxJQA.md1# Usecases / Best Practices
LOWontent/usecases@3hayYoSZepw7pppBubotg.md1# Usecases
LOWontent/usecases@GNMjrLPkpTphneoQ0GoZF.md1# Usecases
Hyper-Verbose Identifiers 3717603 pts · 4677 repos
Sample Matches
SevFileLineSnippet
LOWscripts/lib/official-roadmap-topic.ts48export function formatOfficialRoadmapTopicResourceLink(
LOWscripts/lib/official-roadmap-topic.ts54export function prepareOfficialRoadmapTopicContent(
LOWtsdown.config.ts208function workerRsyncReceiverBuildConfig(): UserConfig {
LOWtsdown.config.ts228function nodeWorkspacePackageBuildConfig(packageDir: string, config: UserConfig = {}): UserConfig {
LOWtsdown.config.ts276function withExternalPackageSubpaths(options: { neverBundle: string[] }) {
LOWtsdown.config.ts308function shouldNeverBundleDependency(id: string): boolean {
Decorative Section Separators 2450324 pts · 3263 repos
Sample Matches
SevFileLineSnippet
MEDIUMui/src/pages/agents/memory/view.ts16// ── Diary entry parser ─────────────────────────────────────────────────
MEDIUMui/src/pages/agents/memory/view.ts179// ── Sub-tab state ─────────────────────────────────────────────────────
MEDIUMui/src/pages/agents/memory/view.ts312// ── Scene renderer ────────────────────────────────────────────────────
MEDIUMui/src/pages/agents/memory/view.ts1345// ── Diary section renderer ────────────────────────────────────────────
MEDIUMextensions/logbook/src/service.ts166 // ── Capture ────────────────────────────────────────────────────────
MEDIUMextensions/logbook/src/service.ts313 // ── Analysis ───────────────────────────────────────────────────────
Cross-File Repetition 1394705 pts · 1427 repos
Sample Matches
SevFileLineSnippet
HIGHwIPCTests/WebChatSwiftUISmokeTests.swift0{"sessionkey":"\(sessionkey)","sessionid":null,"messages":[],"thinkinglevel":"off"}
HIGHwIPCTests/QuickChatControllerTests.swift0{"sessionkey":"\(sessionkey)","sessionid":null,"messages":[],"thinkinglevel":"off"}
HIGH/ChatViewModelSessionDeletionTests.swift0{"sessionkey":"\(sessionkey)","sessionid":null,"messages":[],"thinkinglevel":"off"}
HIGHnd-sequences/67fe8399c41a212871025f96.md0traceback (most recent call last): file "<stdin>", line 1, in <module> indexerror: list assignment i
HIGHnd-sequences/6839e3a99ba37f09b9d0059b.md0traceback (most recent call last): file "<stdin>", line 1, in <module> indexerror: list assignment i
HIGHeview-python/67f39e391c9b373069def02c.md0traceback (most recent call last): file "<stdin>", line 1, in <module> indexerror: list assignment i
Unused Imports 717212 pts · 2752 repos
Sample Matches
SevFileLineSnippet
LOWeview/tests/test_autoreview_hardening.py2
LOWeview/tests/test_autoreview_hardening.py9
LOWeview/tests/test_autoreview_hardening.py17
LOWutoreview/scripts/test-review-harness.py2
LOWls/autoreview/scripts/autoreview_test.py2
LOWls/autoreview/scripts/autoreview_test.py10
Excessive Try-Catch Wrapping 435029 pts · 2832 repos
Sample Matches
SevFileLineSnippet
LOWscripts/ios-team-id.sh117except Exception:
LOWscripts/ios-team-id.sh175except Exception:
LOWscripts/docker/setup.sh91except Exception:
LOWscripts/e2e/telegram-user-driver.py804 except Exception:
LOWipts/e2e/parallels/npm-update-scripts.ts278except Exception:
LOWscripts/e2e/parallels/windows-git.ts52except Exception:
Cross-Language Confusion 339506 pts · 1579 repos
Sample Matches
SevFileLineSnippet
HIGHsite/fetch_pypi_downloads_via_clickpy.py59 Each file entry is {"package": str | null, "reason": str | null} plus an
HIGH/stacks/dijkstras_two_stack_algorithm.py61 operand_stack.push(int(i))
HIGH/stacks/dijkstras_two_stack_algorithm.py64 operator_stack.push(i)
HIGH/stacks/dijkstras_two_stack_algorithm.py75 operand_stack.push(total)
HIGH/stacks/stack_with_singly_linked_list.py28 >>> stack.push(5)
HIGH/stacks/stack_with_singly_linked_list.py29 >>> stack.push(9)
Self-Referential Comments 323111 pts · 2914 repos
Sample Matches
SevFileLineSnippet
MEDIUMscripts/create-dmg.sh4# Create a styled DMG containing the app bundle + /Applications symlink.
MEDIUMscripts/e2e/multi-node-update-docker.sh125# Create a systemctl shim since we are in Docker (no real systemd).
MEDIUMtools/scripts/move-bf.sh3# Define the source file
MEDIUMtools/scripts/move-bf.sh6# Define the destination directory
MEDIUMscripts/rtl_ltr_linter.py461 # Create an ArgumentParser object to handle command-line arguments
MEDIUM_structures/stacks/stock_span_problem.py34 # Create a stack and push index of fist element to it
Structural Annotation Overuse 299730 pts · 3047 repos
Sample Matches
SevFileLineSnippet
LOWwriting-patches@eQzMU_KyQmHJQ6gzyk0-1.md5### Step 1: Find an Issue or Feature
LOWwriting-patches@eQzMU_KyQmHJQ6gzyk0-1.md9### Step 2: Familiarize Yourself with the Codebase
LOWwriting-patches@eQzMU_KyQmHJQ6gzyk0-1.md13### Step 3: Set up the Development Environment
LOWwriting-patches@eQzMU_KyQmHJQ6gzyk0-1.md17### Step 4: Write the Patch
LOWwriting-patches@eQzMU_KyQmHJQ6gzyk0-1.md21### Step 5: Test the Patch
LOWwriting-patches@eQzMU_KyQmHJQ6gzyk0-1.md25### Step 6: Create a Commit and Generate a Patch
Deep Nesting 270498 pts · 2836 repos
Sample Matches
SevFileLineSnippet
LOWeview/tests/test_autoreview_hardening.py3143
LOWeview/tests/test_autoreview_hardening.py3393
LOWscripts/compare-release-evidence-zip.py13
LOWts/release-telegram-candidate-archive.py207
LOWts/release-telegram-candidate-archive.py436
LOWscripts/e2e/telegram-user-driver.py563
Fake / Example Data 229160 pts · 3725 repos
Sample Matches
SevFileLineSnippet
LOWcontent/cookies@so03-fK7E2WvTm6XsPq4i.md3Cookies are a crucial part of state management in PHP. They enable storage of data on the user's bro
LOWui/src/i18n/.i18n/raw-copy-baseline.json217 "name": "placeholder",
LOWui/src/i18n/.i18n/raw-copy-baseline.json224 "name": "placeholder",
LOWui/src/i18n/.i18n/raw-copy-baseline.json238 "name": "placeholder",
LOWui/src/i18n/.i18n/raw-copy-baseline.json245 "name": "placeholder",
LOWui/src/i18n/.i18n/raw-copy-baseline.json434 "name": "placeholder",
Docstring Block Structure 171560 pts · 932 repos
Sample Matches
SevFileLineSnippet
HIGHsearches/interpolation_search.py7 Searches for an item in a sorted collection by interpolation search algorithm. Args:
HIGHsearches/interpolation_search.py79Pure implementation of interpolation search algorithm in Python by recursion Be careful collecti
HIGHuctures/binary_tree/floor_and_ceiling.py37 Find the floor and ceiling values for a given key in a Binary Search Tree (BST). Args:
HIGH_structures/linked_list/is_palindrome.py13 Check if a linked list is a palindrome. Args: head: The head of the linked list.
HIGH_structures/linked_list/is_palindrome.py69 Check if a linked list is a palindrome using a stack. Args: head (ListNode): The h
HIGH_structures/linked_list/is_palindrome.py125 Check if a linked list is a palindrome using a dictionary. Args: head (ListNode):
AI Slop Vocabulary 170964 pts · 3586 repos
Sample Matches
SevFileLineSnippet
MEDIUMappcast.xml265<li><strong>PR #97928</strong> fix(agents): estimate harness role sizes in context guard char estima
MEDIUMappcast.xml412<li><strong>PR #96454</strong> feat(cli): openclaw attach — launch an external harness bound to a ga
MEDIUMappcast.xml822<li><strong>PR #100200</strong> chore(android): add deterministic chat streaming replay test harness
MEDIUMappcast.xml890<li><strong>PR #100201</strong> chore(ios): add deterministic streaming replay test harness for the
MEDIUMappcast.xml1404<li><strong>PR #101244</strong> fix(diagnostics-otel): surface error message on run/harness error sp
MEDIUMappcast.xml1460<li><strong>PR #101370</strong> fix(agent-core): handle stdout/stderr stream errors in harness exec.
Cross-Language Confusion (JS/TS) 159236 pts · 579 repos
Top Repos
RepoPts
facebook/hermes49921
v8/v817201
nodejs/node16809
mongodb/mongo12216
mozilla/rhino6266
Sample Matches
SevFileLineSnippet
HIGHui/src/components/markdown.test.ts372 print(f"--- {ws.title} ---")
HIGHui/src/components/markdown.test.ts376 print(row)
HIGH/src/lib/chat/message-normalizer.test.ts465 " return True",
HIGHst/scripts/check-dependency-pins.test.ts53elif [ "$1" = "ls-files" ]; then
HIGHest/scripts/telegram-user-driver.test.ts80 return None, []
HIGHtest/scripts/pr-merge.test.ts336 elif [ -d "$OPENCLAW_TEST_SOURCE_REPO" ]; then
Modern AI Meta-Vocabulary 132051 pts · 2109 repos
Sample Matches
SevFileLineSnippet
MEDIUMis-agentic-loop@uOowDiCXVKyMFrZO1pnXv.md7- [@official@Claude Code Agentic Loop](https://code.claude.com/docs/en/how-claude-code-works#the-age
MEDIUMis-agentic-loop@uOowDiCXVKyMFrZO1pnXv.md7- [@official@Claude Code Agentic Loop](https://code.claude.com/docs/en/how-claude-code-works#the-age
MEDIUMtent/hook-types@uC2PkMsCK-vaBo5Ygha2P.md9- [@official@Agent-based hooks](https://code.claude.com/docs/en/hooks-guide#agent-based-hooks)
MEDIUM/output-control@wSf7Zr8ZYBuKWX0GQX6J3.md7- [@official@Increase Output Consistency - Anthropic](https://platform.claude.com/docs/en/test-and-e
MEDIUMt/hallucination@SWDa3Su3VS815WQbvvNsa.md7- [@official@Reduce hallucinations - Anthropic](https://platform.claude.com/docs/en/test-and-evaluat
MEDIUMrompt-injection@6W_ONYREbXHwPigoDx1cW.md7- [@official@Mitigate jailbreaks and prompt injections - Anthropic](https://platform.claude.com/docs
Verbosity Indicators 128255 pts · 2694 repos
Sample Matches
SevFileLineSnippet
LOWtest/scripts/install-sh.test.ts2579 /# Step 1: Node\.js[\s\S]*?load_nvm_for_node_detection\s+if ! check_node; then/,
LOWextensions/discord/src/voice-message.ts413 // Step 1: Request upload URL from Discord
LOWextensions/discord/src/voice-message.ts441 // Step 3: Send the message with voice message flag and metadata
LOWextensions/feishu/src/bitable.ts295 // Step 1: Clean up default fields
LOWextensions/feishu/src/bitable.ts346 // Step 2: Delete empty placeholder rows (batch when possible)
LOWextensions/irc/src/protocol.ts119 // Step 1: decode surrogate pairs — first group locked to high surrogate range
TODO Padding 119428 pts · 1176 repos
Sample Matches
SevFileLineSnippet
LOWhub/workflows/runtime_build_and_test.yml385 # TODO: Update test config to support www build tests
LOWhub/workflows/runtime_build_and_test.yml395 # TODO: Update test config to support xplat build tests
LOWl-suggest/src/fig/shell-parser/parser.ts44 // TODO: implement <(commands)
LOW/src/singlefolder-tests/terminal.test.ts565 // TODO: Fix test, flaky in CI (local and remote) https://github.com/microsoft/vscode/issues/1371
LOWation/renameSuggestionsProvider.stest.ts460 // TODO: implement
LOWtial-execution-utils/find-start-nodes.ts14 // TODO: implement
Modern Structural Boilerplate 117709 pts · 1708 repos
Sample Matches
SevFileLineSnippet
LOWdata_structures/binary_tree/avl_tree.py62 def set_data(self, data: Any) -> None:
LOWdata_structures/binary_tree/avl_tree.py65 def set_left(self, node: MyNode | None) -> None:
LOWdata_structures/binary_tree/avl_tree.py68 def set_right(self, node: MyNode | None) -> None:
LOWdata_structures/binary_tree/avl_tree.py71 def set_height(self, height: int) -> None:
LOWes/linked_list/doubly_linked_list_two.py78 def set_head(self, node: Node) -> None:
LOWes/linked_list/doubly_linked_list_two.py85 def set_tail(self, node: Node) -> None:
Synthetic Comment Markers 101051 pts · 1426 repos
Sample Matches
SevFileLineSnippet
HIGHd-functionality@WcjX6p-V-Rdd77EL8Ega9.md3A vector database is designed to store, manage, and retrieve high-dimensional vectors (embeddings) g
HIGHextensions/msteams/src/messenger.ts285 // Mark as AI-generated so Teams renders the "AI generated" badge.
HIGHextensions/msteams/src/messenger.ts295 // Start with mention entities (if any) + AI-generated entity
HIGHextensions/msteams/src/sdk.ts89 // Feedback (thumbs up/down) on AI-generated messages — Teams delivers
HIGHextensions/msteams/src/monitor.ts539 // Feedback (thumbs up/down) on AI-generated messages. Teams delivers this as
HIGHenges-python/69162d64f96574d9bb629efd.md12Given a string of one or more sentences, determine if it was likely generated by AI using the follow
Redundant / Tautological Comments 96344 pts · 2909 repos
Sample Matches
SevFileLineSnippet
LOWdocker-compose.yml52 ## Set DOCKER_GID to the host's docker group GID (run: stat -c '%g' /var/run/docker.sock).
LOWscripts/clawlog.sh353 # Check if file was created and has content
LOWscripts/auth-monitor.sh39 # Check if we notified recently
LOWscripts/auth-monitor.sh47 # Check if we can still use openclaw
LOWscripts/k8s/create-kind.sh154# Check if cluster already exists
LOWwebsite/tests/test_readme_parser.py533 # Check if inline text starts with '[' but has no link node
Magic Placeholder Names 81966 pts · 857 repos
Sample Matches
SevFileLineSnippet
HIGHdocs/install/daytona.md50daytona login --api-key=YOUR_API_KEY
HIGHdocs/concepts/memory-honcho.md74 apiKey: "your-api-key", // omit for self-hosted
HIGHskills/trello/SKILL.md35 export TRELLO_API_KEY="your-api-key"
HIGHs/samples/tutorial/api_fundamentals.json508 "rightValue": "your-api-key-for-example"
HIGHckages/cli/src/modules/ldap.ee/README.md65 -H "X-N8N-API-KEY: <YOUR_API_KEY>" \
HIGHckages/cli/src/modules/ldap.ee/README.md65 -H "X-N8N-API-KEY: <YOUR_API_KEY>" \
AI Structural Patterns 62800 pts · 1660 repos
Sample Matches
SevFileLineSnippet
LOWls/autoreview/scripts/autoreview_test.py121
LOWsearches/simulated_annealing.py9
LOWproject_euler/problem_020/sol1.py50
LOWphysics/grahams_law.py39
LOWnode/prompt/src/test/testdata/example.py337
LOWu/codegen/dot/dot_kernel_emitter_test.py47
Slop Phrases 35803 pts · 2330 repos
Sample Matches
SevFileLineSnippet
MEDIUMextensions/active-memory/prompt.test.ts9 "Please let me know if you need help.",
LOWside-effects.no-verbatim-capture.test.ts70 "#4242 Vendor Blue 7: Also when reading comments make sure to read the comments they responded t
MEDIUMnts/failover/classify.predicates.test.ts170 "Let me know if you need more details on any of these topics!";
MEDIUMclassification.legacy-billing-b.cases.ts191 "Sure! Here's how to set up billing for your SaaS application.\n\n## Payment Integration\n\nFirs
LOWscripts/jest/setupTests.js73 // TODO: enable this check so we don't forget to reset spyOnX mocks.
LOW/spec-equivalence-reporter/setupTests.js49// TODO: enable this check so we don't forget to reset spyOnX mocks.
Example Usage Blocks 15988 pts · 1667 repos
Sample Matches
SevFileLineSnippet
LOWscripts/create-dmg.sh6# Usage:
LOWscripts/run-opengrep.sh8# Usage:
LOWscripts/notarize-mac-artifact.sh6# Usage:
LOWscripts/k8s/deploy.sh7# Usage:
LOWscripts/k8s/create-kind.sh6# Usage:
LOWscripts/clawdock/clawdock-helpers.sh10# Usage:
AI Response Leakage 12008 pts · 605 repos
Sample Matches
SevFileLineSnippet
HIGHindings/src/server/ReactFizzConfigDOM.js7139// or prerendering. In this implementation we only actually emit headers once and
HIGHciphers/elgamal_key_generator.py11# I have written my code naively same as definition of primitive root
HIGHtensorflow/core/framework/reader_base.h118 // In this implementation all the records come from the same work unit.
HIGHtensorflow/python/training/saver.py1523 # tf.get_collection() returns a list. In this example we only want
HIGHstribute/parameter_server_strategy_v2.py306 # In this example, we're assuming having 3 ps.
HIGHxamples/custom_ops_doc/sleep/sleep_op.py31# In this example, this Python function is a trivial wrapper for the C++ Op:
Dead Code 10635 pts · 467 repos
Sample Matches
SevFileLineSnippet
MEDIUMon/tests/multi_client_input_util_test.py512
MEDIUMon/tests/multi_client_input_util_test.py517
MEDIUMon/tests/multi_client_input_util_test.py518
MEDIUMon/tests/multi_client_input_util_test.py519
MEDIUMon/tests/multi_client_input_util_test.py521
MEDIUMon/tests/multi_client_input_util_test.py543
Overly Generic Function Names 5342 pts · 1014 repos
Sample Matches
SevFileLineSnippet
LOWway-openai-compaction-replay.e2e.test.ts233async function handleRequest(
LOWc/discussions/durable-room-proof.test.ts80 async function handleRequest(req: IncomingMessage, res: ServerResponse): Promise<void> {
LOWi/skills-cli.clawhub-install.e2e.test.ts57 async function handleRequest(req: IncomingMessage, res: ServerResponse): Promise<void> {
LOW/plugins-cli.clawhub-install.e2e.test.ts89 async function handleRequest(req: IncomingMessage, res: ServerResponse): Promise<void> {
LOWsrc/auto-reply/chunk.test.ts144 const fence = "```python\ndef my_function():\n x = 1\n\n y = 2\n return x + y\n```";
LOWsrc/gateway/server-http.ts243 async function handleRequest(

🔎 Repository Explorer

Search, filter and sort all 6765 scanned repositories.

Repository Score Verdict Hits Language Stars Scanned Details
zbezj/HEU_KMS_Activator1000.0Strong AI signal143,2322026-08-29View →
browser-act/skills310.6Strong AI signal2010Python5,5162026-08-29View →
javaparser/javaparser220.3Strong AI signal8747Java6,1422026-08-29View →
zsh-users/zsh-syntax-highlighting177.7Strong AI signal1288Shell22,9622026-08-29View →
openai/openai-python168.9Strong AI signal13227Python31,4902026-08-29View →
daytonaio/daytona146.4Strong AI signal771,8622026-08-29View →
llvm/llvm-project138.5Strong AI signal430194LLVM39,9902026-08-29View →
Superalgos/Superalgos112.7Strong AI signal8136JavaScript5,6292026-08-29View →
bokeh/bokeh111.3Strong AI signal12064Python20,4372026-08-29View →
matplotlib/cheatsheets110.9Strong AI signal123Python7,7262026-08-29View →
spaceship-prompt/spaceship-prompt110.5Strong AI signal642Shell20,5662026-08-29View →
keon/algorithms97.8Strong AI signal1635Python25,5402026-08-29View →
HenryChiao/MIHOMO_YAMLS91.4Strong AI signal8823Shell2,6312026-08-29View →
node-red/node-red90.7Strong AI signal711JavaScript23,5952026-08-29View →
badabing2005/PixelFlasher90.1Strong AI signal3970Python2,2722026-08-29View →
ai-boost/awesome-harness-engineering89.4Strong AI signal58Python3,8742026-08-29View →
dotnet/maui87.4Strong AI signal16778C#23,3152026-08-29View →
plotly/plotly.py86.9Strong AI signal13568Python18,7592026-08-29View →
danielgatis/rembg80.4Strong AI signal151Python24,5062026-08-29View →
agno-agi/agno79.6Strong AI signal46180Python41,9572026-08-29View →
ravynsoft/ravynos78.0Strong AI signal360637C6,8882026-08-29View →
nesquena/hermes-webui76.4Strong AI signal22771Python17,8442026-08-29View →
virattt/ai-hedge-fund71.9Strong AI signal423Python63,0702026-08-29View →
TideDra/zotero-arxiv-daily71.1Strong AI signal152Python5,8872026-08-29View →
HMCL-dev/HMCL70.4Strong AI signal1400Java9,9482026-08-29View →
white0dew/XiaohongshuSkills69.5Strong AI signal235Python3,3742026-08-29View →
KittenML/KittenTTS69.0Strong AI signal66Python15,4142026-08-29View →
perspective-dev/perspective68.8Strong AI signal7100Rust11,1402026-08-29View →
upptime/upptime67.7Strong AI signal24Markdown17,1482026-08-29View →
LmeSzinc/AzurLaneAutoScript66.7Strong AI signal8134Python9,5412026-08-29View →
microsoft/apm66.5Strong AI signal37833Python3,6592026-08-29View →
Z4nzu/hackingtool65.6Strong AI signal499Python79,1542026-08-29View →
freqtrade/freqtrade-strategies64.7Strong AI signal360Python5,4162026-08-29View →
google/clusterfuzz62.9Strong AI signal5810Python5,5962026-08-29View →
GoogleCloudPlatform/training-data-analyst62.5Strong AI signal20857Jupyter Notebook8,6222026-08-29View →
steven2358/awesome-generative-ai61.9Strong AI signal1712,5432026-08-29View →
roboflow/rf-detr61.7Strong AI signal4762Python9,0892026-08-29View →
pytorch/tutorials61.5Strong AI signal2064Python9,2932026-08-29View →
python/typeshed60.3Strong AI signal382Python5,1162026-08-29View →
MakazhanAlpamys/Soup59.0Strong AI signal16524Python3,5312026-08-29View →
earthtojake/text-to-cad58.1Strong AI signal8175Python13,9942026-08-29View →
unslothai/notebooks57.3Strong AI signal7447Jupyter Notebook5,6392026-08-29View →
pyinstaller/pyinstaller56.7Strong AI signal3443Python13,0812026-08-29View →
HKUDS/Vibe-Trading56.4Strong AI signal18909Python31,9682026-08-29View →
aiming-lab/AutoResearchClaw54.7Strong AI signal5375Python14,2702026-08-29View →
CCOSTAN/Home-AssistantConfig53.9Strong AI signal747Python5,2692026-08-29View →
GodsScion/Auto_job_applier_linkedIn53.6Strong AI signal200Python2,7452026-08-29View →
yuanzl77/IPTV53.5Strong AI signal42Python2,1012026-08-29View →
alvinreal/awesome-opensource-ai53.0Strong AI signal59Python4,6392026-08-29View →
ssrajadh/sentrysearch52.6Strong AI signal361Python4,4362026-08-29View →
54yyyu/zotero-mcp52.3Strong AI signal3739Python4,8292026-08-29View →
mandiant/capa51.0Strong AI signal1244Python6,1602026-08-29View →
EvoScientist/EvoScientist50.6Strong AI signal5680Python4,5292026-08-29View →
simular-ai/Agent-S50.5Strong AI signal432Python12,2022026-08-29View →
rllm-org/rllm50.2Strong AI signal3119Python5,8082026-08-29View →
ai4s-research/awesome-ai-for-science50.2Strong AI signal251,9182026-08-29View →
pipeshub-ai/pipeshub-ai50.0Strong AI signal77531Python3,6962026-08-29View →
VectifyAI/PageIndex49.8Strong AI signal2664Python35,3702026-08-29View →
EthicalML/awesome-production-machine-learning49.0Strong AI signal1120,8762026-08-29View →
TauricResearch/TradingAgents48.9Strong AI signal631Python101,5602026-08-29View →
jacob-bd/gemini-notebook-mcp-cli48.7Strong AI signal2161Python5,9692026-08-29View →
benoitc/gunicorn48.5Strong AI signal2954Python10,6642026-08-29View →
simonlin1212/TradingAgents-astock48.2Strong AI signal733Python3,1012026-08-29View →
hummingbot/hummingbot48.0Strong AI signal14004Python19,6862026-08-29View →
ipython/ipython47.5Strong AI signal2560Python16,7732026-08-29View →
Bogdanp/dramatiq47.5Strong AI signal582Python5,3102026-08-29View →
scylladb/scylladb47.3Strong AI signal7351C++15,7232026-08-29View →
chaijs/chai47.2Strong AI signal192JavaScript8,2702026-08-29View →
HKUDS/CLI-Anything47.1Strong AI signal9569Python48,5012026-08-29View →
HKUDS/OpenHarness47.0Strong AI signal2884Python15,5662026-08-29View →
getzep/graphiti46.8Strong AI signal1629Python30,3812026-08-29View →
megadose/holehe46.8Strong AI signal412Python14,4122026-08-29View →
kennethreitz/responder46.6Strong AI signal1667Python3,6212026-08-29View →
isaac-sim/IsaacLab46.3Strong AI signal10639Python7,9882026-08-29View →
feder-cr/AIHawk46.3Strong AI signal252Python30,3072026-09-03View →
ComposioHQ/awesome-claude-skills46.1Strong AI signal2576Python73,8072026-08-29View →
chaosblade-io/chaosblade46.0Strong AI signal5986Python6,5112026-08-29View →
virgiliojr94/book-to-skill45.9Strong AI signal520Python26,7202026-08-29View →
QuipNetwork/quip-protocol45.6Strong AI signal3175Python11,6002026-08-29View →
open-jarvis/OpenJarvis45.6Strong AI signal11519Python9,1432026-08-29View →
QuipNetwork/quip-miner45.6Strong AI signal3175Python11,6002026-08-29View →
ComposioHQ/awesome-codex-skills45.1Strong AI signal2358Python16,0952026-08-29View →
composio-community/awesome-codex-skills45.1Strong AI signal2358Python16,1002026-08-29View →
LearningCircuit/local-deep-research45.0Strong AI signal40275Python9,0012026-08-29View →
mrexodia/ida-pro-mcp44.7Strong AI signal1279Python11,6752026-08-29View →
The-PR-Agent/pr-agent44.6Strong AI signal3148Python12,7502026-08-29View →
jiji262/douyin-downloader44.6Strong AI signal1077Python9,5252026-08-29View →
kubeflow/spark-operator44.2Strong AI signal2726Python3,1502026-08-29View →
microsoft/PyRIT43.8Strong AI signal16293Python4,3752026-08-29View →
TransformerLensOrg/TransformerLens43.7Strong AI signal6734Python3,8322026-08-29View →
gadievron/raptor43.5Strong AI signal55306Python3,6792026-08-29View →
SWE-agent/mini-swe-agent43.5Strong AI signal596Python6,8462026-08-29View →
aniftyco/awesome-tailwindcss43.2Strong AI signal515,1722026-08-29View →
EverMind-AI/Raven43.2Strong AI signal10864Python3,6742026-08-29View →
Tracer-Cloud/opensre42.9Strong AI signal24324Python10,9562026-08-29View →
litestar-org/litestar42.8Strong AI signal3312Python8,4282026-08-29View →
GoogleCloudPlatform/python-docs-samples42.5Strong AI signal9444Jupyter Notebook8,1292026-08-29View →
langchain-ai/langchain42.2Strong AI signal12780Python145,1872026-08-29View →
ScrapeGraphAI/Scrapegraph-ai42.1Strong AI signal863Python30,0232026-08-29View →
opengeos/geoai42.1Strong AI signal3457Python3,3322026-08-29View →
commixproject/commix42.0Strong AI signal808Python5,8282026-08-29View →
microsoft/data-formulator41.9Strong AI signal3728Python17,0282026-08-29View →
hasaneyldrm/exercises-dataset41.8Strong AI signal24HTML21,0672026-08-29View →
anthropics/claude-agent-sdk-python41.8Strong AI signal1564Python7,9972026-08-29View →
CodeBoarding/CodeBoarding41.7Strong AI signal2856Python2,4042026-08-29View →
HypothesisWorks/hypothesis41.4Strong AI signal3949Python8,9182026-08-29View →
PrefectHQ/fastmcp40.8Strong AI signal7907Python27,4242026-08-29View →
Fincept-Corporation/FinceptTerminal40.8Strong AI signal19768C++30,7462026-08-29View →
rocketride-org/rocketride-server40.8Strong AI signal19138Python7,3522026-08-29View →
microsoft/markitdown40.7Strong AI signal397Python176,8032026-08-29View →
kyegomez/swarms40.6Strong AI signal5089Python7,1042026-08-29View →
NVIDIA/SkillSpector40.4Strong AI signal3334Python15,1162026-08-29View →
repowise-dev/repowise40.4Strong AI signal21903Python6,2622026-08-29View →
guillaumemeyer/watermarks-remover40.2Strong AI signal1052Python19,1712026-08-29View →
datawhalechina/competition-baseline40.0Strong AI signal522Jupyter Notebook4,7572026-08-29View →
slskd/slskd40.0Strong AI signal1545C#3,7972026-08-29View →
healthchecks/healthchecks39.9Strong AI signal2660Python10,2932026-08-29View →
sooperset/mcp-atlassian39.8Strong AI signal4090Python5,8092026-08-29View →
ed-donner/llm_engineering39.7Strong AI signal4521Jupyter Notebook7,2252026-08-29View →
ministackorg/ministack39.6Strong AI signal9756Python4,1702026-08-29View →
OpenMined/PySyft39.4Strong AI signal2080Python9,9742026-08-29View →
AI4Finance-Foundation/FinRobot39.4Strong AI signal771Jupyter Notebook7,8852026-08-29View →
robusta-dev/krr39.1Strong AI signal236Python4,7022026-08-29View →
samuelgursky/davinci-resolve-mcp39.1Strong AI signal5144Python2,3242026-08-29View →
agentscope-ai/agentscope39.0Strong AI signal5105Python29,9312026-08-29View →
noonghunna/club-309038.9Strong AI signal6113Python2,1152026-08-29View →
dusklinux/dusky38.8Strong AI signal7988Python2,3602026-08-29View →
andreafrancia/trash-cli38.6Strong AI signal583Python4,5632026-08-29View →
chopratejas/headroom38.5Strong AI signal18491Python67,9292026-08-29View →
headroomlabs-ai/headroom38.5Strong AI signal18491Python67,9302026-08-29View →
zsh-users/zsh-completions38.2Strong AI signal9Shell7,8712026-08-29View →
bmoscon/cryptofeed38.1Strong AI signal302Python2,8902026-08-29View →
arc53/DocsGPT38.0Strong AI signal11701Python18,2312026-08-29View →
tirth8205/code-review-graph38.0Strong AI signal3602Python30,9602026-08-29View →
jamwithai/production-agentic-rag-course38.0Strong AI signal428Python8,5172026-08-29View →
mvanhorn/last30days-skill37.8Strong AI signal4477Python59,8922026-08-29View →
Robbyant/lingbot-map37.7Strong AI signal764Python16,7262026-08-29View →
LMCache/LMCache37.4Strong AI signal10756Python11,5502026-08-29View →
EverMind-AI/EverOS37.4Strong AI signal4139Python12,5232026-08-29View →
elder-plinius/OBLITERATUS37.3Strong AI signal3174Python8,0992026-08-29View →
sansan0/TrendRadar37.0Strong AI signal1072Python61,8942026-08-29View →
huggingface/speech-to-speech37.0Strong AI signal1870Python12,9192026-08-29View →
MervinPraison/PraisonAI36.9Strong AI signal35796Python8,9772026-08-29View →
semantica-agi/semantica36.8Strong AI signal11540Python11,1732026-08-29View →
microsoft/agent-governance-toolkit36.6Strong AI signal21264Python6,1432026-08-29View →
pipecat-ai/pipecat36.4Strong AI signal8208Python14,9092026-08-29View →
nvim-tree/nvim-tree.lua36.4Strong AI signal55Lua8,6342026-08-29View →
oumi-ai/oumi36.3Strong AI signal6791Python9,3792026-08-29View →
ace-step/ACE-Step-1.536.2Strong AI signal4099Python12,4472026-08-29View →
safishamsi/graphify36.1Strong AI signal6696Python111,9242026-08-29View →
Lightricks/LTX-236.1Strong AI signal1863Python9,2862026-08-29View →
Graphify-Labs/graphify36.1Strong AI signal6696Python112,0252026-08-29View →
kubernetes-client/python36.1Strong AI signal23572Python7,6522026-08-29View →
open-webui/open-terminal35.9Strong AI signal108Python3,0382026-08-29View →
Observal/Observal35.9Strong AI signal8169Python2,3542026-08-29View →
Giskard-AI/giskard-oss35.7Strong AI signal2018Python5,7822026-08-29View →
sktime/sktime35.7Strong AI signal6679Python9,9702026-08-29View →
gptme/gptme35.7Strong AI signal13056Python4,4012026-08-29View →
bytedance/deer-flow35.5Strong AI signal17991Python81,0542026-08-29View →
awslabs/mcp35.5Strong AI signal28498Python9,6432026-08-29View →
nicolargo/glances35.4Strong AI signal1421Python33,4572026-08-29View →
joeseesun/qiaomu-anything-to-notebooklm35.4Strong AI signal85Python5,8422026-08-29View →
pnnbao97/VieNeu-TTS35.4Strong AI signal352Python2,4462026-08-29View →
hacksider/Deep-Live-Cam35.3Strong AI signal206Python96,1862026-08-29View →
data-privacy-stack/presidio35.3Strong AI signal2532Python10,6702026-08-29View →
tonquer/picacg-qt35.3Strong AI signal2229Python5,1982026-08-29View →
ranaroussi/yfinance35.2Strong AI signal424Python25,0972026-08-29View →
HKUDS/LightRAG35.1Strong AI signal10386Python39,2532026-08-29View →
ranger/ranger35.0Strong AI signal685Python17,3742026-08-29View →
disposable-email-domains/disposable-email-domains34.9Strong AI signal48Python5,4582026-08-29View →
awslabs/aidlc-workflows34.9Strong AI signal900Python4,2122026-08-29View →
aliasrobotics/cai34.8Strong AI signal8328Python9,8142026-08-29View →
HKUDS/RAG-Anything34.7Strong AI signal779Python23,0962026-08-29View →
datalab-to/surya34.6Strong AI signal265Python21,3282026-08-29View →
langchain-ai/langgraph34.5Strong AI signal4231Python40,6292026-08-29View →
NousResearch/hermes-agent34.4Strong AI signal73153Python237,6432026-08-29View →
google/adk-samples34.4Strong AI signal11045Python10,2482026-08-29View →
wizarrrr/wizarr34.4Strong AI signal1798Python3,1742026-08-29View →
phuryn/pm-skills34.3Strong AI signal24925,7532026-08-29View →
alexzhang13/rlm34.3Strong AI signal740Python5,5542026-08-29View →
unoplatform/uno34.2Strong AI signal11916C#10,0202026-08-29View →
VRSEN/agency-swarm34.2Strong AI signal3110Python4,5432026-08-29View →
mangiucugna/json_repair34.2Strong AI signal396Python5,0802026-08-29View →
dgtlmoon/changedetection.io34.1Strong AI signal2319Python33,3892026-08-29View →
NVIDIA/Isaac-GR00T34.1Strong AI signal1309Python7,9452026-08-29View →
KalyanKS-NLP/llm-engineer-toolkit34.0Strong AI signal510,7752026-08-29View →
EvolvingLMMs-Lab/lmms-eval34.0Strong AI signal5998Python4,3832026-08-29View →
nyldn/claude-octopus33.8Strong AI signal3332Shell4,0182026-08-29View →
denizsafak/abogen33.8Strong AI signal2180Python5,7862026-08-29View →
getzep/zep33.7Strong AI signal3064Python4,8732026-08-29View →
karpathy/nanochat33.6Strong AI signal148Python57,5982026-08-29View →
CloakHQ/CloakBrowser33.5Strong AI signal1403Python30,9252026-08-29View →
browser-use/web-ui33.4Strong AI signal193Python16,2992026-08-29View →
dbcli/mycli33.3Strong AI signal1975Python11,9702026-08-29View →
ag2ai/ag233.3Strong AI signal5414Python4,8922026-08-29View →
bluesky-social/atproto33.3Strong AI signal1510TypeScript9,6172026-08-29View →
aden-hive/hive33.3Strong AI signal10318Python10,9862026-08-29View →
stickerdaniel/linkedin-mcp-server33.2Strong AI signal2646Python3,2602026-08-29View →
huggingface/lerobot33.1Strong AI signal6380Python27,0182026-08-29View →
open-compass/opencompass33.1Strong AI signal6723Python7,3732026-08-29View →
gepa-ai/gepa33.1Strong AI signal1874Jupyter Notebook6,2772026-08-29View →
microsoft/graphrag33.0Strong AI signal1285Python35,7182026-08-29View →
ModelEngine-Group/nexent33.0Strong AI signal21903Python5,8412026-08-29View →
gitpython-developers/GitPython33.0Strong AI signal1102Python5,1782026-08-29View →
PrefectHQ/marvin33.0Strong AI signal660Python6,1922026-08-29View →
MemoriLabs/Memori32.8Strong AI signal1786Python16,2602026-08-29View →
apify/crawlee-python32.8Strong AI signal2280Python9,4722026-08-29View →
sabamdarif/termux-desktop32.8Strong AI signal128Shell2,2142026-08-29View →
img2threejs/img2threejs32.7Strong AI signal1735Python14,3922026-08-29View →
mksglu/context-mode32.6Strong AI signal1848TypeScript20,2182026-08-29View →
teng-lin/notebooklm-py32.6Strong AI signal17763Python18,9872026-08-29View →
flwrlabs/flower32.6Strong AI signal6126Python7,0912026-08-29View →
ed-donner/agents32.5Strong AI signal6570Jupyter Notebook6,0582026-08-29View →
gruntwork-io/terratest32.4Strong AI signal829Go7,9442026-08-29View →
stanfordnlp/dspy32.2Strong AI signal2409Python37,6352026-08-29View →
HugoBlox/hugo-theme-academic-cv32.2Strong AI signal70Jupyter Notebook5,0482026-08-29View →
pypa/virtualenv32.2Strong AI signal493Python5,0422026-08-29View →
raullenchai/Rapid-MLX32.1Strong AI signal22110Python3,5622026-08-29View →
OthmanAdi/planning-with-files32.0Strong AI signal1493Shell26,4062026-08-29View →
antoinezambelli/forge32.0Strong AI signal1950Python2,2292026-08-29View →
crystaldba/postgres-mcp32.0Strong AI signal398Python3,2352026-08-29View →
onedr0p/cluster-template31.9Strong AI signal52YAML2,7952026-08-29View →
Slicer/Slicer31.9Strong AI signal3855C++2,5982026-08-29View →
vitali87/code-graph-rag31.8Strong AI signal11299Python4,8422026-08-29View →
facebook/hermes31.8Strong AI signal20180JavaScript11,2732026-08-29View →
cowrie/cowrie31.8Strong AI signal1409Python6,5082026-08-29View →
huggingface/transformers31.7Strong AI signal37027Python164,5612026-08-29View →
livekit/agents31.7Strong AI signal6171Python13,3222026-08-29View →
angristan/openvpn-install31.6Strong AI signal121Shell16,1162026-08-29View →
tradermonty/claude-trading-skills31.6Strong AI signal7158Python2,7332026-08-29View →
PrimeIntellect-ai/verifiers31.5Strong AI signal2513Python4,5692026-08-29View →
google/adk-python31.4Strong AI signal17916Python21,3172026-08-29View →
didi/booster31.4Strong AI signal135Kotlin5,0702026-08-29View →
Canner/WrenAI31.3Strong AI signal2264Python17,4172026-08-29View →
radixark/miles31.3Strong AI signal6212Python2,2832026-08-29View →
Ulauncher/Ulauncher31.2Strong AI signal556Python4,5022026-08-29View →
rafalp/Misago31.2Strong AI signal11629Python2,7772026-08-29View →
homeassistant-ai/ha-mcp31.1Strong AI signal15865Python4,5432026-08-29View →
music-assistant/server31.1Strong AI signal17511Python3,0072026-08-29View →
ByteDance-Seed/Depth-Anything-331.1Strong AI signal548Python6,2262026-08-29View →
browser-use/browser-use31.0Strong AI signal3421Python111,5522026-08-29View →
tensorflow/models31.0Strong AI signal14555Python77,6592026-08-29View →
feder-cr/Jobs_Applier_AI_Agent_AIHawk31.0Strong AI signal136Python30,2702026-08-29View →
spyder-ide/spyder31.0Strong AI signal5389Python9,3002026-08-29View →
anthropics/defending-code-reference-harness31.0Strong AI signal512Python7,3782026-08-29View →
MoonshotAI/kimi-cli31.0Strong AI signal4721Python11,2832026-08-29View →
NVIDIA-NeMo/Guardrails30.8Strong AI signal7770Python7,0262026-08-29View →
AI4Finance-Foundation/FinGPT30.7Strong AI signal944Jupyter Notebook21,1682026-08-29View →
galilai-group/stable-worldmodel30.7Strong AI signal1613Python2,1612026-08-29View →
dpkp/kafka-python30.6Strong AI signal2167Python5,8982026-08-29View →
PurpleAILAB/Decepticon30.6Strong AI signal6812Python5,3542026-08-29View →
facebookresearch/sam330.6Strong AI signal1304Python11,5152026-08-29View →
BigBodyCobain/Shadowbroker30.5Strong AI signal8205Python10,9882026-08-29View →
stdlib-js/stdlib30.5Strong AI signal716JavaScript5,9452026-08-29View →
unclecode/crawl4ai30.4Strong AI signal5660Python79,6542026-08-29View →
CursorTouch/Windows-MCP30.4Strong AI signal871Python6,8432026-08-29View →
oomol-lab/pdf-craft30.4Strong AI signal688Python6,2312026-08-29View →
HKUDS/DeepTutor30.3Strong AI signal10783Python37,7782026-08-29View →
harbor-framework/harbor30.2Strong AI signal11840Python4,7512026-08-29View →
Zipstack/unstract30.2Strong AI signal7489Python7,1792026-08-29View →
optuna/optuna30.1Strong AI signal1849Python14,7202026-08-29View →
debpalash/OmniVoice-Studio29.9Moderate AI signal9796Python11,9212026-08-29View →
areal-project/AReaL29.9Moderate AI signal6050Python5,7002026-08-29View →
debpalash/VoiceStudio29.9Moderate AI signal9796Python11,9372026-08-29View →
roboflow/supervision29.8Moderate AI signal2081Python49,7752026-08-29View →
facebookresearch/vggt29.8Moderate AI signal288Python14,3042026-08-29View →
pewdiepie-archdaemon/odysseus29.8Moderate AI signal9765Python86,4682026-08-29View →
pathwaycom/llm-app29.8Moderate AI signal79Jupyter Notebook58,9792026-08-29View →
Andyyyy64/whichllm29.8Moderate AI signal612Python6,5112026-08-29View →
odysseus-dev/odysseus29.8Moderate AI signal9765Python86,4792026-08-29View →
BerriAI/litellm29.7Moderate AI signal70337Python57,4872026-08-29View →
omnigent-ai/omnigent29.7Moderate AI signal34605Python9,4442026-08-29View →
Q00/ouroboros29.7Moderate AI signal23824Python5,7232026-08-29View →
PySimpleGUI/PySimpleGUI29.6Moderate AI signal455Python13,8102026-08-29View →
saulpw/visidata29.6Moderate AI signal839Python9,2562026-08-29View →
apache/ossie29.6Moderate AI signal1107Python1,9972026-08-29View →
BradyFU/Awesome-Multimodal-Large-Language-Models29.5Moderate AI signal717,9932026-08-29View →
K-Dense-AI/claude-scientific-writer29.5Moderate AI signal4006Python2,2642026-08-29View →
fivetran/great_expectations29.5Moderate AI signal9364Python11,7452026-08-29View →
UKGovernmentBEIS/inspect_ai29.5Moderate AI signal14101Python2,6602026-08-29View →
HKUDS/nanobot29.4Moderate AI signal9861Python47,4942026-08-29View →
ahujasid/blender-mcp29.4Moderate AI signal421Python26,4292026-08-29View →
allenai/olmocr29.4Moderate AI signal1470Python19,3992026-08-29View →
MoonshotAI/FlashKDA29.4Moderate AI signal27Cuda1,2362026-08-29View →
MCPBlender/blender-mcp29.4Moderate AI signal421Python26,4622026-08-29View →
xtekky/gpt4free29.3Moderate AI signal1515Python66,6072026-08-29View →
topoteretes/cognee29.2Moderate AI signal9924Python30,3232026-08-29View →
Light-Heart-Labs/DreamServer29.2Moderate AI signal4942Python4,7922026-08-29View →
wiltodelta/remove-ai-watermarks29.2Moderate AI signal1599Python5,3082026-08-29View →
Osmantic/ODS29.2Moderate AI signal4942Python4,7992026-08-29View →
pulumi/pulumi29.1Moderate AI signal38592Go25,6222026-08-29View →
soimort/you-get29.0Moderate AI signal414Python56,8712026-08-29View →
AnswerDotAI/nbdev29.0Moderate AI signal192Jupyter Notebook5,3142026-08-29View →
bradautomates/claude-video29.0Moderate AI signal100Python16,4182026-08-29View →
ophub/fnnas28.9Moderate AI signal29Shell3,2842026-08-29View →
caronc/apprise28.8Moderate AI signal3887Python17,2042026-08-29View →
langchain-ai/local-deep-researcher28.8Moderate AI signal24Python9,3212026-08-29View →
dotnet/aspnetcore28.7Moderate AI signal11310C#38,4002026-08-29View →
oraios/serena28.7Moderate AI signal2976Python28,5752026-08-29View →
camel-ai/owl28.7Moderate AI signal471Python20,1092026-08-29View →
quantumlib/Cirq28.7Moderate AI signal9718Python5,0552026-08-29View →
plastic-labs/honcho28.7Moderate AI signal4231Python6,9112026-08-29View →
langflow-ai/langflow28.5Moderate AI signal37190Python153,7912026-08-29View →
NanmiCoder/MediaCrawler28.5Moderate AI signal905Python63,9832026-08-29View →
brokermr810/QuantDinger28.5Moderate AI signal4905Python11,1682026-08-29View →
marshmallow-code/marshmallow28.5Moderate AI signal542Python7,2422026-08-29View →
HolmesGPT/holmesgpt28.4Moderate AI signal4389Python3,1622026-08-29View →
zhayujie/CowAgent28.3Moderate AI signal3372Python46,7102026-08-29View →
Netflix/metaflow28.3Moderate AI signal2979Python10,2502026-08-29View →
OpenByteInc/QuantDinger28.3Moderate AI signal5036Python11,1782026-08-29View →
camel-ai/camel28.2Moderate AI signal7120Python17,6512026-08-29View →
python-trio/trio28.2Moderate AI signal1712Python7,3082026-08-29View →
unslothai/unsloth28.1Moderate AI signal48776Python75,0452026-08-29View →
basicmachines-co/basic-memory28.1Moderate AI signal8653Python3,7932026-08-29View →
israel-dryer/ttkbootstrap28.1Moderate AI signal1513Python2,6472026-08-29View →
guardrails-ai/guardrails28.1Moderate AI signal1112Python7,3342026-08-29View →
langchain-ai/deepagents28.0Moderate AI signal20313Python28,6552026-08-29View →
dsphper/lanhu-mcp28.0Moderate AI signal177Python2,2612026-08-29View →
AIDC-AI/Pixelle-Video27.9Moderate AI signal693Python27,4312026-08-29View →
jundot/omlx27.9Moderate AI signal13072Python20,9002026-08-29View →
dottxt-ai/outlines27.9Moderate AI signal855Python15,7082026-08-29View →
browser-use/workflow-use27.9Moderate AI signal885Python4,1542026-08-29View →
MemPalace/mempalace27.8Moderate AI signal6162Python58,7022026-08-29View →
vectorize-io/hindsight27.8Moderate AI signal15653Python21,6012026-08-29View →
xonsh/xonsh27.8Moderate AI signal3340Python9,6242026-08-29View →
JoshuaC215/agent-service-toolkit27.8Moderate AI signal272Python4,4482026-08-29View →
kedro-org/kedro27.8Moderate AI signal1911Python10,9752026-08-29View →
stanfordnlp/stanza27.8Moderate AI signal2231Python7,8682026-08-29View →
Project-N-E-K-O/N.E.K.O27.8Moderate AI signal50054Python2,6992026-08-29View →
Lightning-AI/pytorch-lightning27.7Moderate AI signal3572Python31,3152026-08-29View →
googleapis/python-genai27.7Moderate AI signal3690Python3,9462026-08-29View →
Panniantong/Agent-Reach27.6Moderate AI signal599Python76,3402026-08-29View →
Pennyw0rth/NetExec27.6Moderate AI signal1020Python5,8202026-08-29View →
OpenSenseNova/SenseNova-U127.6Moderate AI signal1809Python5,7952026-08-29View →
StackStorm/st227.6Moderate AI signal5086Python6,5262026-08-29View →
NawfalMotii79/PLFM_RADAR27.5Moderate AI signal1004PLSQL24,9012026-08-29View →
napari/napari27.5Moderate AI signal3709Python2,7492026-08-29View →
autogluon/autogluon27.5Moderate AI signal4398Python10,6232026-08-29View →
yzhao062/pyod27.5Moderate AI signal1660Python9,9772026-08-29View →
Skyvern-AI/skyvern27.4Moderate AI signal33464Python22,8732026-08-29View →
agentscope-ai/QwenPaw27.3Moderate AI signal24802Python34,6112026-08-29View →
jacobgil/pytorch-grad-cam27.3Moderate AI signal127Python12,9602026-08-29View →
NirDiamant/RAG_Techniques27.2Moderate AI signal154Jupyter Notebook29,2632026-08-29View →
Breakthrough/PySceneDetect27.2Moderate AI signal487Python5,1302026-08-29View →
kornia/kornia27.2Moderate AI signal3954Python11,3342026-08-29View →
NVIDIA/Model-Optimizer27.2Moderate AI signal8450Python3,5242026-08-29View →
dbcli/pgcli27.0Moderate AI signal392Python13,3702026-08-29View →
py-why/dowhy27.0Moderate AI signal1215Python8,2902026-08-29View →
scrapy/scrapy26.9Moderate AI signal2136Python64,0812026-08-29View →
huggingface/sentence-transformers26.8Moderate AI signal3094Python19,0452026-08-29View →
lsdefine/GenericAgent26.8Moderate AI signal1579Python14,0712026-08-29View →
transformerlab/transformerlab-app26.8Moderate AI signal3668Python5,1802026-08-29View →
GetStream/Vision-Agents26.8Moderate AI signal2250Python8,1032026-08-29View →
Screenly/Anthias26.8Moderate AI signal2342Python3,6552026-08-29View →
PaddlePaddle/PaddleFormers26.7Moderate AI signal7400Python12,9872026-08-29View →
mlfoundations/open_clip26.7Moderate AI signal923Python14,1012026-08-29View →
falconry/falcon26.7Moderate AI signal1454Python9,7952026-08-29View →
Flowseal/tg-ws-proxy26.7Moderate AI signal227Python9,5512026-08-29View →
mujocolab/mjlab26.7Moderate AI signal1651Python2,8742026-08-29View →
Qiskit/qiskit26.6Moderate AI signal10231Python7,7542026-08-29View →
kaifcodec/user-scanner26.6Moderate AI signal977Python3,4122026-08-29View →
smicallef/spiderfoot26.6Moderate AI signal1475Python21,4982026-08-29View →
NevaMind-AI/memU26.5Moderate AI signal794Python14,3522026-08-29View →
DietrichGebert/ponytail26.5Moderate AI signal133JavaScript115,3032026-08-29View →
alicevision/Meshroom26.5Moderate AI signal477Python12,9302026-08-29View →
vllm-project/vllm-omni26.4Moderate AI signal19064Python6,4362026-08-29View →
Sylius/Sylius26.4Moderate AI signal10602PHP8,5162026-08-29View →
langchain-ai/open_deep_research26.4Moderate AI signal177Python12,6772026-08-29View →
assafelovic/gpt-researcher26.3Moderate AI signal1414Python29,1862026-08-29View →
chidiwilliams/buzz26.3Moderate AI signal1500Python21,1762026-08-29View →
cool-RR/PySnooper26.3Moderate AI signal181Python16,5812026-08-29View →
dashingsoft/pyarmor26.3Moderate AI signal702Python5,1852026-08-29View →
microsoft/playwright-python26.2Moderate AI signal2784Python14,9602026-08-29View →
uber/causalml26.1Moderate AI signal718Python5,9762026-08-29View →
gunthercox/ChatterBot26.1Moderate AI signal503Python14,5082026-08-29View →
sqlmapproject/sqlmap26.0Moderate AI signal3398Python38,2922026-08-29View →
huggingface/smolagents26.0Moderate AI signal787Python29,0332026-08-29View →
stefan-jansen/machine-learning-for-trading26.0Moderate AI signal11169Jupyter Notebook20,7092026-08-29View →
ascending-llc/jarvis-registry26.0Moderate AI signal4626Python2,7692026-08-29View →
567-labs/instructor25.9Moderate AI signal2329Python13,7932026-08-29View →
yihong0618/bilingual_book_maker25.9Moderate AI signal635Python9,6142026-08-29View →
google-deepmind/gemma25.9Moderate AI signal756Python5,7022026-08-29View →
g1879/DrissionPage25.8Moderate AI signal411Python12,4072026-08-29View →
Yuliang-Liu/MonkeyOCR25.8Moderate AI signal271Python6,6362026-08-29View →
deepspeedai/DeepSpeedExamples25.8Moderate AI signal1380Python6,8412026-08-29View →
skypilot-org/skypilot25.7Moderate AI signal13480Python10,5342026-08-29View →
open-edge-platform/anomalib25.7Moderate AI signal2591Python6,0972026-08-29View →
pypa/pipx25.7Moderate AI signal919Python12,9472026-08-29View →
ophub/amlogic-s9xxx-openwrt25.7Moderate AI signal56Shell3,0012026-08-29View →
microsoft/SkillOpt25.6Moderate AI signal2256Python16,4452026-08-29View →
github/spec-kit25.5Moderate AI signal5533Python132,0072026-08-29View →
openai/tiktoken25.5Moderate AI signal51Python19,1132026-08-29View →
MODSetter/SurfSense25.5Moderate AI signal11504Python16,0292026-08-29View →
buildbot/buildbot25.5Moderate AI signal5746Python5,4712026-08-29View →
VoltAgent/awesome-agent-skills25.4Moderate AI signal1533,0272026-08-29View →
ludwig-ai/ludwig25.4Moderate AI signal3620Python11,7452026-08-29View →
modelscope/modelscope25.4Moderate AI signal10792Python9,1162026-08-29View →
algorithmicsuperintelligence/optillm25.4Moderate AI signal1138Python4,2572026-08-29View →
qualcomm/aimet25.4Moderate AI signal5183Python2,6902026-08-29View →
google/langextract25.3Moderate AI signal972Python38,5002026-08-29View →
openai/openai-agents-python25.3Moderate AI signal12573Python29,0432026-08-29View →
ColorlibHQ/gentelella25.3Moderate AI signal338HTML21,4992026-08-29View →
verl-project/verl25.3Moderate AI signal4536Python23,1792026-08-29View →
yokoffing/Betterfox25.3Moderate AI signal136JavaScript10,8032026-08-29View →
666ghj/BettaFish25.2Moderate AI signal1443Python42,1002026-08-29View →
geopy/geopy25.2Moderate AI signal338Python4,8562026-08-29View →
OpenMOSS/MOSS-TTS25.1Moderate AI signal620Python4,0392026-08-29View →
OpenXiangShan/XiangShan25.1Moderate AI signal921Scala7,2222026-08-29View →
Thysrael/Horizon25.1Moderate AI signal609Python9,0592026-08-29View →
pex-tool/pex25.1Moderate AI signal4249Python4,2242026-08-29View →
treeverse/dvc25.0Moderate AI signal1507Python15,8502026-08-29View →
NVIDIA/cosmos24.9Moderate AI signal3826Jupyter Notebook11,6642026-08-29View →
pandas-dev/pandas24.8Moderate AI signal15826Python49,5812026-08-29View →
yifanfeng97/Hyper-Extract24.8Moderate AI signal903Python3,6002026-08-29View →
algorithmicsuperintelligence/openevolve24.8Moderate AI signal2298Python7,2812026-08-29View →
keras-team/keras24.7Moderate AI signal7650Python64,2632026-08-29View →
Alishahryar1/free-claude-code24.7Moderate AI signal3638Python51,1552026-08-29View →
armbian/build24.7Moderate AI signal777Shell5,3832026-08-29View →
FlashML-org/FreeToken24.7Moderate AI signal2543Python11,0992026-09-02View →
pi-hole/pi-hole24.6Moderate AI signal112Shell60,6572026-08-29View →
HKUDS/OpenSpace24.6Moderate AI signal6134Python7,4732026-08-29View →
dtolnay/proc-macro-workshop24.6Moderate AI signal62Rust4,8582026-08-29View →
linkedin/Liger-Kernel24.6Moderate AI signal2241Python6,5922026-08-29View →
PennyLaneAI/pennylane24.6Moderate AI signal12319Python3,4422026-08-29View →
D4Vinci/Scrapling24.5Moderate AI signal1067Python76,9262026-08-29View →
PriorLabs/TabPFN24.5Moderate AI signal1711Python7,8602026-08-29View →
newton-physics/newton24.5Moderate AI signal10648Python5,5522026-08-29View →
AgriciDaniel/claude-seo24.5Moderate AI signal843Python15,7362026-08-29View →
moesnow/March7thAssistant24.5Moderate AI signal1364Python11,3412026-08-29View →
VoltAgent/awesome-openclaw-skills24.4Moderate AI signal5952,2212026-08-29View →
ansible/awx24.4Moderate AI signal3953Python15,5392026-08-29View →
apache/airflow24.3Moderate AI signal46250Python46,6292026-08-29View →
NVIDIA-NeMo/NeMo24.3Moderate AI signal9197Python18,3542026-08-29View →
microsoft/RD-Agent24.3Moderate AI signal1445Python14,3542026-08-29View →
NVIDIA-NeMo/Speech24.3Moderate AI signal9197Python18,3542026-08-29View →
subzeroid/instagrapi24.3Moderate AI signal1642Python6,7242026-08-29View →
langroid/langroid24.3Moderate AI signal2146Python4,1012026-08-29View →
microsoft/VibeVoice24.2Moderate AI signal376Python53,2962026-08-29View →
tqdm/tqdm24.2Moderate AI signal197Python31,3002026-08-29View →
celery/celery24.1Moderate AI signal2528Python28,8342026-08-29View →
google-ai-edge/LiteRT-LM24.1Moderate AI signal1881C++6,3112026-08-29View →
PaperMC/Paper24.0Moderate AI signal783Java12,6052026-08-29View →
cocoindex-io/cocoindex24.0Moderate AI signal3073Rust11,4282026-08-29View →
THUDM/slime24.0Moderate AI signal1507Python8,2942026-08-29View →
strukto-ai/mirage24.0Moderate AI signal20811TypeScript3,5792026-08-29View →
calibrain/shelfmark24.0Moderate AI signal3416Python3,8012026-08-29View →
jhao104/proxy_pool23.9Moderate AI signal145Python23,6462026-08-29View →
RetroPie/RetroPie-Setup23.9Moderate AI signal345Shell10,4132026-08-29View →
linq2db/linq2db23.8Moderate AI signal4711C#3,3232026-08-29View →
aimacode/aima-python23.7Moderate AI signal1076Jupyter Notebook8,8002026-08-29View →
happycola233/tchMaterial-parser23.7Moderate AI signal83Python6,3022026-08-29View →
amitshekhariitbhu/ai-engineering-interview-questions23.7Moderate AI signal9Markdown2,8822026-08-29View →
QuentinFuxa/WhisperLiveKit23.7Moderate AI signal687Python10,9722026-08-29View →
reflex-dev/reflex23.6Moderate AI signal5126Python28,8572026-08-29View →
aio-libs/aiohttp23.6Moderate AI signal2880Python16,5312026-08-29View →
datajuicer/data-juicer23.6Moderate AI signal4215Python6,9472026-08-29View →
nltk/nltk23.5Moderate AI signal3244Python14,7062026-08-29View →
maziyarpanahi/openmed23.5Moderate AI signal21324Python5,1742026-08-29View →
api-platform/api-platform23.5Moderate AI signal95PHP9,1802026-08-29View →
MadsLorentzen/ai-job-search23.4Moderate AI signal473Python37,7992026-08-29View →
element-hq/synapse23.4Moderate AI signal9515Python4,5642026-08-29View →
mvdctop/Movie_Data_Capture23.4Moderate AI signal108Python7,4322026-08-29View →
NewFuture/DDNS23.4Moderate AI signal1322Python4,6872026-08-29View →
hexo-ai/sia23.3Moderate AI signal284Python2,1252026-08-29View →
ageitgey/face_recognition23.3Moderate AI signal78Python56,6882026-08-29View →
run-llama/llama_index23.2Moderate AI signal10717Python51,9062026-08-29View →
python-poetry/poetry23.2Moderate AI signal1773Python34,2982026-08-29View →
huggingface/ml-intern23.2Moderate AI signal1198Python10,7532026-08-29View →
k2-fsa/OmniVoice23.2Moderate AI signal250Python9,5162026-08-29View →
permissionlesstech/bitchat-android23.2Moderate AI signal349Kotlin7,5852026-08-29View →
XuehaiPan/nvitop23.2Moderate AI signal488Python7,1272026-08-29View →
pytorch/rl23.2Moderate AI signal9836Python3,5392026-08-29View →
francescopace/espectre23.1Moderate AI signal752Python9,1692026-08-29View →
gpustack/gpustack23.1Moderate AI signal5273Python5,5712026-08-29View →
tconbeer/harlequin23.1Moderate AI signal1051Python6,3562026-08-29View →
Avaiga/taipy23.0Moderate AI signal3177Python19,4352026-08-29View →
fail2ban/fail2ban23.0Moderate AI signal511Python18,4972026-08-29View →
tensorflow/serving23.0Moderate AI signal411C++6,3602026-08-29View →
agentscope-ai/AgentTeams23.0Moderate AI signal2763Go5,5022026-08-29View →
cartography-cncf/cartography23.0Moderate AI signal8030Python4,0302026-08-29View →
piku/piku23.0Moderate AI signal85Python6,6032026-08-29View →
wkentaro/labelme22.9Moderate AI signal1300Python16,1342026-08-29View →
RasaHQ/rasa22.9Moderate AI signal3524Python21,3112026-08-29View →
linyqh/NarratoAI22.9Moderate AI signal1133Python10,9062026-08-29View →
xingpingcn/enhanced-FaaS-in-China22.9Moderate AI signal36Python3,0732026-08-29View →
faif/python-patterns22.9Moderate AI signal95Python42,9492026-08-29View →
FlagOpen/FlagEmbedding22.9Moderate AI signal1873Python12,1002026-08-29View →
hpcaitech/ColossalAI22.8Moderate AI signal4661Python41,4432026-08-29View →
index-tts/index-tts22.8Moderate AI signal1195Python23,5622026-08-29View →
elder-plinius/G0DM0D322.8Moderate AI signal609TypeScript10,8532026-08-29View →
lexiforest/curl_cffi22.8Moderate AI signal511Python6,4092026-08-29View →
jay3-yy/BiliPai22.8Moderate AI signal1370Kotlin4,3762026-08-29View →
TeamWiseFlow/xiaobei22.8Moderate AI signal821Python8,4742026-08-29View →
dimensionalOS/dimos22.8Moderate AI signal7721Python4,4362026-08-29View →
uikit/uikit22.7Moderate AI signal2065HTML18,5332026-08-29View →
zylon-ai/private-gpt22.7Moderate AI signal3511Python57,4822026-08-29View →
coleifer/peewee22.7Moderate AI signal1386Python11,9842026-08-29View →
pycaret/pycaret22.7Moderate AI signal1876Python9,8332026-08-29View →
PrefectHQ/prefect22.6Moderate AI signal18799Python23,7072026-08-29View →
spotify/luigi22.6Moderate AI signal1426Python18,7682026-08-29View →
MustardChef/WSABuilds22.6Moderate AI signal227Python18,2692026-08-29View →
FalkorDB/FalkorDB22.6Moderate AI signal2108Rust5,6852026-08-29View →
microsoft/UFO22.6Moderate AI signal4030Python9,5842026-08-29View →
Huanshere/VideoLingo22.6Moderate AI signal258Python18,2872026-08-29View →
huggingface/diffusers22.5Moderate AI signal15027Python34,4012026-08-29View →
ocrmypdf/OCRmyPDF22.5Moderate AI signal1094Python34,6042026-08-29View →
seleniumbase/SeleniumBase22.5Moderate AI signal1243Python12,9662026-08-29View →
openatx/uiautomator222.5Moderate AI signal259Python8,3142026-08-29View →
huggingface/datasets22.4Moderate AI signal1901Python21,8732026-08-29View →
openwrt-xiaomi/xmir-patcher22.4Moderate AI signal357Python3,4182026-08-29View →
google-research/timesfm22.3Moderate AI signal378Python28,2922026-08-29View →
gitpod-io/gitpod22.3Moderate AI signal3277TypeScript13,7602026-08-29View →
fastai/fastai22.3Moderate AI signal473Jupyter Notebook28,1282026-08-29View →
mvt-project/mvt22.3Moderate AI signal647Python12,9802026-08-29View →
unit8co/darts22.3Moderate AI signal2238Python9,5102026-08-29View →
cvxpy/cvxpy22.3Moderate AI signal2658C++6,3142026-08-29View →
pytorch/ignite22.2Moderate AI signal1812Python4,7792026-08-29View →
zjunlp/EasyEdit22.2Moderate AI signal1986Jupyter Notebook2,9092026-08-29View →
tile-ai/tilelang22.2Moderate AI signal5370Python7,3012026-08-29View →
ibis-project/ibis22.2Moderate AI signal3169Python6,6492026-08-29View →
meta-pytorch/captum22.2Moderate AI signal1272Python5,6952026-08-29View →
GlasgowEmbedded/glasgow22.2Moderate AI signal854Python2,2022026-08-29View →
Significant-Gravitas/AutoGPT22.1Moderate AI signal18689Python186,9642026-08-29View →
mem0ai/mem022.1Moderate AI signal3751Python64,2642026-08-29View →
ZhuLinsen/daily_stock_analysis22.1Moderate AI signal9783Python64,2072026-08-29View →
microsoft/mcp-for-beginners22.1Moderate AI signal21981Jupyter Notebook17,1042026-08-29View →
maziggy/bambuddy22.1Moderate AI signal12374Python2,8732026-08-29View →
ray-project/ray22.0Moderate AI signal28101Python43,6382026-08-29View →
FujiwaraChoki/MoneyPrinterV222.0Moderate AI signal96Python31,6772026-08-29View →
StarTrail-org/LEANN22.0Moderate AI signal1318Python12,8422026-08-29View →
redis/redis-py22.0Moderate AI signal4517Python13,6232026-08-29View →
ArcReel/ArcReel22.0Moderate AI signal10855Python4,2502026-08-29View →
apache/tvm21.9Moderate AI signal12018Python13,6982026-08-29View →
NVIDIA/TensorRT-LLM21.8Moderate AI signal31610Python14,4942026-08-29View →
Delgan/loguru21.8Moderate AI signal535Python24,0882026-08-29View →
modular/modular21.7Moderate AI signal22974Mojo29,2922026-08-29View →
openstack/openstack21.7Moderate AI signal2Python6,0132026-08-29View →
Kludex/uvicorn21.7Moderate AI signal393Python10,9332026-08-29View →
roboflow/inference21.7Moderate AI signal16224Python2,4282026-08-29View →
pdm-project/pdm21.7Moderate AI signal1059Python8,6712026-08-29View →
patroni/patroni21.7Moderate AI signal1039Python8,6882026-08-29View →
metabrainz/picard21.7Moderate AI signal4766Python5,1512026-08-29View →
fossasia/visdom21.6Moderate AI signal1622Python10,2832026-08-29View →
strands-agents/harness-sdk21.6Moderate AI signal7491Python7,0432026-08-29View →
neuml/txtai21.6Moderate AI signal632Python12,9122026-08-29View →
certbot/certbot21.5Moderate AI signal1517Python33,2182026-08-29View →
harry0703/MoneyPrinterTurbo21.4Moderate AI signal1261Python117,9752026-08-29View →
jxxghp/MoviePilot21.4Moderate AI signal11584Python11,6532026-08-29View →
renpy/renpy21.4Moderate AI signal4137Ren'Py6,7772026-08-29View →
rq/rq21.4Moderate AI signal647Python10,6722026-08-29View →
GreyDGL/PentestGPT21.4Moderate AI signal373Python15,1272026-08-29View →
Klipper3d/klipper21.4Moderate AI signal37864C11,8482026-08-29View →
freqtrade/freqtrade21.3Moderate AI signal2574Python53,7752026-08-29View →
streamlit/streamlit21.3Moderate AI signal11616Python45,6292026-08-29View →
state-spaces/mamba21.3Moderate AI signal397Python18,7852026-08-29View →
giampaolo/psutil21.3Moderate AI signal858Python11,2692026-08-29View →
lyuwenyu/RT-DETR21.3Moderate AI signal1021Python5,4772026-08-29View →
onnxsim/onnxsim21.3Moderate AI signal2335Python4,3922026-08-29View →
saltstack/salt21.2Moderate AI signal16294Python15,6362026-08-29View →
networkx/networkx21.2Moderate AI signal3512Python17,2302026-08-29View →
HKUDS/ViMax21.2Moderate AI signal467Python12,1392026-08-29View →
vllm-project/llm-compressor21.2Moderate AI signal999Python3,7352026-08-29View →
EcoPasteHub/EcoPaste21.2Moderate AI signal991Rust7,3382026-08-29View →
ReChronoRain/HyperCeiler21.2Moderate AI signal349Java5,2922026-08-29View →
microsoft/TRELLIS.221.2Moderate AI signal389Python10,9092026-08-29View →
modelcontextprotocol/python-sdk21.1Moderate AI signal4320Python24,1462026-08-29View →
google-gemini/cookbook21.1Moderate AI signal179Jupyter Notebook17,7132026-08-29View →
google/oss-fuzz21.1Moderate AI signal4397Shell12,5972026-08-29View →
axolotl-ai-cloud/axolotl21.1Moderate AI signal3980Python12,4172026-08-29View →
julep-ai/julep21.1Moderate AI signal4038Python6,5912026-08-29View →
aishwaryanr/awesome-generative-ai-guide21.0Moderate AI signal446HTML28,9282026-08-29View →
langflow-ai/openrag21.0Moderate AI signal5224Python4,4942026-08-29View →
aws/aws-sam-cli21.0Moderate AI signal7733Python6,7332026-09-02View →
pypa/pipenv20.9Moderate AI signal3576Python25,0342026-08-29View →
borgbackup/borg20.9Moderate AI signal1672Python13,6602026-08-29View →
pylint-dev/pylint20.9Moderate AI signal2698Python5,7192026-08-29View →
django-oauth/django-oauth-toolkit20.9Moderate AI signal1647Python3,3342026-08-29View →
Kozea/Radicale20.9Moderate AI signal792Python4,9372026-08-29View →
django/django20.8Moderate AI signal11483Python89,0282026-08-29View →
beeware/toga20.8Moderate AI signal2245Python5,4062026-08-29View →
d12frosted/homebrew-emacs-plus20.8Moderate AI signal106Ruby2,9172026-08-29View →
ultralytics/yolov320.8Moderate AI signal158Python10,5992026-08-29View →
tmux-python/tmuxp20.8Moderate AI signal732Python4,5702026-08-29View →
Gallopsled/pwntools20.7Moderate AI signal3935Python13,6612026-08-29View →
opensquilla/opensquilla20.7Moderate AI signal34625Python6,7512026-08-29View →
scikit-image/scikit-image20.7Moderate AI signal3292Python6,5792026-08-29View →
kivy/kivy20.6Moderate AI signal1993Python19,0112026-08-29View →
ethereum/consensus-specs20.6Moderate AI signal3147Python3,9582026-08-29View →
Genesis-Embodied-AI/Genesis20.5Moderate AI signal2723Python29,8202026-08-29View →
Genesis-Embodied-AI/genesis-world20.5Moderate AI signal2723Python29,8222026-08-29View →
remsky/Kokoro-FastAPI20.5Moderate AI signal546Python5,3792026-08-29View →
ansible/ansible20.4Moderate AI signal5833Python70,4882026-08-29View →
saleor/saleor20.4Moderate AI signal17634Python23,2722026-08-29View →
resemble-ai/chatterbox20.4Moderate AI signal121Python26,1832026-08-29View →
microsoft/agent-framework20.4Moderate AI signal16291Python13,1822026-08-29View →
qubvel-org/segmentation_models.pytorch20.4Moderate AI signal253Python11,7092026-08-29View →
hect0x7/JMComic-Crawler-Python20.4Moderate AI signal344Python7,0322026-08-29View →
FoundationAgents/OpenManus20.4Moderate AI signal314Python58,1122026-08-29View →
OpenShot/openshot-qt20.3Moderate AI signal2440Python6,2132026-08-29View →
hao-ai-lab/FastVideo20.3Moderate AI signal6764Python4,1142026-08-29View →
zedeus/nitter20.3Moderate AI signal132Nim14,0492026-08-29View →
coleifer/huey20.3Moderate AI signal207Python6,0192026-08-29View →
su-kaka/gcli2api20.3Moderate AI signal662Python5,1032026-08-29View →
python-telegram-bot/python-telegram-bot20.2Moderate AI signal3151Python29,4362026-08-29View →
dataelement/bisheng20.2Moderate AI signal10175Python11,9162026-08-29View →
Kanaries/pygwalker20.2Moderate AI signal471Python15,9502026-08-29View →
pymupdf/PyMuPDF20.2Moderate AI signal933Python10,5972026-08-29View →
Project-MONAI/MONAI20.2Moderate AI signal5305Python8,6412026-08-29View →
SeemSeam/claude_codex_bridge20.2Moderate AI signal19354Python3,4632026-08-29View →
raspberrypi/pico-sdk20.2Moderate AI signal9211C4,9442026-08-29View →
microsoft/autogen20.1Moderate AI signal3062Python60,6732026-08-29View →
laramies/theHarvester20.1Moderate AI signal1744Python17,2242026-08-29View →
flashinfer-ai/flashinfer20.1Moderate AI signal14715Python6,2742026-08-29View →
archlinuxcn/repo20.1Moderate AI signal1585Shell1,9032026-08-29View →
jazzband/pip-tools20.1Moderate AI signal459Python8,0072026-08-29View →
mlc-ai/mlc-llm20.0Moderate AI signal871Python23,1042026-08-29View →
wesbos/JavaScript3020.0Moderate AI signal94HTML29,2602026-08-29View →
google-labs-code/design.md20.0Moderate AI signal185TypeScript27,5782026-08-29View →
cupy/cupy20.0Moderate AI signal4620Python12,2842026-08-29View →
pytorch/torchtitan20.0Moderate AI signal2985Python5,6752026-08-29View →
smacke/ffsubsync20.0Moderate AI signal206Python7,8572026-08-29View →
spack/spack20.0Moderate AI signal4829Python5,1162026-08-29View →
WenyuChiou/awesome-agentic-ai-zh20.0Moderate AI signal1197Python6,4812026-08-29View →
anthropics/financial-services19.9Moderate AI signal559Python34,5622026-08-29View →
usablica/intro.js19.9Moderate AI signal324TypeScript23,4562026-08-29View →
NirDiamant/agents-towards-production19.8Moderate AI signal49Jupyter Notebook21,3442026-08-29View →
ophub/amlogic-s9xxx-armbian19.7Moderate AI signal132Shell9,6942026-08-29View →
reactive-python/reactpy19.7Moderate AI signal572Python8,1532026-08-29View →
conan-io/conan19.7Moderate AI signal3368Python9,4942026-08-29View →
llmware-ai/llmware19.6Moderate AI signal995Python14,8522026-08-29View →
Rapptz/discord.py19.6Moderate AI signal1129Python16,1582026-08-29View →
bitnami/containers19.6Moderate AI signal7485Shell4,4512026-08-29View →
alecthomas/voluptuous19.6Moderate AI signal171Python1,8502026-08-29View →
NVlabs/LongLive19.5Moderate AI signal557Python2,5652026-08-29View →
andrewyng/aisuite19.5Moderate AI signal2181Python16,1982026-08-29View →
lcobucci/jwt19.5Moderate AI signal229PHP7,4832026-08-29View →
pypa/hatch19.5Moderate AI signal1104Python7,2292026-08-29View →
WeblateOrg/weblate19.5Moderate AI signal6667Python6,0432026-08-29View →
wasm-bindgen/wasm-bindgen19.5Moderate AI signal9353Rust9,1292026-08-29View →
projectlombok/lombok19.5Moderate AI signal258Java13,4722026-08-29View →
lightseekorg/tokenspeed19.5Moderate AI signal8973Python2,0312026-08-29View →
HaujetZhao/CapsWriter-Offline19.5Moderate AI signal1843Python6,7092026-08-29View →
volcengine/OpenViking19.4Moderate AI signal15360Python34,1182026-08-29View →
recommenders-team/recommenders19.4Moderate AI signal581Python21,8632026-08-29View →
SuanmoSuanyangTechnology/MemoryBear19.4Moderate AI signal7699Python5,1972026-08-29View →
swagger-api/swagger-core19.4Moderate AI signal207Java7,5312026-08-29View →
zubair-trabzada/geo-seo-claude19.4Moderate AI signal170Python9,5162026-08-29View →
onyx-dot-app/onyx19.3Moderate AI signal20417Python31,8132026-08-29View →
huggingface/trl19.3Moderate AI signal2321Python19,1712026-08-29View →
guidance-ai/guidance19.3Moderate AI signal578Jupyter Notebook21,7302026-08-29View →
lyogavin/airllm19.3Moderate AI signal166Jupyter Notebook32,9422026-08-29View →
Imbad0202/academic-research-skills-codex19.3Moderate AI signal16666Python9,4712026-08-29View →
lutris/lutris19.3Moderate AI signal1137Python10,2022026-08-29View →
walkinglabs/hands-on-modern-rl19.3Moderate AI signal1496Python4,1442026-08-29View →
sngyai/Sequoia-X19.3Moderate AI signal32Python6,4642026-09-03View →
scikit-learn/scikit-learn19.2Moderate AI signal7338Python67,0852026-08-29View →
squidfunk/mkdocs-material19.2Moderate AI signal1324Python27,3432026-08-29View →
usestrix/strix19.2Moderate AI signal1579Python59,0752026-08-29View →
e2b-dev/E2B19.2Moderate AI signal1730Python13,5772026-08-29View →
MacRimi/ProxMenux19.2Moderate AI signal3617TypeScript2,9172026-08-29View →
kernc/backtesting.py19.2Moderate AI signal99Python8,9072026-08-29View →
RsaCtfTool/RsaCtfTool19.2Moderate AI signal175Python7,0992026-08-29View →
AsahiLinux/m1n119.2Moderate AI signal1189Python4,1922026-08-29View →
ifixai-ai/iFixAi19.2Moderate AI signal663Python11,3652026-08-29View →
pytest-dev/pytest19.1Moderate AI signal2897Python14,4552026-08-29View →
facebookresearch/detectron219.1Moderate AI signal1379Python34,6922026-08-29View →
WEIFENG2333/VideoCaptioner19.1Moderate AI signal703Python15,7952026-08-29View →
opensandbox-group/OpenSandbox19.1Moderate AI signal6804Go14,8012026-08-29View →
angr/angr19.1Moderate AI signal6270Python9,0422026-08-29View →
sunnypilot/sunnypilot19.1Moderate AI signal1592Python2,0682026-08-29View →
ModelTC/LightLLM19.1Moderate AI signal2868Python4,2512026-08-29View →
jax-ml/jax19.0Moderate AI signal13049Python36,2202026-08-29View →
mouredev/roadmap-retos-programacion19.0Moderate AI signal7872Python8,7282026-08-29View →
google-gemma/cookbook19.0Moderate AI signal158Jupyter Notebook3,9832026-08-29View →
langbot-app/LangBot18.9Moderate AI signal5354Python17,5992026-08-29View →
espressif/esptool18.9Moderate AI signal685Python6,4592026-08-29View →
x-cmd/x-cmd18.8Moderate AI signal300Awk4,6162026-08-29View →
Eventual-Inc/Daft18.8Moderate AI signal7066Rust5,7312026-08-29View →
marceloprates/prettymaps18.8Moderate AI signal66Python14,1252026-08-29View →
Pycord-Development/pycord18.8Moderate AI signal1090Python2,9542026-08-29View →
confident-ai/deepeval18.7Moderate AI signal5006Python17,9362026-08-29View →
Imbad0202/academic-research-skills18.7Moderate AI signal8164Python44,0822026-08-29View →
kohya-ss/sd-scripts18.7Moderate AI signal1642Python7,2132026-08-29View →
NVlabs/Sana18.6Moderate AI signal1884Python8,8782026-08-29View →
PrismML-Eng/Bonsai-demo18.6Moderate AI signal96Shell2,2552026-08-29View →
modelscope/FunClip18.6Moderate AI signal84Python6,1962026-08-29View →
gruns/icecream18.6Moderate AI signal74Python10,1102026-08-29View →
psf/requests18.5Moderate AI signal330Python54,2582026-08-29View →
Farama-Foundation/Gymnasium18.5Moderate AI signal942Python12,4262026-08-29View →
zhiyiYo/PyQt-Fluent-Widgets18.5Moderate AI signal826Python8,0782026-08-29View →
openagents-org/openagents18.5Moderate AI signal6686TypeScript4,0162026-08-29View →
jianchang512/pyvideotrans18.4Moderate AI signal1209Python18,8272026-08-29View →
microsoft/agent-lightning18.4Moderate AI signal214Python17,8922026-08-29View →
JoeanAmier/TikTokDownloader18.4Moderate AI signal429Python15,6132026-08-29View →
Tencent-Hunyuan/HunyuanVideo18.4Moderate AI signal103Python12,4882026-08-29View →
google/agents-cli18.4Moderate AI signal697Python5,7542026-08-29View →
ashishps1/awesome-leetcode-resources18.3Moderate AI signal29Java17,7482026-08-29View →
agent0ai/agent-zero18.3Moderate AI signal4471Python19,0012026-08-29View →
AI4Finance-Foundation/FinRL18.3Moderate AI signal262Jupyter Notebook16,1292026-08-29View →
xorbitsai/inference18.3Moderate AI signal7275Python9,5282026-08-29View →
CharlesPikachu/musicdl18.3Moderate AI signal527Python5,8872026-08-29View →
zhayujie/bot-on-anything18.3Moderate AI signal111Python4,2152026-08-29View →
iOfficeAI/OfficeCLI18.3Moderate AI signal3607C#29,4592026-08-29View →
marin-community/marin18.3Moderate AI signal12095Python2,9682026-08-29View →
Textualize/textual18.2Moderate AI signal2355Python37,0752026-08-29View →
sgl-project/sglang18.2Moderate AI signal34962Python32,6262026-08-29View →
st-tech/ppf-contact-solver18.2Moderate AI signal3410Python4,4512026-08-29View →
NVIDIA/warp18.2Moderate AI signal6499Python7,0462026-08-29View →
netalertx/NetAlertX18.2Moderate AI signal2393Python6,9592026-08-29View →
rentruewang/aioway18.2Moderate AI signal214Python1,8242026-08-29View →
sissbruecker/linkding18.2Moderate AI signal1184Python11,1132026-08-29View →
feast-dev/feast18.2Moderate AI signal6370Python7,2372026-08-29View →
openedx/openedx-platform18.2Moderate AI signal15775Python8,1762026-08-29View →
ccxt/ccxt18.1Moderate AI signal83005Python43,7862026-08-29View →
huggingface/peft18.1Moderate AI signal3276Python21,6042026-08-29View →
Cinnamon/kotaemon18.1Moderate AI signal737Python25,7232026-08-29View →
googleapis/google-cloud-go18.1Moderate AI signal114187Go4,5002026-08-29View →
anthropics/skills18.0Moderate AI signal469Python172,2242026-08-29View →
MetaCubeX/mihomo18.0Moderate AI signal26Python33,6192026-08-29View →
dograh-hq/dograh18.0Moderate AI signal3904Python5,5172026-08-29View →
OpenDroneMap/ODM18.0Moderate AI signal364Python6,4252026-08-29View →
andrewyng/openworker18.0Moderate AI signal2384Python16,8822026-08-29View →
ultralytics/yolov517.9Moderate AI signal235Python57,9402026-08-29View →
sickn33/antigravity-awesome-skills17.9Moderate AI signal27707Python45,5942026-08-29View →
soxoj/maigret17.9Moderate AI signal538Python37,1262026-08-29View →
LibrePhotos/librephotos17.9Moderate AI signal2415Python8,0532026-08-29View →
Cloud-CV/EvalAI17.9Moderate AI signal2470Python2,0392026-08-29View →
sickn33/agentic-awesome-skills17.9Moderate AI signal27707Python45,6142026-08-29View →
pydantic/logfire17.9Moderate AI signal2625Python4,4442026-08-29View →
pyvista/pyvista17.9Moderate AI signal4792Python3,7882026-08-29View →
KIYI671/AhabAssistantLimbusCompany17.9Moderate AI signal558Python1,9772026-08-29View →
google/flax17.9Moderate AI signal2403Jupyter Notebook7,3072026-08-29View →
Kludex/starlette17.8Moderate AI signal508Python12,5782026-08-29View →
Unclecheng-li/VulnClaw17.8Moderate AI signal2163Python3,0242026-08-29View →
apache/hive17.8Moderate AI signal5101Java6,0152026-08-29View →
NVIDIA-NeMo/Switchyard17.8Moderate AI signal1545Python2,5612026-08-29View →
autoscrape-labs/pydoll17.8Moderate AI signal1159HTML7,0532026-08-29View →
tensorflow/tensorflow17.7Moderate AI signal27929C++197,7642026-08-29View →
rendercv/rendercv17.7Moderate AI signal770Python17,4422026-08-29View →
QuipNetwork/quip-node-manager17.7Moderate AI signal177Rust5,4922026-08-29View →
google/python-fire17.7Moderate AI signal171Python28,2122026-08-29View →
Blaizzy/mlx-audio17.7Moderate AI signal3227Python7,8022026-08-29View →
ohmybash/oh-my-bash17.7Moderate AI signal302Shell7,6672026-08-29View →
alexta69/metube17.6Moderate AI signal484Python14,5412026-08-29View →
Atlas-OS/Atlas17.6Moderate AI signal37Batchfile21,3842026-08-29View →
modelscope/FunASR17.6Moderate AI signal4276Python20,0612026-08-29View →
Y2Z/monolith17.6Moderate AI signal60Rust15,4552026-08-29View →
dreammis/social-auto-upload17.6Moderate AI signal411Python14,6422026-08-29View →
crazyguitar/pysheeet17.6Moderate AI signal139Python8,1512026-08-29View →
bottlesdevs/Bottles17.6Moderate AI signal1253Python8,7512026-08-29View →
jumpserver/jumpserver17.5Moderate AI signal2679Python31,4662026-08-29View →
guzzle/guzzle17.5Moderate AI signal1746PHP23,4572026-08-29View →
Acly/krita-ai-diffusion17.5Moderate AI signal956Python10,5202026-08-29View →
bmaltais/kohya_ss17.5Moderate AI signal775Python12,5542026-08-29View →
bitcoin/bips17.5Moderate AI signal289Wikitext10,9322026-08-29View →
koxudaxi/datamodel-code-generator17.5Moderate AI signal9248Python4,0072026-08-29View →
Aider-AI/aider17.4Moderate AI signal1178Python48,5542026-08-29View →
langchain-ai/chat-langchain17.4Moderate AI signal188TypeScript6,4412026-08-29View →
007revad/Synology_HDD_db17.4Moderate AI signal48Shell5,8072026-08-29View →
doctrine/dbal17.4Moderate AI signal1700PHP9,7032026-08-29View →
hgmzhn/manga-translator-ui17.4Moderate AI signal4268Python2,6722026-08-29View →
microsoft/semantic-kernel17.3Moderate AI signal7228C#28,5092026-08-29View →
nginx-proxy/nginx-proxy17.3Moderate AI signal144Python19,9002026-08-29View →
OpenPipe/ART17.3Moderate AI signal4365Python10,6772026-08-29View →
fla-org/flash-linear-attention17.3Moderate AI signal2452Python5,6532026-08-29View →
spesmilo/electrum17.3Moderate AI signal3035Python8,5722026-08-29View →
alibaba/ROLL17.3Moderate AI signal1802Python3,3732026-08-29View →
rakudo/rakudo17.3Moderate AI signal614Raku1,8952026-08-29View →
apache/arrow17.2Moderate AI signal8272C++17,0692026-08-29View →
SWE-agent/SWE-agent17.2Moderate AI signal326Python20,1672026-08-29View →
pallets/flask17.2Moderate AI signal334Python72,1442026-08-29View →
FunAudioLLM/CosyVoice17.2Moderate AI signal289Python22,9602026-08-29View →
deepinsight/insightface17.2Moderate AI signal4296Python29,5932026-08-29View →
Kiln-AI/Kiln17.2Moderate AI signal7622Python5,0372026-08-29View →
midoks/mdserver-web17.2Moderate AI signal2126Python4,5242026-08-29View →
TencentCloud/TencentDB-Agent-Memory17.2Moderate AI signal1814TypeScript25,0612026-08-29View →
abus-aikorea/voice-pro17.2Moderate AI signal844Python12,6692026-08-29View →
superlinked/sie17.2Moderate AI signal8379Python2,8532026-08-29View →
encode/django-rest-framework17.1Moderate AI signal1024Python30,1492026-08-29View →
RyanCodrai/turbovec17.1Moderate AI signal1441Rust16,4932026-08-29View →
Arindam200/awesome-ai-apps17.1Moderate AI signal2529Python13,5202026-08-29View →
pypa/pip17.1Moderate AI signal3226Python10,2712026-08-29View →
langchain-ai/open-swe17.1Moderate AI signal3385Python10,6262026-08-29View →
bayesian-optimization/BayesianOptimization17.1Moderate AI signal132Python8,6972026-08-29View →
ManimCommunity/manim17.0Moderate AI signal1609Python40,4992026-08-29View →
OpenBMB/VoxCPM17.0Moderate AI signal188Python36,2182026-08-29View →
blue-yonder/tsfresh17.0Moderate AI signal294Jupyter Notebook9,3012026-08-29View →
msitarzewski/agency-agents16.9Moderate AI signal686Shell148,5992026-08-29View →
kyutai-labs/pocket-tts16.9Moderate AI signal161Python9,1942026-08-29View →
rockbenben/ChatGPT-Shortcut16.9Moderate AI signal464TypeScript8,7272026-08-29View →
enarjord/passivbot16.9Moderate AI signal10583Python2,0822026-08-29View →
PrimeIntellect-ai/prime-rl16.9Moderate AI signal997Python1,9892026-08-29View →
norman/friendly_id16.9Moderate AI signal86Ruby6,2252026-08-29View →
InternLM/lmdeploy16.8Moderate AI signal4106Python8,0312026-08-29View →
xerrors/Yuxi16.8Moderate AI signal3970Python6,5802026-08-29View →
huggingface/accelerate16.8Moderate AI signal1285Python9,8412026-08-29View →
readthedocs/readthedocs.org16.8Moderate AI signal2180Python8,3792026-08-29View →
crewAIInc/crewAI16.7Moderate AI signal10217Python57,7422026-08-29View →
khoj-ai/khoj16.7Moderate AI signal964Python36,7582026-08-29View →
keephq/keep16.7Moderate AI signal2947Python12,2602026-08-29View →
Blaizzy/mlx-vlm16.7Moderate AI signal5662Python5,4362026-08-29View →
simonw/sqlite-utils16.7Moderate AI signal595Python2,1612026-08-29View →
symfony/console16.7Moderate AI signal961PHP9,8102026-08-29View →
daijro/camoufox16.7Moderate AI signal1742C++11,5142026-08-29View →
dlt-hub/dlt16.7Moderate AI signal7425Python5,7952026-08-29View →
FlareSolverr/FlareSolverr16.7Moderate AI signal72Python15,3362026-08-29View →
vllm-project/vllm16.6Moderate AI signal23484Python90,3132026-08-29View →
eosphoros-ai/DB-GPT16.6Moderate AI signal6281Python19,8202026-08-29View →
BlinkDL/RWKV-LM16.6Moderate AI signal306Python14,6862026-08-29View →
abseil/abseil-cpp16.6Moderate AI signal2004C++18,1042026-08-29View →
AnInsomniacy/motrix-next16.6Moderate AI signal855JavaScript9,8082026-08-29View →
numba/numba16.6Moderate AI signal4803Python11,1322026-08-29View →
RLinf/RLinf16.6Moderate AI signal4418Python4,6742026-08-29View →
lfnovo/open-notebook16.5Moderate AI signal1298TypeScript37,8372026-08-29View →
ratatui/ratatui16.5Moderate AI signal1267Rust22,4232026-08-29View →
rohitg00/ai-engineering-from-scratch16.5Moderate AI signal4978Python50,5982026-08-29View →
pjialin/py1230616.5Moderate AI signal112Python14,9052026-08-29View →
Farama-Foundation/HighwayEnv16.5Moderate AI signal211Python3,2992026-08-29View →
freedomofpress/dangerzone16.5Moderate AI signal350Python5,7172026-08-29View →
NEKOparapa/AiNiee16.5Moderate AI signal795Python6,1872026-08-29View →
langgenius/dify16.4Moderate AI signal29760TypeScript153,7602026-08-29View →
anthropics/claude-cookbooks16.4Moderate AI signal574Jupyter Notebook52,2362026-08-29View →
zhenxun-org/zhenxun_bot16.4Moderate AI signal1816Python3,8332026-08-29View →
Azure-Samples/azure-search-openai-demo16.4Moderate AI signal740Python7,7482026-08-29View →
google-deepmind/open_spiel16.4Moderate AI signal3938C++5,4412026-08-29View →
lingfengQAQ/webnovel-writer16.4Moderate AI signal1499Python6,8322026-08-29View →
schemathesis/schemathesis16.4Moderate AI signal4252Python3,5652026-08-29View →
AgriciDaniel/claude-obsidian16.4Moderate AI signal732Python14,3302026-08-29View →
oobabooga/textgen16.3Moderate AI signal555Python47,5892026-08-29View →
nwjs/nw.js16.3Moderate AI signal700JavaScript41,1602026-08-29View →
AstrBotDevs/AstrBot16.3Moderate AI signal5315Python39,7332026-08-29View →
ArchiveBox/ArchiveBox16.3Moderate AI signal2334Python28,1992026-08-29View →
Guovin/iptv-api16.3Moderate AI signal707Python25,0222026-08-29View →
marimo-team/marimo16.3Moderate AI signal12442Python22,5312026-08-29View →
patchy631/ai-engineering-hub16.3Moderate AI signal1738Jupyter Notebook37,2132026-08-29View →
bleachbit/bleachbit16.3Moderate AI signal865Python6,7362026-08-29View →
pyca/cryptography16.3Moderate AI signal3730Python7,7312026-08-29View →
sqlalchemy/sqlalchemy16.3Moderate AI signal11228Python12,1192026-08-29View →
librosa/librosa16.3Moderate AI signal760Python8,5802026-08-29View →
cv-cat/Spider_XHS16.3Moderate AI signal198Python7,4472026-08-29View →
ultralytics/ultralytics16.2Moderate AI signal1587Python61,0432026-08-29View →
HKUDS/DeepCode16.2Moderate AI signal3362Python16,4432026-08-29View →
SFTtech/openage16.2Moderate AI signal1492Python14,4062026-08-29View →
django-cms/django-cms16.2Moderate AI signal1884Python10,6672026-08-29View →
x-hw/amazing-qr16.2Moderate AI signal58Python10,8122026-08-29View →
Chia-Network/chia-blockchain16.2Moderate AI signal4604Python10,7992026-08-29View →
audreyfeldroy/cookiecutter-pypackage16.2Moderate AI signal85Python4,5972026-08-29View →
trailofbits/algo16.1Moderate AI signal230Python30,3672026-08-29View →
sebastianbergmann/php-code-coverage16.1Moderate AI signal843PHP8,9252026-08-29View →
CoplayDev/unity-mcp16.1Moderate AI signal2613C#13,7322026-08-29View →
cocotb/cocotb16.1Moderate AI signal906Python2,4862026-08-29View →
TransWithAI/Faster-Whisper-TransWithAI-ChickenRice16.1Moderate AI signal111Python2,2122026-08-29View →
ostris/ai-toolkit16.1Moderate AI signal2134Python11,8462026-08-29View →
markqvist/Reticulum16.1Moderate AI signal1775Python7,0612026-08-29View →
geekyutao/Inpaint-Anything16.1Moderate AI signal626Jupyter Notebook7,7042026-08-29View →
mlflow/mlflow16.0Moderate AI signal22320Python27,7122026-08-29View →
bwya77/vscode-dark-islands16.0Moderate AI signal46Shell8,5562026-08-29View →
mukul975/Anthropic-Cybersecurity-Skills16.0Moderate AI signal6795Python31,5072026-08-29View →
shiaho777/web-to-app16.0Moderate AI signal4302Kotlin5,9262026-08-29View →
getsentry/self-hosted16.0Moderate AI signal81Shell9,5222026-08-29View →
n4ze3m/page-assist16.0Moderate AI signal1157TypeScript8,1832026-08-29View →
elastic/detection-rules16.0Moderate AI signal2174Python2,6952026-08-29View →
deepseek-ai/DeepSpec16.0Moderate AI signal185Python7,0492026-08-29View →
Farama-Foundation/PettingZoo16.0Moderate AI signal474Python3,4982026-08-29View →
uber/ADR16.0Moderate AI signal1524Python1,5062026-08-29View →
h2oai/h2o-llmstudio16.0Moderate AI signal406Python5,1742026-08-29View →
HariSekhon/DevOps-Bash-tools16.0Moderate AI signal2041Shell8,3922026-08-29View →
deepspeedai/DeepSpeed15.9Moderate AI signal4127Python43,0182026-08-29View →
google-research/google-research15.9Moderate AI signal42412Jupyter Notebook38,6412026-08-29View →
modelscope/ms-swift15.9Moderate AI signal2545Python15,3982026-08-29View →
ModelTC/LightX2V15.9Moderate AI signal3948Python2,7452026-08-29View →
pallets/werkzeug15.9Moderate AI signal510Python6,8782026-08-29View →
emcie-co/parlant15.8Moderate AI signal2632Python18,2692026-08-29View →
isl-org/Open3D15.8Moderate AI signal3676C++13,9252026-08-29View →
mindee/doctr15.8Moderate AI signal622Python6,3232026-08-29View →
PostHog/posthog15.7Moderate AI signal120001Python39,4072026-08-29View →
microsoft/OmniParser15.7Moderate AI signal117Jupyter Notebook25,3252026-08-29View →
coderamp-labs/gitingest15.7Moderate AI signal149Python15,3562026-08-29View →
robotframework/robotframework15.7Moderate AI signal2653Python11,8492026-08-29View →
jupytext/jupytext15.7Moderate AI signal860Python7,2352026-08-29View →
pymc-devs/pymc15.7Moderate AI signal1862Python9,7282026-08-29View →
verilator/verilator15.7Moderate AI signal5601SystemVerilog3,8842026-08-29View →
alsyundawy/Microsoft-Office-For-MacOS15.7Moderate AI signal5Shell7,7532026-08-29View →
AtalayaLabs/OxiCloud15.7Moderate AI signal2988Rust3,5162026-08-29View →
dgunning/edgartools15.7Moderate AI signal12065Python2,6322026-08-29View →
chatanywhere/GPT_API_free15.6Moderate AI signal841,3172026-08-29View →
kvcache-ai/ktransformers15.6Moderate AI signal4040Python19,3202026-08-29View →
locustio/locust15.6Moderate AI signal682Python28,1122026-08-29View →
dask/dask15.6Moderate AI signal3416Python13,9012026-08-29View →
sebastianbergmann/environment15.6Moderate AI signal36PHP6,7662026-08-29View →
charliedream1/ai_quant_trade15.6Moderate AI signal904Jupyter Notebook6,4252026-08-29View →
goldmansachs/gs-quant15.6Moderate AI signal2246Python12,8052026-08-29View →
pytorch/vision15.5Moderate AI signal1664Python17,8872026-08-29View →
FareedKhan-dev/train-llm-from-scratch15.5Moderate AI signal135Python9,4712026-08-29View →
wandb/wandb15.5Moderate AI signal4947Python11,2432026-08-29View →
amnweb/yasb15.5Moderate AI signal1946Python5,4042026-08-29View →
kiddin9/Kwrt15.5Moderate AI signal6Shell8,9792026-08-29View →
onetimesecret/onetimesecret15.5Moderate AI signal11327Ruby2,9132026-08-29View →
ihmily/StreamCap15.5Moderate AI signal267Python4,1562026-08-29View →
pdfarranger/pdfarranger15.5Moderate AI signal133Python5,8162026-08-29View →
idank/explainshell15.5Moderate AI signal703Python14,2192026-08-29View →
YILING0013/AI_NovelGenerator15.5Moderate AI signal173Python5,9702026-08-29View →
hsliuping/TradingAgents-CN15.4Moderate AI signal7023Python31,4322026-08-29View →
Anionex/banana-slides15.4Moderate AI signal1752TypeScript15,5122026-08-29View →
MemTensor/MemOS15.4Moderate AI signal4530TypeScript11,0682026-08-29View →
simonw/datasette15.4Moderate AI signal1557Python11,4152026-08-29View →
WangRongsheng/awesome-LLM-resources15.4Moderate AI signal98,8802026-08-29View →
zhinianboke/xianyu-auto-reply15.4Moderate AI signal3477Python6,8232026-08-29View →
mockery/mockery15.4Moderate AI signal645PHP10,7242026-08-29View →
yutto-dev/yutto15.4Moderate AI signal549Python2,0042026-08-29View →
home-assistant/core15.3Moderate AI signal45887Python90,1592026-08-29View →
sebastianbergmann/phpunit15.3Moderate AI signal3520PHP20,0472026-08-29View →
awesome-vpn/awesome-vpn15.3Moderate AI signal118Python6,2112026-08-29View →
zarazhangrui/follow-builders15.3Moderate AI signal35JavaScript6,4172026-08-29View →
onionshare/onionshare15.3Moderate AI signal416Python7,0672026-08-29View →
traceloop/openllmetry15.3Moderate AI signal3997Python7,4052026-08-29View →
laravel/framework15.2Moderate AI signal9293PHP34,8892026-08-29View →
dagster-io/dagster15.2Moderate AI signal20951Python16,0722026-08-29View →
HIPS/autograd15.2Moderate AI signal204Python7,5242026-08-29View →
mwaskom/seaborn15.2Moderate AI signal735Python14,0082026-08-29View →
mingrammer/diagrams15.1Moderate AI signal270Python42,5592026-08-29View →
PostgREST/postgrest15.1Moderate AI signal146Haskell27,6322026-08-29View →
v8/v815.1Moderate AI signal13496C++25,2112026-08-29View →
polarsource/polar15.1Moderate AI signal8707Python10,2162026-08-29View →
triton-inference-server/server15.1Moderate AI signal2514Python10,9482026-08-29View →
TracecatHQ/tracecat15.1Moderate AI signal13081Python3,7822026-08-29View →
firerpa/lamda15.1Moderate AI signal105Python8,2562026-08-29View →
IrosTheBeggar/mStream15.1Moderate AI signal1451JavaScript2,3842026-08-29View →
dmMaze/BallonsTranslator15.1Moderate AI signal2653Python5,0782026-08-29View →
vitalik/django-ninja15.1Moderate AI signal467Python9,1792026-08-29View →
grpc/grpc15.0Moderate AI signal11015C++45,2712026-08-29View →
PDFMathTranslate/PDFMathTranslate15.0Moderate AI signal128Python36,4502026-08-29View →
PaddlePaddle/Paddle15.0Moderate AI signal28554C++24,0622026-08-29View →
carla-simulator/carla15.0Moderate AI signal2597C++14,3342026-08-29View →
calesthio/OpenMontage15.0Moderate AI signal3632Python53,2622026-08-29View →
jeremylongshore/claude-code-plugins-plus-skills15.0Moderate AI signal26241Python2,6862026-08-29View →
rapidsai/cuml15.0Moderate AI signal2011Python5,2692026-08-29View →
NVIDIA/cuml15.0Moderate AI signal2011Python5,2702026-08-29View →
lark-parser/lark14.9Low AI signal361Python5,9682026-08-29View →
trailofbits/skills14.9Low AI signal1973Python6,9032026-08-29View →
lightningpixel/modly14.9Low AI signal384TypeScript7,3122026-08-29View →
vapor/vapor14.8Low AI signal646Swift26,1922026-08-29View →
netbox-community/netbox14.8Low AI signal3394Python21,4062026-08-29View →
titanwings/colleague-skill14.8Low AI signal238Python24,0922026-08-29View →
basketikun/chatgpt2api14.8Low AI signal630Python6,0512026-08-29View →
OpenRLHF/OpenRLHF14.8Low AI signal195Python9,9582026-08-29View →
sebastianbergmann/object-enumerator14.8Low AI signal26PHP6,5282026-08-29View →
biolab/orange314.8Low AI signal2681Python5,6792026-08-29View →
titanwings/distilly14.8Low AI signal238Python24,1232026-08-29View →
3b1b/manim14.7Low AI signal430Python92,1482026-08-29View →
frankbria/ralph-claude-code14.7Low AI signal227Shell9,6112026-08-29View →
pyro-ppl/pyro14.7Low AI signal1658Python9,0452026-08-29View →
datawhalechina/hello-agents14.6Low AI signal3015Python75,3942026-08-29View →
beetbox/beets14.6Low AI signal1521Python15,5962026-08-29View →
pallets/click14.6Low AI signal538Python17,6392026-08-29View →
mail-in-a-box/mailinabox14.6Low AI signal205Python15,3972026-08-29View →
django-commons/django-debug-toolbar14.6Low AI signal241Python8,3782026-08-29View →
EpicGames/lore14.6Low AI signal4055Rust8,5062026-08-29View →
OpenBMB/XAgent14.6Low AI signal430Python8,5442026-08-29View →
gorakhargosh/watchdog14.6Low AI signal194Python7,4022026-08-29View →
upstash/context714.5Low AI signal175TypeScript61,3482026-08-29View →
facefusion/facefusion14.5Low AI signal284Python29,7222026-08-29View →
pydantic/pydantic14.5Low AI signal3597Python28,6582026-08-29View →
blackboxo/CleanMyWechat14.5Low AI signal96Python5,5072026-08-29View →
Emily2040/seedance-2.014.5Low AI signal1812Python7,0102026-08-29View →
DynamoDS/Dynamo14.5Low AI signal2645HTML2,0162026-08-29View →
google-deepmind/weathernext14.5Low AI signal302Python7,6072026-08-29View →
hesreallyhim/awesome-claude-code14.4Low AI signal147Python53,1302026-08-29View →
taosdata/TDengine14.4Low AI signal17167C25,0912026-08-29View →
py-pdf/pypdf14.4Low AI signal1181Python10,1762026-08-29View →
HabitRPG/habitica14.4Low AI signal811JavaScript14,0952026-08-29View →
obss/sahi14.4Low AI signal431Python5,4822026-08-29View →
ramnes/notion-sdk-py14.4Low AI signal265Python2,1772026-08-29View →
hiyouga/LlamaFactory14.3Low AI signal1409Python74,4262026-08-29View →
521xueweihan/GitHub52014.3Low AI signal11Python29,5062026-08-29View →
wagtail/wagtail14.3Low AI signal6106Python20,4662026-08-29View →
wanshuiyin/Auto-claude-code-research-in-sleep14.3Low AI signal2185Python15,3912026-08-29View →
Nyr/openvpn-install14.3Low AI signal3Shell20,6202026-08-29View →
Ontos-AI/knowhere14.3Low AI signal3033Python2,7222026-08-29View →
liuzhao1225/YouDub-webui14.3Low AI signal452Python5,3762026-08-29View →
predis/predis14.3Low AI signal2369PHP7,7812026-08-29View →
gnome-terminator/terminator14.3Low AI signal271Python2,6472026-08-29View →
PaddlePaddle/PaddleSpeech14.3Low AI signal3397Python12,6702026-08-29View →
apache/superset14.2Low AI signal19897Python74,5132026-08-29View →
odoo/odoo14.2Low AI signal33061Python54,0112026-08-29View →
comet-ml/opik14.2Low AI signal15153Python21,6552026-08-29View →
sshuttle/sshuttle14.2Low AI signal89Python13,5322026-08-29View →
simonw/llm14.2Low AI signal799Python12,4212026-08-29View →
JetBrains/ideavim14.2Low AI signal4126Kotlin10,2572026-08-29View →
YTLitePlus/YTLitePlus14.2Low AI signal11Logos3,6502026-08-29View →
webrtc-rs/webrtc14.2Low AI signal321Rust5,1312026-08-29View →
suitenumerique/docs14.1Low AI signal1440Python16,7552026-08-29View →
AUTOMATIC1111/stable-diffusion-webui14.1Low AI signal696Python164,7022026-08-29View →
blacklanternsecurity/bbot14.1Low AI signal1185Python10,5122026-08-29View →
BIT-DataLab/Edit-Banana14.1Low AI signal162Python5,4692026-08-29View →
google/or-tools14.1Low AI signal5081C++13,9632026-08-29View →
vllm-project/vllm-ascend14.1Low AI signal8127C++2,7302026-08-29View →
ninja-build/ninja14.1Low AI signal147C++13,1742026-08-29View →
INRIA/spoon14.1Low AI signal534Java1,9542026-08-29View →
vlucas/phpdotenv14.1Low AI signal90PHP13,5502026-08-29View →
swisskyrepo/PayloadsAllTheThings14.0Low AI signal96Python80,4602026-08-29View →
HKUDS/AI-Trader14.0Low AI signal705Python21,7702026-08-29View →
pwndbg/pwndbg14.0Low AI signal1398Python10,8052026-08-29View →
bobthecow/psysh14.0Low AI signal1531PHP9,8322026-08-29View →
Uberi/speech_recognition14.0Low AI signal76Python8,9872026-09-02View →
elixir-lang/elixir13.9Low AI signal242Elixir26,6172026-08-29View →
sympy/sympy13.9Low AI signal10883Python14,8962026-08-29View →
end-4/dots-hyprland13.9Low AI signal132QML15,8682026-08-29View →
openthread/openthread13.9Low AI signal6491C++4,0202026-08-29View →
ArthurSonzogni/FTXUI13.9Low AI signal458C++10,6102026-08-29View →
vega/altair13.9Low AI signal785Python10,4612026-08-29View →
fern-api/fern13.9Low AI signal155126TypeScript3,7662026-08-29View →
deepseek-ai/DeepSeek-V313.8Low AI signal8Python104,4282026-08-29View →
K-Dense-AI/scientific-agent-skills13.8Low AI signal6215Python36,4522026-08-29View →
tornadoweb/tornado13.8Low AI signal681Python22,1792026-08-29View →
google/sentencepiece13.8Low AI signal327C++12,0492026-08-29View →
TagStudioDev/TagStudio13.8Low AI signal344Python7,1562026-08-29View →
Agenta-AI/agenta13.8Low AI signal17030TypeScript4,6272026-08-29View →
freemocap/freemocap13.8Low AI signal839TypeScript10,1042026-08-29View →
pyinfra-dev/pyinfra13.8Low AI signal817Python5,9712026-08-29View →
slimphp/Slim13.8Low AI signal245PHP12,2792026-08-29View →
NLog/NLog13.8Low AI signal2014C#6,5442026-08-29View →
kunchenguid/firstmate13.8Low AI signal1539Shell4,3182026-08-29View →
Dao-AILab/flash-attention13.7Low AI signal1284Python24,7942026-08-29View →
lm-sys/FastChat13.7Low AI signal602Python39,5262026-08-29View →
PINTO0309/PINTO_model_zoo13.7Low AI signal2547Python4,5822026-08-29View →
pypa/setuptools13.7Low AI signal1026Python2,8542026-08-29View →
nativewind/nativewind13.7Low AI signal30TypeScript8,0662026-08-29View →
agones-dev/agones13.7Low AI signal1171Go6,9962026-08-29View →
astropy/astropy13.7Low AI signal6267Python5,2902026-08-29View →
bottlepy/bottle13.7Low AI signal104Python8,7772026-08-29View →
exo-explore/exo13.6Low AI signal1072Python47,1182026-08-29View →
trycua/cua13.6Low AI signal8527HTML21,9882026-08-29View →
agentskills/agentskills13.6Low AI signal29Python24,8282026-08-29View →
prowler-cloud/prowler13.6Low AI signal18431Python14,7122026-08-29View →
Mai-with-u/MaiBot13.6Low AI signal7241Python5,8402026-08-29View →
anishathalye/dotbot13.6Low AI signal87Python7,9922026-08-29View →
78/xiaozhi-esp3213.5Low AI signal813C++29,3892026-08-29View →
NVIDIA/Megatron-LM13.5Low AI signal10824Python17,6552026-08-29View →
budtmo/docker-android13.5Low AI signal38Python15,7872026-08-29View →
cft0808/edict13.5Low AI signal388Python16,7162026-08-29View →
maurosoria/dirsearch13.5Low AI signal535Python14,6702026-08-29View →
anthropics/claude-for-legal13.5Low AI signal390Python9,2902026-08-29View →
apache/sedona13.5Low AI signal2333Java2,3922026-08-29View →
QLHazyCoder/FlowPilot13.5Low AI signal3303JavaScript5,1432026-08-29View →
paperless-ngx/paperless-ngx13.4Low AI signal2900Python44,6702026-08-29View →
Mebus/cupp13.4Low AI signal16Python6,5102026-08-29View →
RapidAI/RapidOCR13.4Low AI signal245Python7,6142026-08-29View →
amidaware/tacticalrmm13.4Low AI signal724Python4,4492026-08-29View →
pathwaycom/pathway13.3Low AI signal4367Python62,3752026-08-29View →
python/mypy13.3Low AI signal3211Python20,6152026-08-29View →
DrewThomasson/ebook2audiobook13.3Low AI signal1140Python20,0602026-08-29View →
cookiecutter/cookiecutter-django13.3Low AI signal141Python13,6012026-08-29View →
doctrine/orm13.3Low AI signal2365PHP10,1702026-08-29View →
davebcn87/pi-autoresearch13.3Low AI signal72TypeScript7,8962026-08-29View →
sanic-org/sanic13.3Low AI signal1229Python18,6462026-08-29View →
kserve/kserve13.3Low AI signal8599Go5,8412026-08-29View →
bmad-code-org/BMAD-METHOD13.2Low AI signal765JavaScript52,4182026-08-29View →
srbhr/Resume-Matcher13.2Low AI signal959TypeScript28,2662026-08-29View →
hoffstadt/DearPyGui13.2Low AI signal1218C++15,5892026-08-29View →
spectreconsole/spectre.console13.2Low AI signal1606C#11,6012026-08-29View →
zyddnys/manga-image-translator13.2Low AI signal844Python10,3582026-08-29View →
morpheus65535/bazarr13.2Low AI signal15600Python4,2322026-08-29View →
huangruiteng/loopx13.2Low AI signal15381Python5,2702026-08-29View →
nhibernate/nhibernate-core13.2Low AI signal3304C#2,1742026-08-29View →
Biohub/esm13.1Low AI signal992Jupyter Notebook2,9312026-08-29View →
xlite-dev/LeetCUDA13.1Low AI signal89Cuda11,8432026-08-29View →
treeverse/lakeFS13.1Low AI signal2239Go5,4992026-08-29View →
apache/zeppelin13.1Low AI signal845Java6,6552026-08-29View →
akinomyoga/ble.sh13.1Low AI signal773Shell4,6532026-08-29View →
JeffreySu/WeiXinMPSDK13.1Low AI signal5253C#8,8882026-08-29View →
SFML/SFML13.1Low AI signal2500C++11,9952026-08-29View →
waditu/czsc13.1Low AI signal946Rust5,9372026-08-29View →
AdnanHodzic/auto-cpufreq13.1Low AI signal91Python7,7392026-08-29View →
TheAlgorithms/Python13.0Low AI signal1158Python224,0752026-08-29View →
getsentry/sentry13.0Low AI signal41268Python44,6382026-08-29View →
fastapi/typer13.0Low AI signal498Python19,9352026-08-29View →
EleutherAI/lm-evaluation-harness13.0Low AI signal2066Python13,8212026-08-29View →
darknessomi/musicbox13.0Low AI signal130Python9,8342026-08-29View →
rstudio/cheatsheets13.0Low AI signal17TeX6,4052026-08-29View →
gto76/python-cheatsheet12.9Low AI signal1228Python38,6442026-08-29View →
Fosowl/agenticSeek12.9Low AI signal408Python27,0502026-08-29View →
eigent-ai/eigent12.9Low AI signal6425TypeScript15,1502026-08-29View →
fruitcake/laravel-debugbar12.9Low AI signal229PHP19,2812026-08-29View →
oppia/oppia12.9Low AI signal19321Python6,7822026-08-29View →
dphnAI/sonar12.9Low AI signal20601C++1,8442026-08-29View →
sebastianbergmann/comparator12.9Low AI signal91PHP7,0472026-08-29View →
meltano/meltano12.9Low AI signal1409Python2,6132026-08-29View →
illuspas/Node-Media-Server12.9Low AI signal110JavaScript6,2392026-08-29View →
dodyg/practical-aspnetcore12.9Low AI signal392C#10,4112026-08-29View →
pytorch/pytorch12.8Low AI signal56467Python102,6502026-08-29View →
RustPython/RustPython12.8Low AI signal15823Rust22,3092026-08-29View →
pyscript/pyscript12.8Low AI signal256Python18,6872026-08-29View →
statsmodels/statsmodels12.8Low AI signal4882Python11,5972026-08-29View →
catfan/Medoo12.8Low AI signal78PHP4,9492026-08-29View →
eternnoir/pyTelegramBotAPI12.8Low AI signal926Python8,7662026-08-29View →
Zulko/moviepy12.8Low AI signal243Python14,8702026-08-29View →
microsoft/ai-agents-for-beginners12.7Low AI signal3125Jupyter Notebook73,4022026-08-29View →
Textualize/rich12.7Low AI signal544Python57,2672026-08-29View →
muratcankoylan/Agent-Skills-for-Context-Engineering12.7Low AI signal685Python17,8572026-08-29View →
brython-dev/brython12.7Low AI signal9912Python6,6092026-08-29View →
z1069614715/objectdetection_script12.7Low AI signal585Python7,2952026-08-29View →
handsomestWei/patent-disclosure-skill12.7Low AI signal511Python5,4702026-08-29View →
tensorflow/examples12.7Low AI signal1541Jupyter Notebook8,2812026-08-29View →
gsd-build/get-shit-done12.6Low AI signal1165JavaScript64,6292026-08-29View →
google-ai-edge/mediapipe12.6Low AI signal3661C++36,7592026-08-29View →
plasma-umass/scalene12.6Low AI signal1019Python13,4942026-08-29View →
deeplearning4j/deeplearning4j12.6Low AI signal2955Java14,2472026-08-29View →
ai-dynamo/dynamo12.6Low AI signal15027Rust7,8952026-08-29View →
barryvdh/laravel-ide-helper12.6Low AI signal197PHP14,9612026-08-29View →
rq/django-rq12.6Low AI signal133Python1,9512026-08-29View →
mesonbuild/meson12.6Low AI signal2426Python6,6152026-08-29View →
cefsharp/CefSharp12.6Low AI signal1195C#10,2462026-08-29View →
SnapKit/SnapKit12.6Low AI signal42Swift20,3452026-08-29View →
SCons/scons12.6Low AI signal3837Python2,4172026-08-29View →
matplotlib/matplotlib12.5Low AI signal3700Python23,1192026-08-29View →
invertase/react-native-firebase12.5Low AI signal578TypeScript12,3012026-08-29View →
tw93/Waza12.5Low AI signal467Python6,9332026-08-29View →
kubernetes-sigs/agent-sandbox12.5Low AI signal2494Go3,6722026-08-29View →
hacs/integration12.5Low AI signal355Python7,6622026-08-29View →
focus-creative-games/luban12.5Low AI signal522C#4,5522026-08-29View →
apple/swift-collections12.5Low AI signal1841Swift4,4822026-08-29View →
python-attrs/attrs12.5Low AI signal357Python5,8352026-08-29View →
octodns/octodns12.5Low AI signal583Python3,7502026-08-29View →
pwr-Solaar/Solaar12.5Low AI signal754Python9,3142026-08-29View →
facebookresearch/pytorch3d12.5Low AI signal1528Python9,9602026-08-29View →
tokio-rs/tokio12.4Low AI signal2738Rust33,0272026-08-29View →
secdev/scapy12.4Low AI signal2276Python12,5012026-08-29View →
InternLM/xtuner12.4Low AI signal3040Python5,1852026-08-29View →
codecombat/codecombat12.4Low AI signal13990JavaScript8,5522026-08-29View →
docker-library/official-images12.4Low AI signal47Shell6,9942026-08-29View →
moshstudio/TAICHI-flet12.4Low AI signal42Python4,7362026-08-29View →
ZigEmbeddedGroup/microzig12.4Low AI signal198Zig2,2662026-08-29View →
Tautulli/Tautulli12.4Low AI signal6303Python6,5732026-08-29View →
oracle/graal12.3Low AI signal7025Java21,6782026-08-29View →
onnx/onnx12.3Low AI signal2239Python21,3752026-08-29View →
Yuan1z0825/nature-skills12.3Low AI signal843Python37,6422026-08-29View →
rommapp/romm12.3Low AI signal3550Python12,3452026-08-29View →
CTFd/CTFd12.3Low AI signal896Python6,8082026-08-29View →
OptimalScale/LMFlow12.3Low AI signal402Python8,4852026-08-29View →
SynoCommunity/spksrc12.3Low AI signal479C3,2042026-08-29View →
zauberzeug/nicegui12.2Low AI signal1234Python16,1672026-08-29View →
pyodide/pyodide12.2Low AI signal880Python14,8032026-08-29View →
colmap/colmap12.2Low AI signal1575C++12,5832026-08-29View →
reconurge/flowsint12.2Low AI signal905TypeScript7,7632026-08-29View →
alibaba/zvec12.2Low AI signal1848C++15,5312026-08-29View →
stamparm/maltrail12.2Low AI signal870Python8,5882026-08-29View →
ricequant/rqalpha12.2Low AI signal674Python6,7322026-08-29View →
MarlinFirmware/Marlin12.1Low AI signal8489C++17,5562026-08-29View →
public-apis/public-apis12.1Low AI signal43Python472,2942026-08-29View →
Arize-ai/phoenix12.1Low AI signal11325Python11,2272026-08-29View →
pantsbuild/pants12.1Low AI signal5179Python3,8192026-08-29View →
PyCQA/bandit12.1Low AI signal270Python8,2462026-08-29View →
ok-oldking/ok-wuthering-waves12.1Low AI signal459Python7,1862026-08-29View →
Justsenger/ExHyperV12.1Low AI signal212C#4,5802026-08-29View →
0xNyk/awesome-hermes-agent12.1Low AI signal45,4912026-08-29View →
microsoft/qlib12.0Low AI signal775Python48,0162026-08-29View →
EveryInc/compound-engineering-plugin12.0Low AI signal1014TypeScript24,6482026-08-29View →
Agents365-ai/drawio-skill12.0Low AI signal144Python8,1852026-08-29View →
extension-js/extension.js12.0Low AI signal929TypeScript5,0702026-08-29View →
bluewave-labs/Checkmate12.0Low AI signal1236TypeScript10,7612026-08-29View →
anbeime/skill12.0Low AI signal1173Python5,8992026-08-29View →
kanidm/kanidm12.0Low AI signal2461Rust5,3042026-08-29View →
hect0x7/JMComic-APK12.0Low AI signal2Python6,0162026-08-29View →
mahmoud/boltons12.0Low AI signal283Python6,9192026-08-29View →
Manisso/fsociety12.0Low AI signal15Python12,2792026-08-29View →
pyecharts/pyecharts12.0Low AI signal498Python15,7762026-08-29View →
cactus-compute/needle12.0Low AI signal84Python9,6302026-08-29View →
SeleniumHQ/selenium11.9Low AI signal6841Java34,4122026-08-29View →
heartcombo/devise11.9Low AI signal189Ruby24,3592026-08-29View →
systemdesign42/system-design-academy11.9Low AI signal327,9692026-08-29View →
AsyncFuncAI/deepwiki-open11.9Low AI signal345Python17,8112026-08-29View →
NVIDIA/cccl11.9Low AI signal10229C++2,4922026-08-29View →
raineorshine/npm-check-updates11.9Low AI signal106TypeScript10,3042026-08-29View →
sveltia/sveltia-cms11.9Low AI signal1837JavaScript2,7612026-08-29View →
pixel-agents-hq/pixel-agents11.9Low AI signal344TypeScript9,0942026-08-29View →
DLR-RM/stable-baselines311.9Low AI signal346Python13,7342026-08-29View →
XiaoMi/ha_xiaomi_home11.9Low AI signal261Python22,0612026-08-29View →
infiniflow/ragflow11.8Low AI signal14059Go89,5042026-08-29View →
flet-dev/flet11.8Low AI signal2650Python16,6232026-08-29View →
fortra/impacket11.8Low AI signal2124Python16,0482026-08-29View →
pytorch/executorch11.8Low AI signal14393Python4,9642026-08-29View →
pgsty/pigsty11.8Low AI signal909Shell5,5802026-08-29View →
nginx-proxy/acme-companion11.8Low AI signal54Shell7,7252026-08-29View →
x402-foundation/x40211.8Low AI signal5351TypeScript6,5542026-08-29View →
XxHuberrr/Mineradio11.8Low AI signal1735JavaScript10,3302026-08-29View →
oop7/YTSage11.8Low AI signal394Python4,5492026-08-29View →
elementalsouls/Claude-BugHunter11.8Low AI signal369Python3,8342026-08-29View →
pyqtgraph/pyqtgraph11.8Low AI signal759Python4,4072026-08-29View →
vinta/awesome-python11.7Low AI signal126Python316,6892026-08-29View →
Pythagora-io/gpt-pilot11.7Low AI signal392Python33,6852026-08-29View →
QL-Win/QuickLook11.7Low AI signal582C#24,5442026-08-29View →
OpenBMB/MiniCPM-o11.7Low AI signal624Python26,2512026-08-29View →
OpenBMB/MiniCPM-V11.7Low AI signal624Python26,2512026-08-29View →
Taiko2k/Tauon11.7Low AI signal406Python2,8282026-08-29View →
huggingface/skills11.7Low AI signal269Python10,9812026-08-29View →
microsoft/FLAML11.7Low AI signal701Jupyter Notebook4,3912026-08-29View →
josephmisiti/awesome-machine-learning11.6Low AI signal8Python74,1962026-08-29View →
deepfakes/faceswap11.6Low AI signal825Python57,5102026-08-29View →
davila7/claude-code-templates11.6Low AI signal9172Python30,4352026-08-29View →
Nuitka/Nuitka11.6Low AI signal2757Python15,1102026-08-29View →
winapps-org/winapps11.6Low AI signal37Shell15,8452026-08-29View →
datahub-project/datahub11.6Low AI signal31739Python12,6082026-08-29View →
FastLED/FastLED11.6Low AI signal8905C++7,4772026-08-29View →
practical-tutorials/project-based-learning11.6Low AI signal36Python281,1992026-08-29View →
tradesdontlie/tradingview-mcp11.6Low AI signal64JavaScript5,8982026-08-29View →
kivy/python-for-android11.6Low AI signal329Python8,9112026-08-29View →
garrytan/gstack11.5Low AI signal1624TypeScript130,1772026-08-29View →
lutzroeder/netron11.5Low AI signal349JavaScript33,4202026-08-29View →
xming521/WeClone11.5Low AI signal72Python18,1712026-08-29View →
m-bain/whisperX11.5Low AI signal39Python23,7902026-08-29View →
tobymao/sqlglot11.5Low AI signal1192Python9,5772026-08-29View →
hugohe3/ppt-master11.5Low AI signal2536Python50,0402026-08-29View →
hatchet-dev/hatchet11.5Low AI signal4663Go7,8072026-08-29View →
leanprover-community/mathlib411.5Low AI signal263Lean3,9682026-08-29View →
instaloader/instaloader11.5Low AI signal85Python13,2582026-08-29View →
opendataloader-project/opendataloader-pdf11.4Low AI signal322Java28,8512026-08-29View →
gradle/gradle11.4Low AI signal2477Groovy18,8062026-08-29View →
cython/cython11.4Low AI signal2414Cython10,8362026-08-29View →
opendatalab/MinerU11.3Low AI signal1301Python78,6832026-08-29View →
kovidgoyal/calibre11.3Low AI signal6381Python25,7502026-08-29View →
ag-ui-protocol/ag-ui11.3Low AI signal7061Python15,6022026-08-29View →
sqlfluff/sqlfluff11.3Low AI signal1914Python9,8632026-08-29View →
Atmosphere/atmosphere11.3Low AI signal1540Java3,7962026-08-29View →
google-ai-edge/LiteRT11.3Low AI signal4592C++3,3452026-08-29View →
ckan/ckan11.3Low AI signal2968Python5,1062026-08-29View →
kubeflow/pipelines11.3Low AI signal7114Python4,1962026-08-29View →
microsoft/ebpf-for-windows11.3Low AI signal5377C3,5552026-08-29View →
Jia-Ethan/codex-keysmith11.3Low AI signal1053Python4,1362026-08-29View →
pyg-team/pytorch_geometric11.2Low AI signal2189Python24,0432026-08-29View →
DigitalPlatDev/FreeDomain11.2Low AI signal48Markdown196,1922026-08-29View →
XIU2/CloudflareSpeedTest11.2Low AI signal12Go28,7862026-08-29View →
abraunegg/onedrive11.2Low AI signal409D12,7502026-08-29View →
abi/screenshot-to-code11.2Low AI signal506Python75,5092026-08-29View →
frappe/frappe11.2Low AI signal5211Python10,6542026-08-29View →
projectchrono/chrono11.2Low AI signal8533C++2,9962026-08-29View →
eugr/spark-vllm-docker11.2Low AI signal105Shell2,1972026-08-29View →
qtile/qtile11.2Low AI signal718Python5,2912026-08-29View →
hhyo/Archery11.2Low AI signal1360Python7,0212026-08-29View →
anthropics/claude-code11.1Low AI signal337Python143,2752026-08-29View →
ruvnet/RuView11.1Low AI signal6120Rust91,9092026-08-29View →
DataTalksClub/data-engineering-zoomcamp11.1Low AI signal177Jupyter Notebook45,0562026-08-29View →
serengil/deepface11.1Low AI signal220Python23,3472026-08-29View →
PHPMailer/PHPMailer11.1Low AI signal214PHP22,2832026-08-29View →
NVIDIA-AI-Blueprints/video-search-and-summarization11.1Low AI signal50574C++1,8282026-08-29View →
awesome-android-root/awesome-android-root11.1Low AI signal133Python4,4152026-08-29View →
tensorflow/tensorboard11.1Low AI signal1777TypeScript7,2082026-08-29View →
ClemensElflein/OpenMower11.1Low AI signal43Shell6,6862026-08-29View →
pydantic/pydantic-ai11.0Low AI signal11062Python19,5652026-08-29View →
OpenBMB/ChatDev11.0Low AI signal658Python34,1412026-08-29View →
llm-d/llm-d11.0Low AI signal500Shell4,3082026-08-29View →
Tencent/AI-Infra-Guard11.0Low AI signal2826Python6,0452026-08-29View →
romkatv/powerlevel10k10.9Low AI signal349Shell54,9862026-08-29View →
grpc/grpc-java10.9Low AI signal526Java12,0612026-08-29View →
LinuxCNC/linuxcnc10.9Low AI signal4824Python2,4582026-08-29View →
vastsa/FileCodeBox10.9Low AI signal188Python8,4882026-08-29View →
tinygrad/tinygrad10.8Low AI signal4260Python33,5232026-08-29View →
ycm-core/YouCompleteMe10.8Low AI signal156Python25,8962026-08-29View →
OpenAPITools/openapi-generator10.8Low AI signal41369Java26,6922026-08-29View →
alirezarezvani/claude-skills10.8Low AI signal5813Python25,1552026-08-29View →
floci-io/floci10.8Low AI signal2502Java22,5682026-08-29View →
goauthentik/authentik10.7Low AI signal5859Python25,2172026-08-29View →
python-pillow/Pillow10.7Low AI signal1159Python13,7802026-08-29View →
donnemartin/system-design-primer10.7Low AI signal66Python366,5742026-08-29View →
666ghj/MiroFish10.7Low AI signal564Python71,6722026-08-29View →
owainlewis/awesome-artificial-intelligence10.7Low AI signal13Python16,2382026-08-29View →
Flagsmith/flagsmith10.7Low AI signal4321Python6,5322026-08-29View →
jeremyevans/sequel10.7Low AI signal1747Ruby5,0912026-08-29View →
libigl/libigl10.7Low AI signal1795C++5,0782026-08-29View →
commaai/openpilot10.6Low AI signal823Python63,5272026-08-29View →
harvard-edge/cs249r_book10.6Low AI signal10305Python28,0472026-08-29View →
triton-lang/triton10.6Low AI signal3832MLIR20,0312026-08-29View →
explosion/spaCy10.6Low AI signal1766Python33,8602026-08-29View →
mindfold-ai/Trellis10.6Low AI signal2034TypeScript14,2952026-08-29View →
facebookresearch/hydra10.6Low AI signal1027Python10,6212026-08-29View →
Kozea/WeasyPrint10.6Low AI signal1011Python9,5402026-08-29View →
ramsey/uuid10.6Low AI signal252PHP12,6332026-08-29View →
zoicware/RemoveWindowsAI10.6Low AI signal1PowerShell12,9182026-08-29View →
anthropics/cwc-workshops10.6Low AI signal223TypeScript2,0302026-08-29View →
phusion/passenger10.6Low AI signal12706C++5,0882026-08-29View →
firecrawl/firecrawl10.5Low AI signal2361TypeScript173,4892026-08-29View →
micropython/micropython10.5Low AI signal7007C22,0162026-08-29View →
tanweai/pua10.5Low AI signal180TypeScript19,5462026-08-29View →
realpython/python-guide10.5Low AI signal9Batchfile29,7802026-08-29View →
huggingface/notebooks10.5Low AI signal54Jupyter Notebook4,6012026-08-29View →
OpenBMB/UltraRAG10.5Low AI signal502Python5,6732026-08-29View →
openmediavault/openmediavault10.5Low AI signal875PHP6,9182026-08-29View →
mage-ai/mage-ai10.5Low AI signal4314Python8,8142026-08-29View →
hydra-ecosystem/hydra10.5Low AI signal1028Python10,6212026-08-29View →
abhigyanpatwari/GitNexus10.4Low AI signal4083TypeScript46,1012026-08-29View →
gpakosz/.tmux10.4Low AI signal3Shell25,3342026-08-29View →
google/A2UI10.4Low AI signal2936TypeScript16,2292026-08-29View →
a2ui-project/a2ui10.4Low AI signal2936TypeScript16,2302026-08-29View →
duplicati/duplicati10.4Low AI signal3113C#14,9432026-08-29View →
esphome/esphome10.4Low AI signal7471C++11,6132026-08-29View →
frappe/hrms10.4Low AI signal1402Python8,6922026-08-29View →
inventree/InvenTree10.4Low AI signal1758Python7,4662026-08-29View →
mozilla/rhino10.4Low AI signal1651JavaScript4,6212026-08-29View →
chef/chef10.4Low AI signal2562Ruby8,2312026-08-29View →
batocera-linux/batocera.linux10.4Low AI signal1037Python3,1782026-08-29View →
openai/openai-node10.4Low AI signal600TypeScript11,1482026-08-29View →
elebumm/RedditVideoMakerBot10.4Low AI signal48Python12,5322026-08-29View →
h2oai/h2o-310.4Low AI signal5107Jupyter Notebook7,4962026-08-29View →
google/skills10.3Low AI signal599Python18,9172026-08-29View →
archlinux/archinstall10.3Low AI signal266Python8,3992026-08-29View →
infoslack/awesome-web-hacking10.3Low AI signal17,2452026-08-29View →
unifyai/ivy10.3Low AI signal4323Python14,1712026-08-29View →
Cats-Team/AdRules10.3Low AI signal25Python3,6172026-08-29View →
1Panel-dev/MaxKB10.2Low AI signal1632Python22,6392026-08-29View →
BasedHardware/omi10.2Low AI signal29977Python13,3062026-08-29View →
Open-LLM-VTuber/Open-LLM-VTuber10.2Low AI signal431Python13,4992026-08-29View →
browser-use/browser-harness10.2Low AI signal369Python17,2142026-08-29View →
aaddrick/claude-desktop-debian10.2Low AI signal456TypeScript5,3662026-08-29View →
voicepaw/so-vits-svc-fork10.2Low AI signal104Python9,3262026-08-29View →
bridgecrewio/checkov10.2Low AI signal5025Python8,9752026-08-29View →
PromtEngineer/localGPT10.2Low AI signal485Python22,2052026-08-29View →
pyenv-win/pyenv-win10.2Low AI signal61VBScript7,3862026-08-29View →
HyDE-Project/HyDE10.2Low AI signal465Shell9,5312026-08-29View →
dotnet/efcore10.1Low AI signal11132C#14,7832026-08-29View →
XX-net/XX-Net10.1Low AI signal1395Python33,4432026-08-29View →
hathach/tinyusb10.1Low AI signal3797C7,0652026-08-29View →
rerun-io/rerun10.1Low AI signal7565Rust11,3682026-08-29View →
arogozhnikov/einops10.1Low AI signal91Python9,5822026-08-29View →
nicotine-plus/nicotine-plus10.1Low AI signal676Python3,0602026-08-29View →
RediSearch/RediSearch10.1Low AI signal4370Rust6,2242026-08-29View →
DataTalksClub/llm-zoomcamp10.1Low AI signal175Jupyter Notebook7,1342026-08-29View →
MichaIng/DietPi10.1Low AI signal63Shell6,2332026-09-02View →
shanraisshan/claude-code-best-practice10.0Low AI signal186HTML65,3002026-08-29View →
community-scripts/ProxmoxVE10.0Low AI signal468Shell29,4192026-08-29View →
open-metadata/OpenMetadata10.0Low AI signal16603TypeScript15,0212026-08-29View →
redox-os/redox10.0Low AI signal225Rust16,5412026-08-29View →
ykdojo/claude-code-tips10.0Low AI signal45HTML9,9632026-08-29View →
OctoPrint/OctoPrint10.0Low AI signal1701Python9,0822026-08-29View →
DefectDojo/django-DefectDojo10.0Low AI signal8329HTML4,9112026-08-29View →
The-Art-of-Hacking/h4cker9.9Low AI signal572Jupyter Notebook29,1672026-08-29View →
addyosmani/agent-skills9.9Low AI signal85JavaScript90,4762026-08-29View →
jamiepine/voicebox9.9Low AI signal753TypeScript51,7112026-08-29View →
autowarefoundation/autoware9.9Low AI signal38Dockerfile12,0292026-08-29View →
Seldaek/monolog9.9Low AI signal292PHP21,4032026-08-29View →
activeloopai/hivemind9.9Low AI signal698TypeScript1,5882026-08-29View →
OneDragon-Anything/ZenlessZoneZero-OneDragon9.9Low AI signal2152Python7,0462026-08-29View →
op7418/CodePilot9.9Low AI signal2223TypeScript6,4352026-08-29View →
petercorke/robotics-toolbox-python9.9Low AI signal1669C++3,4632026-08-29View →
freenet/freenet-core9.9Low AI signal5969Rust3,0882026-08-29View →
Gentleman-Programming/engram9.9Low AI signal708Go6,2682026-09-02View →
AtsushiSakai/PythonRobotics9.8Low AI signal228Python30,4022026-08-29View →
gojue/ecapture9.8Low AI signal486C15,4412026-08-29View →
musistudio/claude-code-router9.8Low AI signal2394TypeScript36,9492026-08-29View →
palera1n/palera1n9.8Low AI signal162C6,4782026-08-29View →
AnswerDotAI/fasthtml9.8Low AI signal199Jupyter Notebook7,0122026-08-29View →
streamlink/streamlink9.8Low AI signal875Python11,7202026-08-29View →
apache/flink-cdc9.8Low AI signal625Java6,4682026-08-29View →
pinchtab/pinchtab9.8Low AI signal1236Go10,1672026-08-29View →
jsvine/pdfplumber9.8Low AI signal106Python10,7012026-08-29View →
django/channels9.8Low AI signal60Python6,3522026-08-29View →
pgbackrest/pgbackrest9.8Low AI signal933C4,3392026-08-29View →
python/peps9.8Low AI signal114reStructuredText4,9982026-08-29View →
getredash/redash9.7Low AI signal1059Python28,7662026-08-29View →
maboloshi/github-chinese9.7Low AI signal95JavaScript31,7532026-08-29View →
swagger-api/swagger-codegen9.7Low AI signal6449Mustache17,7812026-08-29View →
google/googletest9.7Low AI signal523C++39,1632026-08-29View →
dlvhdr/gh-dash9.7Low AI signal75Go12,4332026-08-29View →
deezer/spleeter9.7Low AI signal24Python28,4032026-08-29View →
openxla/xla9.7Low AI signal3747C++4,5082026-08-29View →
CVHub520/X-AnyLabeling9.7Low AI signal3002Python10,2462026-08-29View →
matthart1983/netwatch9.7Low AI signal297Rust2,6042026-08-29View →
WebODM/WebODM9.7Low AI signal502Python4,1212026-08-29View →
commaai/opendbc9.7Low AI signal388Python3,3692026-08-29View →
Marker-Inc-Korea/AutoRAG9.7Low AI signal720TypeScript5,0572026-08-29View →
ebertti/awesome-telegram9.7Low AI signal85,6442026-08-29View →
castorini/pyserini9.7Low AI signal974Python2,1542026-08-29View →
lzhoang2801/OpCore-Simplify9.7Low AI signal142Python7,3292026-08-29View →
shareAI-lab/learn-claude-code9.6Low AI signal510Python75,5472026-08-29View →
onevcat/Kingfisher9.6Low AI signal437Swift24,3962026-08-29View →
LibreTranslate/LibreTranslate9.6Low AI signal51Python16,1502026-08-29View →
itzg/docker-minecraft-server9.6Low AI signal88Shell14,2242026-08-29View →
rapidsai/cudf9.6Low AI signal7017C++9,7392026-08-29View →
codeigniter4/CodeIgniter49.6Low AI signal2699PHP5,9672026-08-29View →
internetarchive/openlibrary9.6Low AI signal1731Python6,6392026-08-29View →
Lxtharia/minegrub-theme9.6Low AI signal6Python4,5932026-08-29View →
voidauth/voidauth9.6Low AI signal63TypeScript2,4802026-08-29View →
huyng/bashmarks9.6Low AI signal2Shell1,9682026-08-29View →
public-api-lists/public-api-lists9.6Low AI signal1815,6592026-08-29View →
katanemo/plano9.6Low AI signal704Rust7,0202026-08-29View →
sebastianbergmann/diff9.6Low AI signal62PHP7,6512026-08-29View →
NVIDIA/cudf9.6Low AI signal7023C++9,7392026-08-29View →
tinyhumansai/openhuman9.5Low AI signal8003Rust38,7112026-08-29View →
RT-Thread/rt-thread9.5Low AI signal135864C12,1742026-08-29View →
princeton-vl/infinigen9.5Low AI signal3223Python7,2332026-08-29View →
open-telemetry/opentelemetry-go9.5Low AI signal14983Go6,5282026-08-29View →
RVC-Project/Retrieval-based-Voice-Conversion-WebUI9.5Low AI signal477Python37,8922026-08-29View →
dicebear/dicebear9.5Low AI signal750Vue9,4422026-08-29View →
fullstackhero/dotnet-starter-kit9.5Low AI signal825C#6,7492026-08-29View →
swiftlang/swift9.4Low AI signal33631Swift70,3062026-08-29View →
frappe/erpnext9.4Low AI signal8054Python38,6032026-08-29View →
GoogleCloudPlatform/generative-ai9.4Low AI signal3001Jupyter Notebook17,6352026-08-29View →
dotnet/skills9.4Low AI signal2033C#5,2812026-08-29View →
pydantic/monty9.4Low AI signal1964Rust8,1202026-08-29View →
genkit-ai/genkit9.4Low AI signal4840TypeScript6,3852026-08-29View →
RunanywhereAI/runanywhere-sdks9.4Low AI signal3644C++10,2802026-08-29View →
yologdev/yoyo-evolve9.4Low AI signal1080Rust1,8682026-08-29View →
deepseek-ai/DeepGEMM9.4Low AI signal165Cuda7,7472026-08-29View →
pi-hole/docker-pi-hole9.4Low AI signal6Shell11,5092026-08-29View →
bitsandbytes-foundation/bitsandbytes9.4Low AI signal289Python8,4462026-08-29View →
scylladb/seastar9.4Low AI signal145C++9,3462026-08-29View →
rust-lang/futures-rs9.4Low AI signal484Rust5,9092026-08-29View →
lektor/lektor9.4Low AI signal371Python3,9472026-08-29View →
bagisto/opensource-ecommerce-mobile-app9.4Low AI signal474Dart15,9852026-08-29View →
The-Vibe-Company/Quivr9.4Low AI signal137Python39,4522026-09-02View →
Shubhamsaboo/awesome-llm-apps9.3Low AI signal2151Python134,8582026-08-29View →
python/cpython9.3Low AI signal22226Python75,0222026-08-29View →
gabime/spdlog9.3Low AI signal222C++29,5352026-08-29View →
rtk-ai/rtk9.3Low AI signal450Rust77,7202026-08-29View →
magic-wormhole/magic-wormhole9.3Low AI signal242Python22,8902026-08-29View →
google-deepmind/mujoco9.3Low AI signal2811C++14,7502026-08-29View →
danielmiessler/Personal_AI_Infrastructure9.3Low AI signal1505TypeScript18,7732026-08-29View →
meshtastic/firmware9.3Low AI signal2049C++8,2232026-08-29View →
danielmiessler/LifeOS9.3Low AI signal1505TypeScript18,7752026-08-29View →
kimai/kimai9.3Low AI signal1596PHP4,9502026-08-29View →
pulumi/examples9.3Low AI signal417TypeScript2,5862026-08-29View →
vllm-project/aibrix9.3Low AI signal3643Go5,0432026-08-29View →
plainhub/plain-app9.3Low AI signal571Kotlin6,6022026-08-29View →
qutebrowser/qutebrowser9.3Low AI signal1249Python11,6622026-08-29View →
sebastianbergmann/exporter9.3Low AI signal40PHP6,8112026-08-29View →
tobi/qmd9.2Low AI signal350TypeScript29,3272026-08-29View →
nicbarker/clay9.2Low AI signal112C18,0132026-08-29View →
z-lab/dflash9.2Low AI signal15Python5,9982026-08-29View →
TheR1D/shell_gpt9.2Low AI signal25Python12,2612026-08-29View →
NVIDIA/cutlass9.2Low AI signal9759C++10,3382026-08-29View →
jrnl-org/jrnl9.2Low AI signal162Python7,3042026-08-29View →
lucidrains/x-transformers9.2Low AI signal193Python5,9432026-08-29View →
JSQLParser/JSqlParser9.2Low AI signal130Java5,9582026-08-29View →
PowerShell/PowerShell9.1Low AI signal5488C#55,1642026-08-29View →
pbakaus/impeccable9.1Low AI signal4789JavaScript63,5762026-08-29View →
QuantConnect/Lean9.1Low AI signal6251C#21,3882026-08-29View →
yizhiyanhua-ai/fireworks-tech-graph9.1Low AI signal414Python10,9722026-08-29View →
nowork-studio/NotFair9.1Low AI signal524TypeScript3,4282026-08-29View →
apache/drill9.1Low AI signal1205Java2,0222026-08-29View →
typeorm/typeorm9.0Low AI signal359TypeScript36,6352026-08-29View →
zulip/zulip9.0Low AI signal8847Python25,7842026-08-29View →
akfamily/akshare9.0Low AI signal1866Python22,2832026-08-29View →
OWASP/mastg9.0Low AI signal177Python13,1412026-08-29View →
anthropics/claude-plugins-official9.0Low AI signal430Python34,9922026-08-29View →
architecture-decision-record/architecture-decision-record9.0Low AI signal5616,7562026-08-29View →
nextlevelbuilder/ui-ux-pro-max-skill9.0Low AI signal1088Python122,5652026-08-29View →
abetlen/llama-cpp-python9.0Low AI signal519Python10,5892026-08-29View →
k2-fsa/sherpa-onnx9.0Low AI signal1731C++14,4672026-08-29View →
Arturo254/OpenTune9.0Low AI signal371Kotlin1,8912026-08-29View →
jetty/jetty.project9.0Low AI signal7592Java4,0912026-08-29View →
MessageKit/MessageKit9.0Low AI signal166Swift6,2652026-08-29View →
psf/black8.9Low AI signal842Python41,8202026-08-29View →
emmabostian/developer-portfolios8.9Low AI signal73Python26,3402026-08-29View →
overleaf/overleaf8.9Low AI signal937JavaScript18,0782026-08-29View →
sandboxie-plus/Sandboxie8.9Low AI signal4994C19,2792026-08-29View →
phalcon/cphalcon8.9Low AI signal6881PHP10,8272026-08-29View →
P3TERX/GeoLite.mmdb8.9Low AI signal15,1912026-08-29View →
SWivid/F5-TTS8.9Low AI signal149Python15,1712026-08-29View →
google/benchmark8.9Low AI signal113C++10,3752026-08-29View →
kubernetes-sigs/kubebuilder8.9Low AI signal712Go9,2962026-08-29View →
google/auto8.9Low AI signal62Java10,5512026-08-29View →
2FastLabs/agent-squad8.9Low AI signal818Swift7,7512026-08-29View →
NVIDIA/apex8.9Low AI signal420Python8,9962026-08-29View →
xszyou/Fay8.9Low AI signal919Python13,4672026-08-29View →
ValveSoftware/Proton8.8Low AI signal13711C++32,6732026-08-29View →
kamyu104/LeetCode-Solutions8.8Low AI signal1347C++5,9192026-08-29View →
nubjs/nub8.8Low AI signal1656Rust4,1312026-08-29View →
Anil-matcha/Open-Generative-AI8.7Low AI signal278JavaScript27,2992026-08-29View →
pybind/pybind118.7Low AI signal609C++18,0082026-08-29View →
xpzouying/xiaohongshu-mcp8.7Low AI signal92Go15,5322026-08-29View →
kyleneideck/BackgroundMusic8.7Low AI signal395C++19,2542026-08-29View →
supercollider/supercollider8.7Low AI signal13080C++6,7062026-08-29View →
rust-lang/miri8.7Low AI signal506Rust6,5372026-08-29View →
Azure/azure-cli8.7Low AI signal43613Python4,6122026-08-29View →
dwgx/WindsurfAPI8.7Low AI signal1088JavaScript2,9552026-08-29View →
PowerDNS/pdns8.7Low AI signal875C++4,4572026-08-29View →
keycastr/keycastr8.7Low AI signal46Objective-C15,0742026-08-29View →
yt-dlp/yt-dlp8.6Low AI signal2958Python187,5152026-08-29View →
OpenBB-finance/OpenBB8.6Low AI signal3455Python72,4052026-08-29View →
NVIDIA/NemoClaw8.6Low AI signal9766TypeScript22,2972026-08-29View →
Unstructured-IO/unstructured8.6Low AI signal3307HTML15,3592026-08-29View →
google/gvisor8.6Low AI signal4617Go19,1832026-08-29View →
MobSF/Mobile-Security-Framework-MobSF8.6Low AI signal948JavaScript21,6612026-08-29View →
Hoper-J/AI-Guide-and-Demos-zh_CN8.6Low AI signal148Python4,4702026-08-29View →
cloudflare/vinext8.6Low AI signal2769TypeScript8,6902026-08-29View →
Ragnt/AngryOxide8.6Low AI signal110Rust1,9452026-08-29View →
NVIDIA/nccl8.6Low AI signal1183C++5,0302026-08-29View →
CeuiLiSA/Pixiv-Shaft8.6Low AI signal525Kotlin7,7082026-08-29View →
dtolnay/anyhow8.6Low AI signal59Rust6,6342026-08-29View →
makeplane/plane8.5Low AI signal3572TypeScript58,4602026-08-29View →
pola-rs/polars8.5Low AI signal5967Rust39,5292026-08-29View →
huggingface/pytorch-image-models8.5Low AI signal2188Python37,1052026-08-29View →
opf/openproject8.5Low AI signal18910Ruby15,9632026-08-29View →
Intervention/image8.5Low AI signal411PHP14,3662026-08-29View →
modelscope/DiffSynth-Studio8.5Low AI signal1082Python13,0162026-08-29View →
apache/iggy8.5Low AI signal5209Rust4,5862026-08-29View →
microsoft/BitNet8.5Low AI signal129C++40,2122026-08-29View →
amoffat/sh8.5Low AI signal99Python7,2422026-08-29View →
react-grid-layout/react-draggable8.5Low AI signal25JavaScript9,2902026-08-29View →
simonlin1212/Vibe-Research8.5Low AI signal581TypeScript2,2172026-08-29View →
alshedivat/al-folio8.4Low AI signal84HTML16,0692026-08-29View →
hackiftekhar/IQKeyboardManager8.4Low AI signal79Swift16,6292026-08-29View →
al-one/hass-xiaomi-miot8.4Low AI signal329Python6,0912026-08-29View →
denisidoro/navi8.4Low AI signal11Rust17,4932026-08-29View →
protocolbuffers/protobuf8.3Low AI signal2149C++71,8252026-08-29View →
wshobson/agents8.3Low AI signal1258Python39,2242026-08-29View →
RightNow-AI/openfang8.3Low AI signal1004Rust18,1432026-08-29View →
garrytan/gbrain8.3Low AI signal4348TypeScript29,2422026-08-29View →
MudBlazor/MudBlazor8.3Low AI signal1459C#10,5652026-08-29View →
apache/datafusion8.3Low AI signal5901Rust9,2172026-08-29View →
dotnet/wpf8.3Low AI signal15779C#7,7192026-08-29View →
WinMerge/winmerge8.3Low AI signal11831C++9,1582026-08-29View →
Clipy/Clipy8.3Low AI signal82Swift8,8332026-08-29View →
vladmandic/sdnext8.3Low AI signal5280Python7,3242026-08-29View →
nasa/fprime8.3Low AI signal2032C++11,7072026-08-29View →
OHF-Voice/piper1-gpl8.3Low AI signal305C++5,3122026-08-29View →
Bash-it/bash-it8.3Low AI signal124Shell15,1512026-08-29View →
felixrieseberg/windows958.2Low AI signal52TypeScript24,2032026-08-29View →
microsoft/onnxruntime8.2Low AI signal7252C++21,6642026-08-29View →
diegosouzapw/OmniRoute8.2Low AI signal10633TypeScript57,5432026-08-29View →
justcallmekoko/ESP32Marauder8.2Low AI signal469C++12,1542026-08-29View →
TheHPXProject/hpx8.2Low AI signal8440C++2,8852026-08-29View →
alexbelgium/hassio-addons8.2Low AI signal396Shell2,5792026-08-29View →
qazbnm456/awesome-web-security8.2Low AI signal103Python13,7392026-08-29View →
google/tcmalloc8.2Low AI signal355C++5,3332026-08-29View →
rhaiscript/rhai8.2Low AI signal989Rust5,6412026-08-29View →
apache/paimon8.2Low AI signal7012Java3,3852026-08-29View →
rasbt/LLMs-from-scratch8.1Low AI signal332Jupyter Notebook103,9402026-08-29View →
coleam00/Archon8.1Low AI signal1629TypeScript23,2942026-08-29View →
ActivityWatch/activitywatch8.1Low AI signal46Python18,7362026-08-29View →
taskforcesh/bullmq8.1Low AI signal872TypeScript9,3442026-08-29View →
googleapis/google-api-php-client8.1Low AI signal102PHP9,8062026-08-29View →
shakacode/react-webpack-rails-tutorial8.1Low AI signal81JavaScript1,7192026-08-29View →
boto/boto38.1Low AI signal573Python9,8852026-08-29View →
darrylmorley/whatcable8.1Low AI signal1255Swift8,5682026-08-29View →
RobotLocomotion/drake8.1Low AI signal3633C++4,1592026-08-29View →
crossbeam-rs/crossbeam8.1Low AI signal449Rust8,5592026-08-29View →
RubyMetric/chsrc8.1Low AI signal64C6,8622026-08-29View →
hanami/hanami8.1Low AI signal321Ruby6,4072026-08-29View →
luongnv89/claude-howto8.0Low AI signal501Python41,2432026-08-29View →
ungoogled-software/ungoogled-chromium8.0Low AI signal54Python27,5442026-08-29View →
AlexsJones/llmfit8.0Low AI signal308Rust34,4422026-08-29View →
alibaba/canal8.0Low AI signal187Java29,7272026-08-29View →
HunxByts/GhostTrack8.0Low AI signal2Python14,9522026-08-29View →
decolua/9router8.0Low AI signal651JavaScript26,5702026-08-29View →
josStorer/RWKV-Runner8.0Low AI signal1086TypeScript6,4622026-08-29View →
sebastianbergmann/object-reflector8.0Low AI signal14PHP6,2722026-08-29View →
wzdnzd/aggregator8.0Low AI signal211Python6,7562026-08-29View →
rust-lang/rustfmt8.0Low AI signal550Rust6,9522026-08-29View →
pimalaya/himalaya8.0Low AI signal237Rust7,1292026-08-29View →
microsoft/generative-ai-for-beginners7.9Low AI signal1161Jupyter Notebook118,6982026-08-29View →
openai/openai-cookbook7.9Low AI signal766Jupyter Notebook75,5852026-08-29View →
jarun/nnn7.9Low AI signal226C21,8412026-08-29View →
GoogleCloudPlatform/microservices-demo7.9Low AI signal289Go20,8752026-08-29View →
yusufkaraaslan/Skill_Seekers7.9Low AI signal6158Python14,8482026-08-29View →
ko-build/ko7.9Low AI signal102Go8,5132026-08-29View →
microsoft/azurelinux7.9Low AI signal826Python5,3312026-08-29View →
smol-machines/smolvm7.9Low AI signal1170Rust5,8172026-08-29View →
chrisryugj/korean-law-mcp7.9Low AI signal157TypeScript2,5332026-08-29View →
apache/trafficserver7.9Low AI signal4493C++1,9782026-08-29View →
jenkinsci/docker7.9Low AI signal14PowerShell7,6192026-08-29View →
espnet/espnet7.9Low AI signal7242Python9,9452026-08-29View →
fengshao1227/ccg-workflow7.9Low AI signal247Go5,8532026-08-29View →
vercel/eve7.9Low AI signal2947TypeScript4,8602026-08-29View →
RsyncProject/rsync7.9Low AI signal643C5,1622026-08-29View →
svix/svix-webhooks7.9Low AI signal1259Rust3,3752026-08-29View →
ScottSloan/Bili23-Downloader7.9Low AI signal421Python6,8752026-08-29View →
peass-ng/PEASS-ng7.8Low AI signal2264C#20,3902026-08-29View →
openobserve/openobserve7.8Low AI signal11468TypeScript21,5402026-08-29View →
mack-a/v2ray-agent7.8Low AI signal81Shell21,7512026-08-29View →
Unity-Technologies/ml-agents7.8Low AI signal664C#19,6522026-08-29View →
liguodongiot/llm-action7.8Low AI signal407HTML24,9692026-08-29View →
geekcomputers/Python7.8Low AI signal870Python35,2982026-08-29View →
apache/arrow-rs7.8Low AI signal3103Rust3,5962026-08-29View →
XBuilderLAB/cheat-on-content7.8Low AI signal119Python6,6672026-08-29View →
googleapis/google-api-nodejs-client7.8Low AI signal4475TypeScript12,2362026-08-29View →
wwwzhouhui/dify-for-dsl7.8Low AI signal555Python3,8652026-08-29View →
mne-tools/mne-python7.8Low AI signal3772Python3,4972026-08-29View →
smallfawn/QLScriptPublic7.8Low AI signal548JavaScript3,4032026-08-29View →
AutoDarkMode/Windows-Auto-Night-Mode7.8Low AI signal132C#9,6702026-08-29View →
pacifio/atlas7.8Low AI signal1178Rust3,0952026-09-03View →
alibaba/arthas7.7Low AI signal140Java37,5032026-08-29View →
symfony/symfony7.7Low AI signal16823PHP31,1352026-08-29View →
uber-go/zap7.7Low AI signal198Go24,6452026-08-29View →
github/copilot-sdk7.7Low AI signal2611Java10,4362026-08-29View →
Respect/Validation7.7Low AI signal471PHP6,0282026-08-29View →
coreutils/coreutils7.7Low AI signal989C5,2732026-08-29View →
mautic/mautic7.7Low AI signal5351PHP10,4122026-08-29View →
iflytek/astron-agent7.7Low AI signal3616Java8,9032026-08-29View →
apache/beam7.7Low AI signal13954Java8,6532026-08-29View →
google/perfetto7.7Low AI signal5792C++6,4082026-08-29View →
mock-server/mockserver-monorepo7.7Low AI signal3932Java4,9562026-08-29View →
FreeRTOS/FreeRTOS7.7Low AI signal50436C7,7342026-08-29View →
corsairdev/corsair7.7Low AI signal3032TypeScript10,6312026-08-29View →
Kotlin/kotlinx.coroutines7.7Low AI signal121Kotlin13,8072026-08-29View →
unicity-aos/aos-ce7.7Low AI signal402Rust8,5512026-08-29View →
Comfy-Org/ComfyUI7.6Low AI signal3671Python130,4292026-08-29View →
dragonflydb/dragonfly7.6Low AI signal1080C++31,0512026-08-29View →
zeroclaw-labs/zeroclaw7.6Low AI signal3187Rust32,6672026-08-29View →
invoke-ai/InvokeAI7.6Low AI signal6427Python28,0322026-08-29View →
apple/container7.6Low AI signal570Swift49,4802026-08-29View →
TheAlgorithms/Rust7.6Low AI signal384Rust26,0252026-08-29View →
chiphuyen/aie-book7.6Low AI signal3Jupyter Notebook17,1742026-08-29View →
charmbracelet/vhs7.6Low AI signal87Go20,7562026-08-29View →
StarRocks/starrocks7.6Low AI signal18410Java12,0502026-08-29View →
bloomberg/memray7.6Low AI signal630Python15,2042026-08-29View →
BCUninstaller/Bulk-Crap-Uninstaller7.6Low AI signal1178C#21,0102026-08-29View →
n0-computer/iroh7.6Low AI signal413Rust12,3742026-08-29View →
mauriceboe/TREK7.6Low AI signal2296TypeScript12,9342026-08-29View →
pgmq/pgmq7.6Low AI signal182Rust5,1282026-08-29View →
BeyondDimension/SteamTools7.6Low AI signal767C#26,6562026-08-29View →
liketrek/TREK7.6Low AI signal2296TypeScript12,9402026-08-29View →
SuperTux/supertux7.6Low AI signal1207C++3,1342026-08-29View →
numpy/numpy7.5Low AI signal4400Python32,6212026-08-29View →
fabricjs/fabric.js7.5Low AI signal153TypeScript31,4132026-08-29View →
ComposioHQ/composio7.5Low AI signal2110TypeScript29,9182026-08-29View →
ahmetb/kubectx7.5Low AI signal56Go19,9642026-08-29View →
keploy/keploy7.5Low AI signal1361Go18,4352026-08-29View →
browser-use/video-use7.5Low AI signal31Python21,5382026-08-29View →
shakacode/react_on_rails7.5Low AI signal2514Ruby5,1902026-08-29View →
facebook/pyrefly7.5Low AI signal2917Rust6,9112026-08-29View →
markmead/hyperui7.5Low AI signal492Astro12,2152026-08-29View →
firecrawl/firecrawl-mcp-server7.5Low AI signal41TypeScript7,3402026-08-29View →
sebastianbergmann/global-state7.5Low AI signal20PHP6,5932026-08-29View →
facebook/rocksdb7.4Low AI signal2760C++32,0242026-08-29View →
wallabag/wallabag7.4Low AI signal536PHP12,9402026-08-29View →
spotDL/spotify-downloader7.4Low AI signal263Python25,9282026-08-29View →
anthropics/knowledge-work-plugins7.4Low AI signal817Python23,7242026-08-29View →
redpanda-data/redpanda7.4Low AI signal4546C++12,4972026-08-29View →
modoboa/modoboa7.4Low AI signal569Python3,5312026-08-29View →
deanmalmgren/textract7.4Low AI signal86HTML4,7002026-08-29View →
DetachHead/basedpyright7.4Low AI signal1696TypeScript3,5592026-08-29View →
hediet/vscode-drawio7.4Low AI signal87TypeScript9,4812026-08-29View →
serde-rs/json7.4Low AI signal189Rust5,6322026-08-29View →
apache/fluss7.4Low AI signal1388Java2,1192026-08-29View →
ArtSabintsev/Siren7.4Low AI signal28Swift4,2942026-08-29View →
loco-rs/loco7.4Low AI signal451Rust9,1032026-08-29View →
typst/typst7.3Low AI signal1284Rust55,7112026-08-29View →
tokio-rs/axum7.3Low AI signal414Rust26,9752026-08-29View →
shap/shap7.3Low AI signal869Jupyter Notebook25,7082026-08-29View →
BoundaryML/baml7.3Low AI signal10576Rust9,0882026-08-29View →
dotnetcore/BootstrapBlazor7.3Low AI signal2073C#4,8612026-08-29View →
charmbracelet/lipgloss7.3Low AI signal88Go11,7652026-08-29View →
easylist/easylist7.3Low AI signal2073Adblock Filter List3,1122026-08-29View →
hmlongco/Factory7.3Low AI signal105Swift2,8952026-08-29View →
ritchieng/the-incredible-pytorch7.3Low AI signal312,6372026-08-29View →
Dr-TSNG/ZygiskNext7.3Low AI signal3C10,4722026-08-29View →
moonlight-stream/moonlight-android7.3Low AI signal693C7,0452026-09-02View →
rails/rails7.2Low AI signal4327Ruby58,7292026-08-29View →
vnpy/vnpy7.2Low AI signal204Python44,8262026-08-29View →
iovisor/bcc7.2Low AI signal936C22,6442026-08-29View →
facebookresearch/sam27.2Low AI signal221Jupyter Notebook19,7772026-08-29View →
versity/versitygw7.2Low AI signal1184Go2,7372026-08-29View →
hero8152/Infinite-Canvas7.2Low AI signal1258Python2,9532026-08-29View →
huggingface/tokenizers7.2Low AI signal367Rust11,0002026-08-29View →
cakephp/cakephp7.2Low AI signal3225PHP8,7952026-08-29View →
Serial-Studio/Serial-Studio7.2Low AI signal4837C7,1602026-08-29View →
ellisonleao/magictools7.2Low AI signal1Markdown17,2122026-08-29View →
xiaoyaDev/xiaoya-alist7.2Low AI signal49Shell8,4292026-08-29View →
git-up/GitUp7.2Low AI signal2323Objective-C12,1122026-08-29View →
CarterPerez-dev/Cybersecurity-Projects7.2Low AI signal2662Go6,4852026-08-29View →
fschutt/azul7.2Low AI signal6645Rust6,1132026-08-29View →
ChangemakerStudios/Papercut-SMTP7.2Low AI signal470C#3,3262026-08-29View →
jupyterlab/jupyter-ai7.2Low AI signal75Python4,3842026-08-29View →
rust-unofficial/awesome-rust7.1Low AI signal7Rust59,0222026-08-29View →
emscripten-core/emscripten7.1Low AI signal12398C++27,5802026-08-29View →
google/yapf7.1Low AI signal202Python13,9822026-08-29View →
Suwayomi/Suwayomi-Server7.1Low AI signal114Java7,5242026-08-29View →
agentclientprotocol/agent-client-protocol7.1Low AI signal969Rust4,0992026-08-29View →
bufbuild/buf7.1Low AI signal1304Go11,3972026-08-29View →
sebastienros/jint7.1Low AI signal4272C#4,7072026-08-29View →
go-echarts/go-echarts7.1Low AI signal105Go7,6412026-08-29View →
gildas-lormeau/zip.js7.1Low AI signal491JavaScript3,8812026-08-29View →
Dicklesworthstone/destructive_command_guard7.1Low AI signal1289Rust5,8612026-08-29View →
certimate-go/certimate7.1Low AI signal1607Go9,0792026-08-29View →
JustVugg/colibri7.1Low AI signal1101C26,3742026-08-29View →
GameServerManagers/LinuxGSM7.1Low AI signal358Shell4,8952026-08-29View →
TingsongYu/PyTorch-Tutorial-2nd7.1Low AI signal1169Jupyter Notebook4,5832026-08-29View →
tickmao/Novel7.1Low AI signal115Python1,8932026-08-29View →
ossf/scorecard7.1Low AI signal853Go5,6592026-08-29View →
sherlock-project/sherlock7.0Low AI signal44Python90,5282026-08-29View →
PaddlePaddle/PaddleOCR7.0Low AI signal3031Python88,4002026-08-29View →
blakeblackshear/frigate7.0Low AI signal3249TypeScript35,4652026-08-29View →
composer/composer7.0Low AI signal1061PHP29,5052026-08-29View →
searxng/searxng7.0Low AI signal729Python36,2022026-08-29View →
SuperClaude-Org/SuperClaude_Framework7.0Low AI signal381Python23,8482026-08-29View →
apache/doris7.0Low AI signal20201C++15,8282026-08-29View →
diesel-rs/diesel7.0Low AI signal1666Rust14,1642026-08-29View →
microsoft/pyright7.0Low AI signal1704Python15,6042026-08-29View →
lemonade-sdk/lemonade7.0Low AI signal1124C++5,5182026-08-29View →
mavlink/qgroundcontrol7.0Low AI signal2215C++4,8762026-08-29View →
PerryTS/perry7.0Low AI signal11986Rust4,7202026-08-29View →
thomhurst/TUnit7.0Low AI signal1304C#3,9292026-08-29View →
yandex/perforator7.0Low AI signal47984C++3,4182026-08-29View →
lioensky/VCPToolBox7.0Low AI signal2519JavaScript2,2712026-08-29View →
vmoranv/jshookmcp7.0Low AI signal2024TypeScript1,9552026-08-29View →
material-components/material-web7.0Low AI signal971SCSS11,2102026-08-29View →
SixLabors/ImageSharp7.0Low AI signal2959C#8,0372026-08-29View →
canonical/microk8s7.0Low AI signal184Python9,3592026-08-29View →
iflytek/astron-rpa7.0Low AI signal1817Java5,5292026-08-29View →
block/buzz7.0Low AI signal5645Rust31,3392026-08-29View →
s0md3v/Photon7.0Low AI signal11Python13,1552026-08-29View →
BOINC/boinc7.0Low AI signal3357C++2,4532026-08-29View →
chaitanyagiri/munder-difflin7.0Low AI signal750JavaScript5,3712026-08-29View →
ledger/ledger7.0Low AI signal208C++6,0212026-08-29View →
krahets/hello-algo6.9Low AI signal963Java129,6532026-08-29View →
bevyengine/bevy6.9Low AI signal4790Rust47,9362026-08-29View →
SimplifyJobs/Summer2026-Internships6.9Low AI signal97Python46,8782026-08-29View →
ceph/ceph6.9Low AI signal9977C++16,9752026-08-29View →
fishaudio/fish-speech6.9Low AI signal138Python32,4372026-08-29View →
TencentCloud/CubeSandbox6.9Low AI signal3381Go11,3782026-08-29View →
spantaleev/matrix-docker-ansible-deploy6.9Low AI signal440Jinja6,4772026-08-29View →
max-sixty/worktrunk6.9Low AI signal1760Rust6,7312026-08-29View →
baserow/baserow6.9Low AI signal13595Python5,7432026-08-29View →
lancedb/lancedb6.9Low AI signal1681Rust11,3072026-08-29View →
qist/tvbox6.9Low AI signal1040JavaScript11,0442026-08-29View →
getmoto/moto6.9Low AI signal12797Python8,6312026-08-29View →
zebbern/claude-code-guide6.9Low AI signal525Python4,5942026-08-29View →
boa-dev/boa6.9Low AI signal1593Rust7,5082026-08-29View →
SwifterSwift/SwifterSwift6.9Low AI signal212Swift15,1862026-08-29View →
TandoorRecipes/recipes6.9Low AI signal1352HTML8,5662026-08-29View →
XiaoYouChR/Ghost-Downloader-36.9Low AI signal662Python8,7122026-08-29View →
microsoft/TypeChat6.9Low AI signal113TypeScript8,6802026-08-29View →
UnblockNeteaseMusic/server6.9Low AI signal23JavaScript7,8192026-08-29View →
paperswithbacktest/awesome-systematic-trading6.9Low AI signal158Python14,0412026-08-29View →
PostgresApp/PostgresApp6.9Low AI signal124Makefile7,7742026-08-29View →
microsoft/SynapseML6.9Low AI signal2221Scala5,2422026-08-29View →
feldera/feldera6.9Low AI signal3896Rust2,0682026-08-29View →
synthetic-sciences/openscience6.9Low AI signal3849TypeScript3,3552026-08-29View →
ohmyzsh/ohmyzsh6.8Low AI signal324Shell189,4182026-08-29View →
chroma-core/chroma6.8Low AI signal2349Rust29,1752026-08-29View →
deepset-ai/haystack6.8Low AI signal5860Python26,3492026-08-29View →
blader/humanizer6.8Low AI signal2Python38,6022026-08-29View →
subframe7536/maple-font6.8Low AI signal65Python28,4972026-08-29View →
talebook/talebook6.8Low AI signal1324HTML5,7142026-08-29View →
adambard/learnxinyminutes-docs6.8Low AI signal1577Markdown12,3392026-08-29View →
LibreOffice/core6.8Low AI signal5833C++4,2822026-08-29View →
apache/nuttx6.8Low AI signal47268C4,0132026-08-29View →
1186258278/OpenClawChineseTranslation6.8Low AI signal61JavaScript3,8052026-08-29View →
skydevil88/XboxDownload6.8Low AI signal41C#3,8222026-08-29View →
aaron-he-zhu/aaron-marketing-skills6.8Low AI signal1595Python2,6722026-08-29View →
indy256/codelibrary6.8Low AI signal144Java2,0282026-08-29View →
capnproto/capnproto6.8Low AI signal614C++13,1692026-08-29View →
SimplifyJobs/Summer2027-Internships6.8Low AI signal97Python46,8932026-08-29View →
josdejong/mathjs6.8Low AI signal203JavaScript15,0712026-08-29View →
OWASP/Nettacker6.8Low AI signal345Python5,5412026-08-29View →
callstack/agent-device6.8Low AI signal3980TypeScript4,2702026-08-29View →
9001/copyparty6.7Low AI signal800Python46,4282026-08-29View →
hashicorp/vagrant6.7Low AI signal586Ruby27,2042026-08-29View →
apache/skywalking6.7Low AI signal2012Java24,9322026-08-29View →
arendst/Tasmota6.7Low AI signal10416C24,7292026-08-29View →
Yeachan-Heo/oh-my-codex6.7Low AI signal3345TypeScript32,8912026-08-29View →
apache/brpc6.7Low AI signal2125C++17,5952026-08-29View →
docker-mailserver/docker-mailserver6.7Low AI signal92Shell18,8102026-08-29View →
cvat-ai/cvat6.7Low AI signal2619Python16,6152026-08-29View →
chatboxai/chatbox6.7Low AI signal1754TypeScript41,5992026-08-29View →
xberg-io/xberg6.7Low AI signal8951Rust9,2332026-08-29View →
BlockRunAI/ClawRouter6.7Low AI signal249TypeScript6,5742026-08-29View →
Floorp-Projects/Floorp6.7Low AI signal1946TypeScript8,3522026-08-29View →
teamcapybara/capybara6.7Low AI signal229Ruby10,1702026-08-29View →
googleapis/google-api-go-client6.7Low AI signal50858Go4,4672026-08-29View →
astrid-runtime/sdk-js6.7Low AI signal34TypeScript8,1132026-08-29View →
cactus-compute/cactus6.7Low AI signal1566C++5,9542026-08-29View →
bojieli/ai-agent-book6.7Low AI signal11416Python43,0552026-08-29View →
danger/danger6.7Low AI signal146Ruby5,6892026-08-29View →
agenda-tech-brasil/agenda-tech-brasil6.7Low AI signal71Python5,7042026-08-29View →
nginx/kubernetes-ingress6.7Low AI signal1361Go5,0702026-08-29View →
TinyCC/tinycc6.7Low AI signal1201C3,0212026-08-29View →
hykilpikonna/hyfetch6.7Low AI signal54Shell2,0962026-08-29View →
Rust-GPU/rust-cuda6.7Low AI signal690Rust5,3302026-08-29View →
openai/whisper6.6Low AI signal34Python108,0652026-08-29View →
charmbracelet/gum6.6Low AI signal25Go24,2952026-08-29View →
kitao/pyxel6.6Low AI signal403Rust17,7792026-08-29View →
emqx/emqx6.6Low AI signal362Erlang16,6672026-08-29View →
run-llama/liteparse6.6Low AI signal407Rust12,1912026-08-29View →
voxel51/fiftyone6.6Low AI signal5790TypeScript11,0482026-08-29View →
TEN-framework/ten-framework6.6Low AI signal29108Python11,0912026-08-29View →
stride3d/stride6.6Low AI signal5564C#7,8082026-08-29View →
microsoft/aspire6.6Low AI signal7929C#6,2732026-08-29View →
gdamore/tcell6.6Low AI signal147Go5,2162026-08-29View →
vllm-project/semantic-router6.6Low AI signal6271Go5,3882026-08-29View →
apache/opendal6.6Low AI signal2529Rust5,3562026-08-29View →
coreboot/coreboot6.6Low AI signal24095C2,7772026-08-29View →
sameerasw/essentials6.6Low AI signal174Kotlin2,7892026-08-29View →
s3fs-fuse/s3fs-fuse6.6Low AI signal212C++9,9742026-08-29View →
dora-rs/dora6.6Low AI signal1352Rust3,9042026-08-29View →
riscv-collab/riscv-gnu-toolchain6.6Low AI signal1455C4,5952026-08-29View →
maderix/ANE6.6Low AI signal67Objective-C7,2552026-08-29View →
flox/flox6.6Low AI signal939Rust4,1082026-08-29View →
release-it/release-it6.6Low AI signal18JavaScript9,0392026-08-29View →
cathrynlavery/diagram-design6.6Low AI signal203HTML28,4902026-08-29View →
obra/superpowers6.5Low AI signal147Shell278,9302026-08-29View →
docling-project/docling6.5Low AI signal3086Python65,6962026-08-29View →
forrestchang/andrej-karpathy-skills6.5Low AI signal5208,3522026-08-29View →
mitmproxy/mitmproxy6.5Low AI signal801Python44,8372026-08-29View →
dmlc/xgboost6.5Low AI signal832C++28,7052026-08-29View →
DayuanJiang/next-ai-draw-io6.5Low AI signal101TypeScript35,3732026-08-29View →
multica-ai/andrej-karpathy-skills6.5Low AI signal5208,3822026-08-29View →
espressif/arduino-esp326.5Low AI signal1301C++17,2942026-08-29View →
cesanta/mongoose6.5Low AI signal17229C13,0112026-08-29View →
scipy/scipy6.5Low AI signal5647Python14,9622026-08-29View →
taichi-dev/taichi6.5Low AI signal1742C++28,3452026-08-29View →
cloudwego/netpoll6.5Low AI signal88Go4,6032026-08-29View →
Ralim/IronOS6.5Low AI signal4534C8,3212026-08-29View →
ChilliCream/graphql-platform6.5Low AI signal6220C#5,7522026-08-29View →
akkadotnet/akka.net6.5Low AI signal4127C#5,0812026-08-29View →
rullerzhou-afk/clawd-on-desk6.5Low AI signal2246JavaScript6,0642026-08-29View →
linuxserver/docker-swag6.5Low AI signal9Dockerfile3,7152026-08-29View →
purpleidea/mgmt6.5Low AI signal1236Go4,3092026-08-29View →
zhukunpenglinyutong/jetbrains-cc-gui6.5Low AI signal762Java5,6422026-08-29View →
NoFxAiOS/nofx6.5Low AI signal418Go12,7752026-08-29View →
ml-explore/mlx-lm6.5Low AI signal378Python6,8282026-08-29View →
jbeder/yaml-cpp6.5Low AI signal578C++6,1392026-08-29View →
hahwul/dalfox6.5Low AI signal600Rust5,2622026-08-29View →
yogeshojha/rengine6.5Low AI signal359HTML8,8002026-08-29View →
thaw-app/Thaw6.5Low AI signal790Swift10,1492026-08-29View →
letta-ai/letta-code6.5Low AI signal2603TypeScript3,1452026-08-29View →
carrierwaveuploader/carrierwave6.5Low AI signal123Ruby8,7792026-08-29View →
rust-lang/rust6.4Low AI signal27703Rust116,3152026-08-29View →
milvus-io/milvus6.4Low AI signal12726Go45,8502026-08-29View →
github/awesome-copilot6.4Low AI signal1490JavaScript38,3792026-08-29View →
p-e-w/heretic6.4Low AI signal41Python28,4722026-08-29View →
claude-code-best/claude-code6.4Low AI signal3278TypeScript22,2672026-08-29View →
iii-hq/iii6.4Low AI signal2118Rust18,6382026-08-29View →
bee-san/RustScan6.4Low AI signal36Rust20,3402026-08-29View →
chenhg5/cc-connect6.4Low AI signal822Go15,2382026-08-29View →
openvinotoolkit/openvino6.4Low AI signal13982C++10,7572026-08-29View →
sinelaw/fresh6.4Low AI signal4767Rust8,5582026-08-29View →
wesnoth/wesnoth6.4Low AI signal3636C++6,8452026-08-29View →
phan/phan6.4Low AI signal1972PHP5,6232026-08-29View →
tokio-rs/toasty6.4Low AI signal1145Rust3,0532026-08-29View →
PatrickJS/awesome-angular6.4Low AI signal8HTML10,0672026-08-29View →
dotnet/fsharp6.4Low AI signal227F#4,3232026-08-29View →
model-checking/kani6.4Low AI signal828Rust3,3542026-08-29View →
thephpleague/commonmark6.4Low AI signal393PHP2,9712026-08-29View →
ColeMurray/background-agents6.4Low AI signal1731TypeScript2,6932026-08-29View →
charmbracelet/soft-serve6.4Low AI signal33Go7,2082026-08-29View →
wp-graphql/wp-graphql6.4Low AI signal2233PHP3,7922026-08-29View →
TingsongYu/PyTorch_Tutorial6.4Low AI signal14Python8,0122026-08-29View →
socketry/falcon6.4Low AI signal30Ruby3,0252026-08-29View →
google/go-cloud6.4Low AI signal559Go9,9102026-08-29View →
filp/whoops6.4Low AI signal57PHP13,2342026-08-29View →
nodejs/node6.3Low AI signal43990JavaScript119,6522026-08-29View →
fastapi/fastapi6.3Low AI signal1884Python101,9022026-08-29View →
siyuan-note/siyuan6.3Low AI signal977TypeScript46,0212026-08-29View →
vernesong/OpenClash6.3Low AI signal116HTML27,2832026-08-29View →
matomo-org/matomo6.3Low AI signal9828PHP21,8242026-08-29View →
openclaw/openclaw-windows-node6.3Low AI signal1084C#2,0742026-08-29View →
alchaincyf/huashu-design6.3Low AI signal118HTML23,6562026-08-29View →
openai/gpt-oss6.3Low AI signal151Python20,3552026-08-29View →
react-native-maps/react-native-maps6.3Low AI signal131TypeScript15,9952026-08-29View →
kvcache-ai/Mooncake6.3Low AI signal3248C++6,4262026-08-29View →
mcp-use/mcp-use6.3Low AI signal1228TypeScript10,5392026-08-29View →
we-promise/sure6.3Low AI signal1787Ruby9,6392026-08-29View →
zjunlp/LLMAgentPapers6.3Low AI signal23,1102026-08-29View →
nteract/semiotic6.3Low AI signal2497TypeScript2,6912026-08-29View →
sebastianbergmann/php-timer6.3Low AI signal10PHP7,7372026-08-29View →
apple/containerization6.3Low AI signal681Swift8,9042026-08-29View →
google/gemma.cpp6.3Low AI signal126C++7,0312026-08-29View →
awsdocs/aws-doc-sdk-examples6.3Low AI signal4027Java10,4542026-08-29View →
PrismLibrary/Prism6.3Low AI signal412C#6,8392026-08-29View →
SWE-bench/SWE-bench6.3Low AI signal307Python5,7342026-08-29View →
mvscode/frps-onekey6.3Low AI signal10Shell3,5032026-08-29View →
orioledb/orioledb6.3Low AI signal1025C4,1782026-08-29View →
microsoft/litebox6.3Low AI signal453Rust2,6842026-08-29View →
mongodb/mongo6.2Low AI signal53292C++28,5132026-08-29View →
89luca89/distrobox6.2Low AI signal121Go12,9122026-08-29View →
clap-rs/clap6.2Low AI signal792Rust16,6732026-08-29View →
shadowsocks/shadowsocks-android6.2Low AI signal49Kotlin36,7712026-08-29View →
EvanLi/Github-Ranking6.2Low AI signal16Python12,0122026-08-29View →
qualcomm/GenieX6.2Low AI signal668Rust8,3322026-08-29View →
shimat/opencvsharp6.2Low AI signal1320C#6,0752026-08-29View →
orchidsoftware/platform6.2Low AI signal309PHP4,7932026-08-29View →
elie222/inbox-zero6.2Low AI signal2784TypeScript12,1042026-08-29View →
masonr/yet-another-bench-script6.2Low AI signal10Shell6,6542026-08-29View →
cloudquery/cloudquery6.2Low AI signal379Go6,5022026-08-29View →
crimera/piko6.2Low AI signal59Java4,9482026-08-29View →
eclipse-zenoh/zenoh6.2Low AI signal1260Rust3,1312026-08-29View →
butterbase-ai/butterbase6.2Low AI signal888TypeScript3,3022026-08-29View →
ciromattia/kcc6.2Low AI signal155Python5,5722026-08-29View →
handy-computer/transcribe.cpp6.2Low AI signal2554C++1,8532026-08-29View →
pagehelper-org/Mybatis-PageHelper6.2Low AI signal20Java12,3522026-08-29View →
PurpurMC/Purpur6.2Low AI signal7Java2,4022026-08-29View →
nothings/stb6.1Low AI signal882C34,5252026-08-29View →
ankitects/anki6.1Low AI signal1075Rust30,0972026-08-29View →
AlDanial/cloc6.1Low AI signal104Perl23,4742026-08-29View →
RVC-Boss/GPT-SoVITS6.1Low AI signal292Python61,3072026-08-29View →
official-stockfish/Stockfish6.1Low AI signal134C++16,4312026-08-29View →
rubocop/rubocop6.1Low AI signal2158Ruby12,8982026-08-29View →
panjf2000/ants6.1Low AI signal21Go14,4932026-08-29View →
JoeanAmier/XHS-Downloader6.1Low AI signal126JavaScript12,5112026-08-29View →
noah-nuebling/mac-mouse-fix6.1Low AI signal853Objective-C10,7582026-08-29View →
bitnami/charts6.1Low AI signal8560Go Template10,4072026-08-29View →
FRRouting/frr6.1Low AI signal6089C4,2732026-08-29View →
NomaDamas/k-skill6.1Low AI signal1229JavaScript7,3612026-08-29View →
prometheus/node_exporter6.1Low AI signal216Go13,7392026-08-29View →
chriskohlhoff/asio6.1Low AI signal1620C++6,1762026-08-29View →
timschneeb/awesome-shizuku6.1Low AI signal8Python9,9332026-08-29View →
chocolatey/choco6.1Low AI signal568C#11,4942026-08-29View →
moonshine-ai/moonshine6.1Low AI signal3156C++10,9582026-08-29View →
genlayerlabs/genlayer-project-boilerplate6.1Low AI signal72TypeScript16,8532026-08-29View →
facebook/prophet6.1Low AI signal163Python20,3792026-08-29View →
naudio/NAudio6.1Low AI signal1025C#6,2132026-08-29View →
IvanMurzak/Unity-MCP6.1Low AI signal385C#4,0122026-08-29View →
hexojs/hexo6.0Low AI signal29TypeScript41,7762026-08-29View →
derailed/k9s6.0Low AI signal123Go34,4572026-08-29View →
NVIDIA/open-gpu-kernel-modules6.0Low AI signal11222C17,3242026-08-29View →
electron-userland/electron-builder6.0Low AI signal442TypeScript14,6552026-08-29View →
OpenNHP/opennhp6.0Low AI signal305Go13,9192026-08-29View →
QuipNetwork/quip-protocol-rs6.0Low AI signal183Rust5,6412026-08-29View →
nopSolutions/nopCommerce6.0Low AI signal3490C#10,1332026-08-29View →
CoreBunch/Instatic6.0Low AI signal1581TypeScript8,2822026-08-29View →
tabulator-tables/tabulator6.0Low AI signal71JavaScript7,7502026-08-29View →
ghostunnel/ghostunnel6.0Low AI signal169Go2,1932026-08-29View →
gyscos/cursive6.0Low AI signal263Rust4,8412026-08-29View →
automerge/automerge6.0Low AI signal620JavaScript6,5412026-08-29View →
sinatra/sinatra6.0Low AI signal146Ruby12,4492026-08-29View →
haraka/Haraka6.0Low AI signal72JavaScript5,6142026-08-29View →
oven-sh/bun5.9Low AI signal11113Rust95,7652026-08-29View →
prettier/prettier5.9Low AI signal634JavaScript52,2162026-08-29View →
academic/awesome-datascience5.9Low AI signal329,8852026-08-29View →
fmtlib/fmt5.9Low AI signal482C++23,7662026-08-29View →
eclipse-theia/theia5.9Low AI signal3822TypeScript21,6622026-08-29View →
rockerBOO/awesome-neovim5.9Low AI signal16Shell21,3222026-08-29View →
microsoft/mimalloc5.9Low AI signal246C13,3332026-08-29View →
lightgbm-org/LightGBM5.9Low AI signal683C++18,7212026-08-29View →
apache/pouchdb5.9Low AI signal106JavaScript17,6012026-08-29View →
mikf/gallery-dl5.9Low AI signal705Python19,3452026-08-29View →
elastic/logstash5.9Low AI signal754Java14,9272026-08-29View →
mmistakes/minimal-mistakes5.9Low AI signal134HTML13,5592026-08-29View →
kekingcn/kkFileView5.9Low AI signal3449Java14,6062026-08-29View →
stablyai/orca5.9Low AI signal18599TypeScript56,1542026-08-29View →
generalaction/emdash5.9Low AI signal1785TypeScript5,5252026-08-29View →
ValueCell-ai/ClawX5.9Low AI signal791TypeScript7,5992026-08-29View →
microsoft/kiota5.9Low AI signal240C#3,8122026-08-29View →
saltbo/zpan5.9Low AI signal715TypeScript2,0642026-08-29View →
zilong7728/Collect-IPTV5.9Low AI signal192,2262026-08-29View →
apache/parquet-java5.9Low AI signal242Java3,0782026-08-29View →
Martian-Engineering/lossless-claw5.9Low AI signal692TypeScript4,8952026-08-29View →
Tencent/puerts5.9Low AI signal3090C++6,1902026-08-29View →
FyroxEngine/Fyrox5.9Low AI signal1597Rust9,5302026-08-29View →
cppla/ServerStatus5.9Low AI signal49Go4,6822026-08-29View →
sebastianbergmann/recursion-context5.9Low AI signal10PHP6,5612026-08-29View →
ValveSoftware/GameNetworkingSockets5.9Low AI signal559C++9,8712026-08-29View →
2noise/ChatTTS5.8Low AI signal121Python39,8032026-08-29View →
emilk/egui5.8Low AI signal743Rust30,2112026-08-29View →
icsharpcode/ILSpy5.8Low AI signal2206C#25,9682026-08-29View →
jackwener/OpenCLI5.8Low AI signal1252JavaScript28,6852026-08-29View →
espressif/esp-idf5.8Low AI signal36926C18,8942026-08-29View →
nearai/ironclaw5.8Low AI signal8495Rust12,6032026-08-29View →
jart/cosmopolitan5.8Low AI signal18184C21,2622026-08-29View →
BurntSushi/ripgrep5.8Low AI signal353Rust67,6762026-08-29View →
anthropics/claude-quickstarts5.8Low AI signal433TypeScript17,5682026-08-29View →
DataTalksClub/mlops-zoomcamp5.8Low AI signal58Jupyter Notebook15,1922026-08-29View →
beego/beego5.8Low AI signal433Go32,4152026-08-29View →
pcqpcq/open-source-android-apps5.8Low AI signal8Python10,4672026-08-29View →
BYVoid/OpenCC5.8Low AI signal1239C++9,9432026-08-29View →
cockroachdb/pebble5.8Low AI signal1402Go6,0052026-08-29View →
builderz-labs/mission-control5.8Low AI signal429TypeScript6,1262026-08-29View →
Zeyi-Lin/HivisionIDPhotos5.8Low AI signal56Python21,4502026-08-29View →
ruvnet/RuVector5.8Low AI signal12351Rust4,4652026-08-29View →
datascale-ai/opentalking5.8Low AI signal2298Python2,9132026-08-29View →
memtest86plus/memtest86plus5.8Low AI signal289C1,7592026-08-29View →
ForceInjection/AI-fundamentals5.8Low AI signal1137HTML2,4152026-08-29View →
tock/tock5.8Low AI signal2601Rust6,4282026-08-29View →
AxonIQ/AxonFramework5.8Low AI signal464Java3,6162026-08-29View →
prometheus/client_js5.8Low AI signal93JavaScript3,4852026-08-29View →
The-OpenROAD-Project/OpenROAD5.8Low AI signal3654Verilog3,0322026-08-29View →
BruceDevices/firmware5.8Low AI signal1102C++6,5852026-08-29View →
openai/codex-security5.8Low AI signal1367TypeScript10,2522026-08-29View →
nyblnet/bento5.8Low AI signal799TypeScript4,5762026-08-29View →
picoe/Eto5.8Low AI signal1507C#3,9632026-08-29View →
open-webui/open-webui5.7Low AI signal2637Python150,2182026-08-29View →
HumanSignal/label-studio5.7Low AI signal2561TypeScript28,1652026-08-29View →
actix/actix-web5.7Low AI signal505Rust24,8042026-08-29View →
redisson/redisson5.7Low AI signal323Java24,3802026-08-29View →
a2aproject/A2A5.7Low AI signal38Shell25,5312026-08-29View →
janeczku/calibre-web5.7Low AI signal635Fluent18,0672026-08-29View →
lynx-family/lynx5.7Low AI signal5677C++15,1142026-08-29View →
jupyter/jupyter5.7Low AI signal14Python15,3502026-08-29View →
fathah/hermes-desktop5.7Low AI signal552TypeScript14,0632026-08-29View →
o3de/o3de5.7Low AI signal11447C++9,6372026-08-29View →
go-vikunja/vikunja5.7Low AI signal1939Go5,1932026-08-29View →
CocoaLumberjack/CocoaLumberjack5.7Low AI signal232Objective-C13,3252026-08-29View →
basecamp/fizzy5.7Low AI signal214Ruby8,1412026-08-29View →
olivierlacan/keep-a-changelog5.7Low AI signal37Haml6,6802026-08-29View →
huangsam/ultimate-python5.7Low AI signal36Python5,9412026-08-29View →
quickshell-mirror/quickshell5.7Low AI signal370C++2,8972026-08-29View →
ymyuuu/IPDB5.7Low AI signal62,5522026-08-29View →
AnswerDotAI/llms-txt5.7Low AI signal9Jupyter Notebook2,5882026-08-29View →
google/adk-go5.7Low AI signal767Go8,7192026-08-29View →
u-boot/u-boot5.7Low AI signal31946C5,2142026-08-29View →
paulirish/dotfiles5.7Low AI signal43Shell4,3582026-08-29View →
dw-dengwei/daily-arXiv-ai-enhanced5.7Low AI signal40JavaScript2,9942026-08-29View →
msys2/MINGW-packages5.7Low AI signal117Shell2,7392026-08-29View →
YosysHQ/yosys5.7Low AI signal291C++4,7152026-08-29View →
VibiumDev/vibium5.7Low AI signal445Go2,9252026-08-29View →
kaitranntt/ccs5.7Low AI signal1728TypeScript2,8322026-08-29View →
rdkit/rdkit5.7Low AI signal3553HTML3,5702026-08-29View →
OpenZeppelin/openzeppelin-contracts5.6Low AI signal72Solidity27,2342026-08-29View →
apache/incubator-seata5.6Low AI signal352Java25,9902026-08-29View →
doocs/source-code-hunter5.6Low AI signal28Java23,1332026-08-29View →
deepseek-ai/DeepEP5.6Low AI signal67Cuda10,0712026-08-29View →
mattpocock/skills5.6Low AI signal16Shell240,1202026-08-29View →
yhirose/cpp-httplib5.6Low AI signal387C++16,7892026-08-29View →
App-vNext/Polly5.6Low AI signal679C#14,2322026-08-29View →
unicity-astrid/astrid5.6Low AI signal2021Rust10,2732026-08-29View →
owncloud/core5.6Low AI signal4614PHP8,8312026-08-29View →
project-chip/connectedhomeip5.6Low AI signal12518C++8,9092026-08-29View →
cloudflare/agents5.6Low AI signal1408TypeScript5,4972026-08-29View →
rectorphp/rector5.6Low AI signal687PHP10,4072026-08-29View →
Ataraxy-Labs/sem5.6Low AI signal645Rust3,3212026-08-29View →
NVIDIA/skills5.6Low AI signal3173Python3,1342026-08-29View →
evilsocket/opensnitch5.6Low AI signal886Python14,0132026-08-29View →
jupyter/docker-stacks5.6Low AI signal52Python8,4612026-08-29View →
ZoneMinder/zoneminder5.6Low AI signal6661PHP5,9212026-08-29View →
AdrienTorris/awesome-blazor5.6Low AI signal39,3742026-08-29View →
astrid-runtime/astrid5.6Low AI signal2018Rust10,2732026-08-29View →
Aliucord/Aliucord5.6Low AI signal13Kotlin4,8542026-08-29View →
doorkeeper-gem/doorkeeper5.6Low AI signal207Ruby5,5212026-08-29View →
samuelclay/NewsBlur5.6Low AI signal2985Python7,5992026-08-29View →
Tencent/libpag5.6Low AI signal2295HTML5,7702026-08-29View →
zhaochenyang20/Awesome-ML-SYS-Tutorial5.6Low AI signal175HTML6,9842026-08-29View →
Ocramius/PackageVersions5.6Low AI signal3PHP3,1712026-08-29View →
emissary-ingress/emissary5.6Low AI signal831Python4,5202026-08-29View →
JamesNK/Newtonsoft.Json5.6Low AI signal1258C#11,3152026-08-29View →
xai-org/x-algorithm5.6Low AI signal1380Rust32,4062026-08-29View →
bilawalsidhu/gods-eye-view5.6Low AI signal522JavaScript11,9702026-08-29View →
openclaw/openclaw5.5Low AI signal49133TypeScript387,9112026-08-29View →
appwrite/appwrite5.5Low AI signal2322TypeScript57,1522026-08-29View →
gradio-app/gradio5.5Low AI signal2195Python43,4352026-08-29View →
Crosstalk-Solutions/project-nomad5.5Low AI signal232TypeScript36,3622026-08-29View →
koel/koel5.5Low AI signal803PHP17,2362026-08-29View →
CJackHwang/ds2api5.5Low AI signal221Go4,7492026-08-29View →
keon/awesome-nlp5.5Low AI signal218,9402026-08-29View →
datawhalechina/happy-llm5.5Low AI signal184Jupyter Notebook33,3292026-08-29View →
google/cadvisor5.5Low AI signal312Go19,3842026-08-29View →
eclipse-vertx/vert.x5.5Low AI signal140Java14,6862026-08-29View →
neondatabase/neon5.5Low AI signal1884Rust22,9802026-08-29View →
openai/plugins5.5Low AI signal2990JavaScript5,2582026-08-29View →
vrtmrz/obsidian-livesync5.5Low AI signal391TypeScript12,1702026-08-29View →
graphif/project-graph5.5Low AI signal237TypeScript4,3822026-08-29View →
NapNeko/NapCatQQ5.5Low AI signal120TypeScript10,4242026-08-29View →
CocoaPods/CocoaPods5.5Low AI signal955Ruby14,8322026-08-29View →
AprilNEA/OpenLogi5.5Low AI signal707Rust17,4602026-08-29View →
flannel-io/flannel5.5Low AI signal121Go9,5252026-08-29View →
embabel/embabel-agent5.5Low AI signal412Kotlin4,4052026-08-29View →
luchina-gabriel/OSX-PROXMOX5.5Low AI signal10Shell7,7212026-09-02View →
realworld-apps/realworld5.4Low AI signal38TypeScript84,1562026-08-29View →
chubin/wttr.in5.4Low AI signal76Go30,4322026-08-29View →
atuinsh/atuin5.4Low AI signal322Rust31,4482026-08-29View →
nautechsystems/nautilus_trader5.4Low AI signal9210Rust28,0172026-08-29View →
gfx-rs/wgpu5.4Low AI signal2144Rust17,8852026-08-29View →
bytecodealliance/wasmtime5.4Low AI signal3840Rust18,5782026-08-29View →
postalserver/postal5.4Low AI signal126Ruby16,7722026-08-29View →
tensorzero/tensorzero5.4Low AI signal2369Rust11,7172026-08-29View →
presenton/presenton5.4Low AI signal2699TypeScript9,8982026-08-29View →
academicpages/academicpages.github.io5.4Low AI signal35SCSS17,5082026-08-29View →
googleapis/mcp-toolbox5.4Low AI signal1362Go16,2722026-08-29View →
withastro/flue5.4Low AI signal422TypeScript8,0572026-08-29View →
Azure/azure-powershell5.4Low AI signal76269C#4,7742026-08-29View →
3b1b/videos5.4Low AI signal2641Python11,1562026-08-29View →
metalbear-co/mirrord5.4Low AI signal970Rust5,2812026-08-29View →
salvo-rs/salvo5.4Low AI signal673Rust4,4332026-08-29View →
contour-terminal/contour5.4Low AI signal1587C++3,0092026-08-29View →
zts212653/clowder-ai5.4Low AI signal5554TypeScript2,8092026-08-29View →
jnMetaCode/superpowers-zh5.4Low AI signal80JavaScript7,8752026-08-29View →
PixelPlayerHQ/PixelPlayer5.4Low AI signal358Kotlin6,2472026-08-29View →
elder-plinius/T3MP3ST5.4Low AI signal194TypeScript5,7692026-08-29View →
pocoproject/poco5.4Low AI signal5550C++9,4832026-08-29View →
twisted/twisted5.4Low AI signal1428Python5,9782026-08-29View →
kubevela/kubevela5.4Low AI signal512Go7,8902026-08-29View →
FlaxEngine/FlaxEngine5.4Low AI signal8366C++6,9832026-08-29View →
GargantuaX/gemini-watermark-remover5.4Low AI signal1127JavaScript5,4342026-08-29View →
ashishps1/awesome-low-level-design5.4Low AI signal437Java26,4622026-08-29View →
mysql/mysql-server5.4Low AI signal35767C++12,4062026-08-29View →
anthropics/prompt-eng-interactive-tutorial5.4Low AI signal4Jupyter Notebook37,8372026-08-29View →
alacritty/alacritty5.3Low AI signal59Rust65,5402026-08-29View →
fastapi/full-stack-fastapi-template5.3Low AI signal73TypeScript45,2202026-08-29View →
HeyPuter/puter5.3Low AI signal1054TypeScript43,2952026-08-29View →
game1024/OpenSpeedy5.3Low AI signal40TypeScript17,2212026-08-29View →
heygen-com/hyperframes5.3Low AI signal3266TypeScript42,9832026-08-29View →
refactoringhq/tolaria5.3Low AI signal2053TypeScript19,6092026-08-29View →
happyfish100/fastdfs5.3Low AI signal907C9,2522026-08-29View →
hashicorp/terraform-provider-aws5.3Low AI signal14674Go11,0462026-08-29View →
delta-io/delta5.3Low AI signal872Scala8,9622026-08-29View →
puma/puma5.3Low AI signal176Ruby7,9152026-08-29View →
SCIR-HI/Huatuo-Llama-Med-Chinese5.3Low AI signal14Python4,9882026-08-29View →
ZSeven-W/openpencil5.3Low AI signal3015Rust5,7092026-08-29View →
Kitware/VTK5.3Low AI signal13762C++3,2052026-08-29View →
FStarLang/FStar5.3Low AI signal85F*3,0992026-08-29View →
tui-cs/Terminal.Gui5.3Low AI signal1964C#11,1832026-08-29View →
justlovemaki/AIClient2API5.3Low AI signal368JavaScript8,7002026-08-29View →
visualboyadvance-m/visualboyadvance-m5.3Low AI signal1487C++3,9082026-08-29View →
tscircuit/tscircuit5.3Low AI signal3TypeScript2,5322026-08-29View →
xai-org/grok-build5.3Low AI signal5837Rust26,2022026-08-29View →
PeonPing/peon-ping5.3Low AI signal332Shell5,0042026-08-29View →
microsoft/Ontology-Playground5.3Low AI signal86TypeScript2,5122026-08-29View →
oblien/openship5.3Low AI signal2822TypeScript11,7782026-08-29View →
holaboss-ai/holaOS5.3Low AI signal2706TypeScript11,0172026-08-29View →
bestofjs/bestofjs5.3Low AI signal1066JavaScript3,1342026-08-29View →
huangxd-/danmu_api5.3Low AI signal247JavaScript3,0492026-08-29View →
VowpalWabbit/vowpal_wabbit5.3Low AI signal585C++8,7062026-08-29View →
etcd-io/etcd5.2Low AI signal1256Go52,1962026-08-29View →
aseprite/aseprite5.2Low AI signal1496C++39,0682026-08-29View →
goharbor/harbor5.2Low AI signal2201Go29,2522026-08-29View →
foambubble/foam5.2Low AI signal230TypeScript17,3792026-08-29View →
hajimehoshi/ebiten5.2Low AI signal993Go13,4282026-08-29View →
dbt-labs/dbt-core5.2Low AI signal2260Rust13,7092026-08-29View →
wazuh/wazuh5.2Low AI signal5257C++16,7082026-08-29View →
apexcharts/apexcharts.js5.2Low AI signal613JavaScript15,1422026-08-29View →
openimsdk/open-im-server5.2Low AI signal392Go16,6202026-08-29View →
nashsu/llm_wiki5.2Low AI signal430TypeScript16,9172026-08-29View →
browseros-ai/BrowserOS5.2Low AI signal1959TypeScript13,3862026-08-29View →
MaterializeInc/materialize5.2Low AI signal6484Rust6,3632026-08-29View →
eclipse-sumo/sumo5.2Low AI signal18845Python4,1522026-08-29View →
facebook/fbthrift5.2Low AI signal3555C++2,6982026-08-29View →
monero-project/monero5.2Low AI signal1779C++10,8052026-08-29View →
KKKKhazix/khazix-skills5.2Low AI signal16Python20,2212026-08-29View →
OpenLineage/OpenLineage5.2Low AI signal1176Java2,6302026-08-29View →
wsvincent/awesome-django5.2Low AI signal13Python11,2242026-08-29View →
mmcgrana/gobyexample5.2Low AI signal34Go8,2002026-09-02View →
caddyserver/caddy5.1Low AI signal560Go75,2842026-08-29View →
jgraph/drawio-desktop5.1Low AI signal23JavaScript62,8372026-08-29View →
rapid7/metasploit-framework5.1Low AI signal6117Ruby38,9032026-08-29View →
apache/casbin5.1Low AI signal130Go20,3572026-08-29View →
rocksdanister/lively5.1Low AI signal215C#19,5032026-08-29View →
gnachman/iTerm25.1Low AI signal4881Objective-C17,9842026-08-29View →
semgrep/semgrep5.1Low AI signal2088OCaml16,4312026-08-29View →
JustArchiNET/ArchiSteamFarm5.1Low AI signal268C#13,6512026-08-29View →
aframevr/aframe5.1Low AI signal77JavaScript17,6212026-08-29View →
databendlabs/databend5.1Low AI signal5040Rust9,4242026-08-29View →
openemr/openemr5.1Low AI signal7108PHP5,4022026-08-29View →
dotnet/winforms5.1Low AI signal2335C#4,8502026-08-29View →
asterinas/asterinas5.1Low AI signal1385Rust4,8252026-08-29View →
realsenseai/librealsense5.1Low AI signal3296C++8,9792026-08-29View →
Future-House/paper-qa5.1Low AI signal368Python9,1202026-08-29View →
basecamp/kamal5.1Low AI signal96Ruby14,5382026-08-29View →
eclipse-openj9/openj95.1Low AI signal3477Java3,5392026-08-29View →
botswin/BotBrowser5.1Low AI signal136TypeScript2,5932026-08-29View →
facet-rs/facet5.1Low AI signal573Rust2,5702026-08-29View →
flyteorg/flyte5.1Low AI signal1717Go7,3082026-08-29View →
apache/couchdb5.1Low AI signal290Erlang6,9442026-08-29View →
microsoft/playwright-cli5.1Low AI signal14JavaScript12,9402026-08-29View →
microsoft/DirectXShaderCompiler5.1Low AI signal13050C++3,6322026-08-29View →
delta-io/delta-rs5.1Low AI signal786Rust3,2912026-08-29View →
AkashSingh3031/The-Complete-FAANG-Preparation5.1Low AI signal751Jupyter Notebook12,1792026-08-29View →
ClickHouse/ClickHouse5.0Low AI signal17340C++49,5122026-08-29View →
mudler/LocalAI5.0Low AI signal2240Go48,7222026-08-29View →
apache/spark5.0Low AI signal9508Scala43,8982026-08-29View →
carbon-language/carbon-lang5.0Low AI signal1277C++33,8712026-08-29View →
BabylonJS/Babylon.js5.0Low AI signal2227TypeScript25,9942026-08-29View →
hcengineering/platform5.0Low AI signal4951TypeScript27,4822026-08-29View →
Gitlawb/openclaude5.0Low AI signal4051TypeScript30,8642026-08-29View →
iOfficeAI/AionUi5.0Low AI signal1094TypeScript32,3772026-08-29View →
PyO3/pyo35.0Low AI signal729Rust16,0812026-08-29View →
supertone-inc/supertonic5.0Low AI signal29Swift13,7342026-08-29View →
OpenRefine/OpenRefine5.0Low AI signal223Java11,9672026-08-29View →
microsoft/mxc5.0Low AI signal1191Rust1,2572026-08-29View →
microsoft/pg_durable5.0Low AI signal212PLpgSQL2,7922026-08-29View →
utkarshdalal/GameNative5.0Low AI signal737Kotlin10,1532026-08-29View →
napi-rs/napi-rs5.0Low AI signal557Rust7,9172026-08-29View →
CortexReach/memory-lancedb-pro5.0Low AI signal278JavaScript4,4622026-08-29View →
ilysenko/codex-desktop-linux5.0Low AI signal593JavaScript3,7282026-08-29View →
vicanso/zedis5.0Low AI signal481Rust2,0242026-08-29View →
fuzhengwei/CodeGuide5.0Low AI signal208Shell11,9022026-08-29View →
ProjectPhysX/FluidX3D5.0Low AI signal354C++5,2542026-08-29View →
tencentmusic/cube-studio5.0Low AI signal995,0752026-08-29View →
simplecov-ruby/simplecov5.0Low AI signal276Ruby4,9192026-08-29View →
TheJoeFin/Text-Grab5.0Low AI signal168C#4,9792026-08-29View →
beautifier/js-beautify5.0Low AI signal149JavaScript8,9942026-08-29View →
seL4/seL45.0Low AI signal415C5,7212026-08-29View →
ros-navigation/navigation25.0Low AI signal1519C++4,6402026-08-29View →
tokio-rs/topcoat5.0Low AI signal552Rust4,7282026-08-29View →
googleapis/release-please5.0Low AI signal354TypeScript7,4132026-08-29View →
enfein/mieru5.0Low AI signal276Go2,5102026-08-29View →
hyperlight-dev/hyperlight5.0Low AI signal415Rust4,6422026-08-29View →
BurntSushi/toml5.0Low AI signal42Go5,0022026-08-29View →
NeogitOrg/neogit5.0Low AI signal20Lua5,5992026-08-29View →
JuliusBrussee/caveman4.9Likely human-written866Go101,5952026-08-29View →
kovidgoyal/kitty4.9Likely human-written1662Python34,6492026-08-29View →
CopilotKit/CopilotKit4.9Likely human-written9675TypeScript37,0932026-08-29View →
apolloconfig/apollo4.9Likely human-written230Java29,8062026-08-29View →
NativeScript/NativeScript4.9Likely human-written3287TypeScript25,6302026-08-29View →
bazelbuild/bazel4.9Likely human-written1980Java25,7722026-08-29View →
vulhub/vulhub4.9Likely human-written180Dockerfile21,1752026-08-29View →
google/filament4.9Likely human-written19762C++20,4132026-08-29View →
qmk/qmk_firmware4.9Likely human-written6116C20,6632026-08-29View →
elizaOS/eliza4.9Likely human-written22603TypeScript19,1972026-08-29View →
ethereum/EIPs4.9Likely human-written473Python13,9722026-08-29View →
tisfeng/Easydict4.9Likely human-written740Swift14,3902026-08-29View →
xuxueli/xxl-job4.9Likely human-written158Java30,5002026-08-29View →
JCodesMore/ai-website-cloner-template4.9Likely human-written59JavaScript33,3032026-08-29View →
tw93/Kami4.9Likely human-written445HTML10,9632026-08-29View →
Sequel-Ace/Sequel-Ace4.9Likely human-written1206Objective-C7,5212026-08-29View →
superradcompany/microsandbox4.9Likely human-written1276Rust7,9812026-08-29View →
shader-slang/slang4.9Likely human-written4028C++5,5842026-08-29View →
liangxiegame/QFramework4.9Likely human-written636C#5,4272026-08-29View →
the-open-agent/openagent4.9Likely human-written698Go5,5812026-08-29View →
portapack-mayhem/mayhem-firmware4.9Likely human-written4966C5,3642026-08-29View →
TimOliver/TOCropViewController4.9Likely human-written51Objective-C4,9422026-08-29View →
mRemoteNG/mRemoteNG4.9Likely human-written641C#11,0752026-08-29View →
activeadmin/activeadmin4.9Likely human-written131Ruby9,7072026-08-29View →
jely2002/youtube-dl-gui4.9Likely human-written246Rust9,0952026-08-29View →
purocean/yn4.9Likely human-written80TypeScript6,7442026-08-29View →
quartznet/quartznet4.9Likely human-written1738C#7,0692026-08-29View →
JetBrains/intellij-community4.9Likely human-written22441Java20,4952026-08-29View →
zeromq/libzmq4.9Likely human-written438C++10,9752026-08-29View →
Alex313031/thorium4.9Likely human-written124C++7,4672026-08-29View →
meshcore-dev/MeshCore4.9Likely human-written529C3,5562026-08-29View →
stakater/Reloader4.9Likely human-written68Go10,3732026-08-29View →
jarun/buku4.9Likely human-written216Python7,1872026-08-29View →
openclaw/acpx4.9Likely human-written590TypeScript3,1872026-08-29View →
jekyll/jekyll4.8Likely human-written147Ruby51,6562026-08-29View →
astral-sh/ruff4.8Likely human-written5316Rust49,3662026-08-29View →
zen-browser/desktop4.8Likely human-written1178C++44,1442026-08-29View →
harness/harness4.8Likely human-written3129Go38,1532026-08-29View →
ArduPilot/ardupilot4.8Likely human-written5563C++15,7622026-08-29View →
google/magika4.8Likely human-written243Python17,9822026-08-29View →
Lum1104/Understand-Anything4.8Likely human-written312TypeScript80,8772026-08-29View →
fluent/fluentd4.8Likely human-written511Ruby13,5812026-08-29View →
Egonex-AI/Understand-Anything4.8Likely human-written312TypeScript80,8772026-08-29View →
redmine/redmine4.8Likely human-written1123Ruby6,0232026-08-29View →
Azure/azure-sdk-for-net4.8Likely human-written100809C#6,0432026-08-29View →
stas00/ml-engineering4.8Likely human-written96Python18,8262026-08-29View →
NanmiCoder/cc-haha4.8Likely human-written4122TypeScript14,2442026-08-29View →
fluxcd/flux24.8Likely human-written84Go8,3752026-08-29View →
microsoft/microsoft-ui-xaml4.8Likely human-written9466C++7,9642026-08-29View →
hexclave/hexclave4.8Likely human-written2180TypeScript6,8432026-08-29View →
apache/fory4.8Likely human-written3308Java4,5202026-08-29View →
crmne/ruby_llm4.8Likely human-written380Ruby4,3272026-08-29View →
archestra-ai/archestra4.8Likely human-written4407TypeScript4,2352026-08-29View →
kungfu-systems/kungfu4.8Likely human-written4094C++4,5052026-08-29View →
mysticaltech/terraform-hcloud-kube-hetzner4.8Likely human-written143HCL3,9222026-08-29View →
NVIDIA/stdexec4.8Likely human-written471C++2,4222026-08-29View →
sdyckjq-lab/llm-wiki-skill4.8Likely human-written939TypeScript2,3882026-08-29View →
elkowar/eww4.8Likely human-written31Rust12,6372026-08-29View →
magento/magento24.8Likely human-written20439PHP12,1692026-08-29View →
raphamorim/rio4.8Likely human-written819Rust7,4172026-08-29View →
google-labs-code/stitch-skills4.8Likely human-written42TypeScript8,2092026-08-29View →
intuitem/ciso-assistant-community4.8Likely human-written5246Python4,3802026-08-29View →
Universal-Commerce-Protocol/ucp4.8Likely human-written151Python3,3402026-08-29View →
denoland/celld4.8Likely human-written472Rust4,3232026-08-29View →
OvenMediaLabs/OvenMediaEngine4.8Likely human-written1460C++3,2672026-08-29View →
ripienaar/free-for-dev4.7Likely human-written3HTML135,7152026-08-29View →
fastlane/fastlane4.7Likely human-written681Ruby42,0372026-08-29View →
jenkinsci/jenkins4.7Likely human-written601Java26,5122026-08-29View →
zilliztech/claude-context4.7Likely human-written115TypeScript12,4532026-08-29View →
hyperium/hyper4.7Likely human-written143Rust16,2972026-08-29View →
botpress/botpress4.7Likely human-written395TypeScript14,8822026-08-29View →
MathFoundationRL/Book-Mathematical-Foundation-of-Reinforcement-Learning4.7Likely human-written5MATLAB17,6042026-08-29View →
dyang886/Game-Cheats-Manager4.7Likely human-written603C++14,3502026-08-29View →
catboost/catboost4.7Likely human-written24587C++9,0802026-08-29View →
EKKOLearnAI/hermes-studio4.7Likely human-written1997TypeScript10,6552026-08-29View →
woodpecker-ci/woodpecker4.7Likely human-written1010Go7,7702026-08-29View →
dotnet/msbuild4.7Likely human-written3259C#5,5472026-08-29View →
CarGuo/gsy_github_app_flutter4.7Likely human-written261Dart15,4852026-08-29View →
facebook/buck24.7Likely human-written3524Rust4,4072026-08-29View →
drupal/drupal4.7Likely human-written7588PHP4,2782026-08-29View →
CookSleep/gpt_image_playground4.7Likely human-written250TypeScript3,5672026-08-29View →
multigres/multigres4.7Likely human-written3071Go2,5632026-08-29View →
silvertakana/worldwideview4.7Likely human-written193TypeScript1,8972026-08-29View →
embassy-rs/embassy4.7Likely human-written1904Rust9,7492026-08-29View →
apache/pinot4.7Likely human-written2805Java6,1282026-08-29View →
liliMozi/openhanako4.7Likely human-written2488TypeScript6,3942026-08-29View →
ProvableHQ/leo4.7Likely human-written609Rust4,8212026-08-29View →
alirezadir/AIMLInterviews4.7Likely human-written33Jupyter Notebook9,4862026-08-29View →
thumbor/thumbor4.7Likely human-written694Python10,5142026-08-29View →
truffleruby/truffleruby4.7Likely human-written7806Ruby3,2192026-08-29View →
makecindy/cindy4.7Likely human-written11122TypeScript2,3462026-08-29View →
toly1994328/FlutterUnit4.7Likely human-written311Dart8,8442026-08-29View →
averygan/reclip4.7Likely human-written5HTML8,1822026-09-03View →
flutter/flutter4.6Likely human-written13937Dart178,6912026-08-29View →
apache/dubbo4.6Likely human-written237Java41,5612026-08-29View →
DioxusLabs/dioxus4.6Likely human-written866Rust38,9012026-08-29View →
Yeachan-Heo/oh-my-claudecode4.6Likely human-written1868TypeScript38,8482026-08-29View →
googleworkspace/cli4.6Likely human-written116Rust30,6202026-08-29View →
plotly/dash4.6Likely human-written858Python24,3912026-08-29View →
wled/WLED4.6Likely human-written406C++18,6112026-08-29View →
tracel-ai/burn4.6Likely human-written1731Rust15,8292026-08-29View →
rust-lang/rust-clippy4.6Likely human-written1602Rust13,4792026-08-29View →
AutoHotkey/AutoHotkey4.6Likely human-written810C++13,0242026-08-29View →
framework7io/framework74.6Likely human-written842JavaScript18,7482026-08-29View →
lucidrains/vit-pytorch4.6Likely human-written100Python25,4932026-08-29View →
webadderallorg/Recordly4.6Likely human-written586TypeScript22,7172026-08-29View →
risingwavelabs/risingwave4.6Likely human-written4476Rust9,2912026-08-29View →
ermaozi/get_subscribe4.6Likely human-written5Python9,2402026-08-29View →
image-rs/image4.6Likely human-written203Rust5,8632026-08-29View →
paradigmxyz/reth4.6Likely human-written2068Rust5,7542026-08-29View →
dotnet/macios4.6Likely human-written6676C#2,8972026-08-29View →
openclaw/clawsweeper4.6Likely human-written2353TypeScript1,9692026-08-29View →
matrixorigin/matrixone4.6Likely human-written11434Go1,8812026-08-29View →
Atarity/deploy-your-own-saas4.6Likely human-written9Python9,9842026-08-29View →
openspug/spug4.6Likely human-written157JavaScript11,0552026-08-29View →
simonlin1212/a-stock-data4.6Likely human-written259,2952026-08-29View →
PintaProject/Pinta4.6Likely human-written329C#3,9872026-08-29View →
tModLoader/tModLoader4.6Likely human-written931C#5,6002026-08-29View →
zcash/zcash4.6Likely human-written1020C++5,4842026-08-29View →
iflytek/skillhub4.6Likely human-written361Java4,9142026-08-29View →
ant-design/x4.6Likely human-written255TypeScript4,7462026-08-29View →
ixartz/SaaS-Boilerplate4.6Likely human-written18TypeScript7,3862026-08-29View →
jeecgboot/jimureport4.6Likely human-written21Java8,2732026-08-29View →
ocornut/imgui4.5Likely human-written589C++75,9092026-08-29View →
acmesh-official/acme.sh4.5Likely human-written172Shell47,5512026-08-29View →
ruvnet/ruflo4.5Likely human-written3048TypeScript69,6282026-08-29View →
motiondivision/motion4.5Likely human-written504TypeScript33,3922026-08-29View →
influxdata/influxdb4.5Likely human-written1243Rust31,7252026-08-29View →
siddharthvaddem/openscreen4.5Likely human-written184TypeScript39,9082026-08-29View →
cloudflare/pingora4.5Likely human-written479Rust27,2872026-08-29View →
google/flatbuffers4.5Likely human-written732C++26,4142026-08-29View →
tesseract-ocr/tesseract4.5Likely human-written916C++76,2342026-08-29View →
screenpipe/screenpipe4.5Likely human-written3503Rust21,2772026-08-29View →
bkaradzic/bgfx4.5Likely human-written5476C++17,4392026-08-29View →
apache/apisix4.5Likely human-written454Lua17,0482026-08-29View →
openai/skills4.5Likely human-written247Python25,2532026-08-29View →
utmapp/UTM4.5Likely human-written312Swift35,1792026-08-29View →
netblue30/firejail4.5Likely human-written261C7,6172026-08-29View →
apache/hudi4.5Likely human-written1379Java6,2262026-08-29View →
Kuberwastaken/claurst4.5Likely human-written586Rust10,2792026-08-29View →
NVIDIA/OpenShell4.5Likely human-written1611Rust8,4062026-08-29View →
arvidn/libtorrent4.5Likely human-written1340C++6,0442026-08-29View →
spotbugs/spotbugs4.5Likely human-written246Java3,9272026-08-29View →
edison7009/EchoBird4.5Likely human-written332Rust3,1392026-08-29View →
nix-community/NUR4.5Likely human-written14Python1,9392026-08-29View →
inkeep/open-knowledge4.5Likely human-written4829TypeScript3,6792026-08-29View →
Unity-Technologies/UnityCsReference4.5Likely human-written9502C#12,9702026-08-29View →
firebase/firebase-ios-sdk4.5Likely human-written2958C++6,6592026-08-29View →
keylase/nvidia-patch4.5Likely human-written47Python4,7792026-08-29View →
0x0funky/agent-sprite-forge4.5Likely human-written36Python3,9432026-08-29View →
heshengtao/super-agent-party4.5Likely human-written1420JavaScript2,6132026-08-29View →
umbraco/Umbraco-CMS4.5Likely human-written5852C#5,2372026-08-29View →
Hackl0us/GeoIP2-CN4.5Likely human-written2Go7,4112026-08-29View →
ptitSeb/box644.5Likely human-written2806C5,6182026-08-29View →
bfenetworks/bfe4.5Likely human-written835Go6,2612026-08-29View →
invoiceninja/invoiceninja4.5Likely human-written4308PHP10,0342026-08-29View →
MrNeRF/LichtFeld-Studio4.5Likely human-written3422C++3,6192026-08-29View →
mhammond/pywin324.5Likely human-written1474C++5,6032026-08-29View →
anthropics/claude-plugins-community4.5Likely human-written77Python2,6762026-08-29View →
modelcontextprotocol/servers4.4Likely human-written76TypeScript89,9322026-08-29View →
FuelLabs/sway4.4Likely human-written1037Rust61,4802026-08-29View →
ethereum/go-ethereum4.4Likely human-written1948Go51,3142026-08-29View →
chenglou/pretext4.4Likely human-written129TypeScript50,0912026-08-29View →
facebookresearch/faiss4.4Likely human-written950C++40,8132026-08-29View →
surrealdb/surrealdb4.4Likely human-written1971Rust32,9462026-08-29View →
filamentphp/filament4.4Likely human-written2454PHP31,9162026-08-29View →
syl20bnr/spacemacs4.4Likely human-written19Emacs Lisp24,5622026-08-29View →
parse-community/parse-server4.4Likely human-written183JavaScript21,4112026-08-29View →
airbytehq/airbyte4.4Likely human-written8884Python21,9682026-08-29View →
JimLiu/baoyu-skills4.4Likely human-written320TypeScript25,4362026-08-29View →
fastapi/sqlmodel4.4Likely human-written227Python18,2902026-08-29View →
can1357/oh-my-pi4.4Likely human-written6028TypeScript28,1422026-08-29View →
milanm/DevOps-Roadmap4.4Likely human-written120,3822026-08-29View →
nix-community/home-manager4.4Likely human-written53Nix10,2942026-08-29View →
getagentseal/codeburn4.4Likely human-written683TypeScript9,7082026-08-29View →
dataease/SQLBot4.4Likely human-written495JavaScript6,7022026-08-29View →
maximhq/bifrost4.4Likely human-written3239Go7,6272026-08-29View →
JackJiang2011/MobileIMSDK4.4Likely human-written409Objective-C6,0842026-08-29View →
nonebot/nonebot24.4Likely human-written336Python7,6872026-08-29View →
tailcallhq/forgecode4.4Likely human-written440Rust7,5832026-08-29View →
spiceai/spiceai4.4Likely human-written4723Rust3,0732026-08-29View →
macports/macports-ports4.4Likely human-written291Tcl1,8222026-08-29View →
Shopify/liquid4.4Likely human-written93Ruby11,8722026-08-29View →
steipete/oracle4.4Likely human-written480TypeScript3,6702026-08-29View →
slatedb/slatedb4.4Likely human-written748Rust3,3652026-08-29View →
SteamDeckHomebrew/decky-loader4.4Likely human-written81TypeScript7,1642026-08-29View →
flybywiresim/aircraft4.4Likely human-written1253TypeScript5,4052026-08-29View →
alainm23/planify4.4Likely human-written17Vala5,6312026-08-29View →
lipku/LiveTalking4.4Likely human-written441Python9,2672026-08-29View →
floooh/sokol4.4Likely human-written267C10,2462026-08-29View →
rr-debugger/rr4.4Likely human-written496C++10,6332026-08-29View →
google/wuffs4.4Likely human-written649C4,8212026-08-29View →
yvgude/lean-ctx4.4Likely human-written2511Rust3,6742026-08-29View →
1technophile/OpenMQTTGateway4.4Likely human-written186C++4,0822026-08-29View →
ipxe/ipxe4.4Likely human-written3579C2,0412026-08-29View →
affaan-m/everything-claude-code4.3Likely human-written1760JavaScript243,8942026-08-29View →
OpenHands/OpenHands4.3Likely human-written922TypeScript85,4302026-08-29View →
TheAlgorithms/Java4.3Likely human-written71Java66,1942026-08-29View →
documenso/documenso4.3Likely human-written406TypeScript14,7922026-08-29View →
deviantony/docker-elk4.3Likely human-written6Shell18,3892026-08-29View →
pascalorg/editor4.3Likely human-written1742TypeScript21,7422026-08-29View →
affaan-m/ECC4.3Likely human-written1759JavaScript243,9602026-08-29View →
lwouis/alt-tab-macos4.3Likely human-written330Swift16,2192026-08-29View →
andrewyng/context-hub4.3Likely human-written1462JavaScript13,9492026-08-29View →
ashishpatel26/500-AI-Agents-Projects4.3Likely human-written29Python37,1162026-08-29View →
ExistentialAudio/BlackHole4.3Likely human-written11C19,6532026-08-29View →
zhaoxuya520/reverse-skill4.3Likely human-written200PowerShell30,1322026-08-29View →
arangodb/arangodb4.3Likely human-written45366C++14,2672026-08-29View →
k0sproject/k0s4.3Likely human-written129Go6,4562026-08-29View →
openwrt/packages4.3Likely human-written182Makefile4,5922026-08-29View →
dmno-dev/varlock4.3Likely human-written346TypeScript4,2322026-08-29View →
dathere/qsv4.3Likely human-written1421Rust3,7692026-08-29View →
openbsd/src4.3Likely human-written104733C3,8642026-08-29View →
XINCGer/Unity3DTraining4.3Likely human-written1169C#9,1162026-08-29View →
OpenMathLib/OpenBLAS4.3Likely human-written13352C7,5642026-08-29View →
conda/conda4.3Likely human-written2434Python7,4982026-08-29View →
zumerlab/snapdom4.3Likely human-written135JavaScript8,0512026-08-29View →
nanopb/nanopb4.3Likely human-written112C5,5412026-08-29View →
Provenance-Emu/Provenance4.3Likely human-written29752C6,3622026-08-29View →
yeasy/blockchain_guide4.3Likely human-written72Python7,0782026-08-29View →
wxWidgets/wxWidgets4.3Likely human-written7147C++7,2592026-08-29View →
ROCm/ROCm4.3Likely human-written117Shell6,8132026-08-29View →
rust-windowing/winit4.3Likely human-written357Rust6,1272026-08-29View →
DataExpert-io/data-engineer-handbook4.3Likely human-written18Jupyter Notebook43,8982026-08-29View →
Vita3K/Vita3K4.3Likely human-written1092C++5,6702026-08-29View →
redpanda-data/connect4.3Likely human-written1315Go8,7362026-08-29View →
ampache/ampache4.3Likely human-written2046PHP3,8262026-08-29View →
grpc/grpc-rust4.3Likely human-written548Rust12,4512026-08-29View →
basecamp/once-campfire4.3Likely human-written58Ruby4,5522026-08-29View →
gohugoio/hugo4.2Likely human-written982Go89,5642026-08-29View →
kortix-ai/suna4.2Likely human-written6140TypeScript20,1502026-08-29View →
PHPOffice/PhpSpreadsheet4.2Likely human-written1326PHP13,9792026-08-29View →
MonoGame/MonoGame4.2Likely human-written1028C#14,3592026-08-29View →
PHP-CS-Fixer/PHP-CS-Fixer4.2Likely human-written1355PHP13,5472026-08-29View →
DapperLib/Dapper4.2Likely human-written129C#18,3752026-08-29View →
tgbot-collection/YYeTsBot4.2Likely human-written93Python16,2212026-08-29View →
HIllya51/LunaTranslator4.2Likely human-written1073C++12,9392026-08-29View →
rmyndharis/OpenWA4.2Likely human-written717TypeScript13,2882026-08-29View →
eza-community/eza4.2Likely human-written91Rust23,0692026-08-29View →
Orama-Interactive/Pixelorama4.2Likely human-written19GDScript10,2052026-08-29View →
github/codeql4.2Likely human-written2820CodeQL10,0232026-08-29View →
ponylang/ponyc4.2Likely human-written653Pony6,1782026-08-29View →
todotxt/todo.txt-cli4.2Likely human-written20Shell6,1652026-08-29View →
netease-youdao/LobsterAI4.2Likely human-written1430TypeScript5,9592026-08-29View →
tickstep/aliyunpan4.2Likely human-written120Go5,1032026-08-29View →
quickwit-oss/quickwit4.2Likely human-written1663Rust11,5552026-08-29View →
blevesearch/bleve4.2Likely human-written724Go11,1932026-08-29View →
getpaseo/paseo4.2Likely human-written4086TypeScript15,3552026-08-29View →
dmtrKovalenko/fff4.2Likely human-written209Rust10,2062026-08-29View →
sparkle-project/Sparkle4.2Likely human-written196Objective-C9,5912026-08-29View →
wealthfolio/wealthfolio4.2Likely human-written1434Rust8,7512026-08-29View →
prometheus/alertmanager4.2Likely human-written453Go8,5982026-08-29View →
f3d-app/f3d4.2Likely human-written568C++4,6512026-08-29View →
nicholas-fedor/watchtower4.2Likely human-written445Go4,3432026-08-29View →
microsoft/CsWin324.2Likely human-written54C#2,5162026-08-29View →
AcademySoftwareFoundation/OpenImageIO4.2Likely human-written1336C++2,3502026-08-29View →
bitcoin-dot-org/Bitcoin.org4.2Likely human-written212SCSS1,7752026-08-29View →
XiaomingX/indie-hacker-tools-plus4.2Likely human-written2171,8242026-08-29View →
adongwanai/AgentGuide4.2Likely human-written196HTML8,9312026-08-29View →
SteveTheKiller/KillerPDF4.2Likely human-written252C#3,6832026-08-29View →
replicate/cog4.2Likely human-written467Go9,4642026-08-29View →
sidekiq/sidekiq4.2Likely human-written105Ruby13,5532026-08-29View →
loro-dev/loro4.2Likely human-written703Rust6,0852026-08-29View →
XayahSuSuSu/Android-DataBackup4.2Likely human-written1021Kotlin7,2782026-08-29View →
watchexec/watchexec4.2Likely human-written140Rust7,1472026-08-29View →
AcademySoftwareFoundation/openvdb4.2Likely human-written1499C++3,3912026-08-29View →
nicobailon/pi-subagents4.2Likely human-written832TypeScript3,3582026-08-29View →
bitshifter/glam-rs4.2Likely human-written1124Rust2,0382026-08-29View →
pterodactyl/panel4.2Likely human-written321PHP9,1872026-08-29View →
ilya-zlobintsev/LACT4.2Likely human-written424Rust5,5042026-08-29View →
pyenv/pyenv4.1Likely human-written13Shell45,0522026-08-29View →
dolthub/dolt4.1Likely human-written1850Go24,2872026-08-29View →
apple/foundationdb4.1Likely human-written2211C++16,6512026-08-29View →
Comfy-Org/ComfyUI-Manager4.1Likely human-written359Python15,9542026-08-29View →
microsoft/garnet4.1Likely human-written1762C#11,9622026-08-29View →
tech-leads-club/agent-skills4.1Likely human-written339TypeScript5,0912026-08-29View →
amplication/amplication4.1Likely human-written469TypeScript16,0152026-08-29View →
itsfatduck/optimizerDuck4.1Likely human-written128C#8,7232026-08-29View →
civitai/civitai4.1Likely human-written4597TypeScript7,2402026-08-29View →
stagewise-io/stagewise4.1Likely human-written751TypeScript6,7912026-08-29View →
SunWeb3Sec/DeFiHackLabs4.1Likely human-written104Solidity6,7602026-08-29View →
argmaxinc/argmax-oss-swift4.1Likely human-written233Swift6,3402026-08-29View →
cinit/QAuxiliary4.1Likely human-written123Java5,7232026-08-29View →
openwall/john4.1Likely human-written2189C13,5582026-08-29View →
ninenines/cowboy4.1Likely human-written4Erlang7,5252026-08-29View →
prefix-dev/pixi4.1Likely human-written1355Rust7,6542026-08-29View →
rstudio/rstudio4.1Likely human-written1909Java5,0472026-08-29View →
eooce/Sing-box4.1Likely human-written14Shell5,0432026-08-29View →
AAswordman/Operit4.1Likely human-written1105Kotlin7,3492026-08-29View →
f4exb/sdrangel4.1Likely human-written4331C++3,9452026-08-29View →
Mentra-Community/MentraOS4.1Likely human-written11732,3262026-08-29View →
edoardottt/awesome-hacker-search-engines4.1Likely human-written2Shell11,1032026-08-29View →
frenck/awesome-home-assistant4.1Likely human-written13Python8,3912026-08-29View →
kubernetes/client-go4.1Likely human-written1506Go9,8702026-08-29View →
alibaba/DataX4.1Likely human-written75Java17,3322026-08-29View →
tiann/hapi4.1Likely human-written1323TypeScript4,8972026-08-29View →
riscv-software-src/riscv-isa-sim4.1Likely human-written357C3,2092026-08-29View →
google/XNNPACK4.1Likely human-written10323C2,4372026-08-29View →
rakshasa/rtorrent4.1Likely human-written235C++4,8522026-08-29View →
defold/defold4.1Likely human-written6082C++6,2742026-08-29View →
vulkano-rs/vulkano4.1Likely human-written1157Rust5,1462026-08-29View →
cloudflare/quiche4.1Likely human-written664Rust11,7952026-08-29View →
onejs/one4.1Likely human-written586TypeScript4,4892026-08-29View →
cloud-custodian/cloud-custodian4.1Likely human-written4561Python6,0542026-08-29View →
hello245m/free-stockdb4.1Likely human-written31HTML2,3152026-08-29View →
borglab/gtsam4.1Likely human-written3192Jupyter Notebook3,6582026-08-29View →
vercel-labs/just-bash4.1Likely human-written647TypeScript4,2182026-08-29View →
Bistutu/FluentRead4.1Likely human-written402TypeScript7,5712026-08-29View →
FluentRead/FluentRead4.1Likely human-written402TypeScript7,5722026-08-29View →
code-yeongyu/oh-my-openagent4.0Likely human-written3418TypeScript68,4732026-08-29View →
tw93/Mole4.0Likely human-written154Shell65,1852026-08-29View →
firecracker-microvm/firecracker4.0Likely human-written737Rust36,3462026-08-29View →
cockroachdb/cockroach4.0Likely human-written11204Go32,4292026-08-29View →
datawhalechina/self-llm4.0Likely human-written250Jupyter Notebook31,9602026-08-29View →
openwrt/openwrt4.0Likely human-written1813C28,1312026-08-29View →
browserbase/stagehand4.0Likely human-written663TypeScript24,0902026-08-29View →
gastownhall/beads4.0Likely human-written3358Go26,6842026-08-29View →
oxc-project/oxc4.0Likely human-written4465Rust22,5382026-08-29View →
briannesbitt/Carbon4.0Likely human-written1299PHP16,5982026-08-29View →
qgis/QGIS4.0Likely human-written6542C++14,2982026-08-29View →
leaningtech/webvm4.0Likely human-written6JavaScript17,3562026-08-29View →
InsForge/InsForge4.0Likely human-written553TypeScript12,7932026-08-29View →
nmap/nmap4.0Likely human-written1938C13,4742026-08-29View →
immortalwrt/immortalwrt4.0Likely human-written1830C11,5022026-08-29View →
istoreos/istoreos4.0Likely human-written1700C8,0172026-08-29View →
apache/hbase4.0Likely human-written1594Java5,5552026-08-29View →
pollinations/pollinations4.0Likely human-written1147TypeScript5,0042026-08-29View →
github/gh-aw4.0Likely human-written6046Go5,0292026-08-29View →
swiftlang/swift-package-manager4.0Likely human-written1533Swift10,2122026-08-29View →
bensadeh/tailspin4.0Likely human-written14Rust7,9442026-08-29View →
waooAI/waoowaoo4.0Likely human-written642TypeScript13,8672026-08-29View →
golang/tools4.0Likely human-written1843Go7,9972026-08-29View →
huxingyi/autoremesher4.0Likely human-written2298C++3,3892026-08-29View →
MirrorNetworking/Mirror4.0Likely human-written411C#6,3102026-08-29View →
breaking-brake/cc-wf-studio4.0Likely human-written414TypeScript5,3672026-08-29View →
6dylan6/jdpro4.0Likely human-written76JavaScript4,4802026-08-29View →
worldwonderer/oh-story-claudecode4.0Likely human-written411JavaScript6,1882026-08-29View →
ProjectOpenSea/opensea-js4.0Likely human-written46TypeScript2,3372026-08-29View →
firebase/FirebaseUI-Android4.0Likely human-written162Kotlin4,8072026-08-29View →
ayghri/i-have-adhd4.0Likely human-written26Python25,4242026-08-29View →
GoogleCloudPlatform/knowledge-catalog4.0Likely human-written199TypeScript8,9512026-08-29View →
moodle/moodle4.0Likely human-written30879PHP7,3622026-08-29View →
kataras/iris4.0Likely human-written517Go25,5582026-08-29View →
vudovn/ag-kit4.0Likely human-written179TypeScript8,1612026-08-29View →
kenzok8/openwrt-packages4.0Likely human-written80Shell7,1852026-08-29View →
rivo/tview4.0Likely human-written76Go14,0642026-08-29View →
bigcapitalhq/bigcapital4.0Likely human-written1661TypeScript3,8702026-08-29View →
Yeachan-Heo/gajae-code4.0Likely human-written5496TypeScript2,6512026-08-29View →
akitaonrails/ai-memory4.0Likely human-written777Rust5,0992026-08-29View →
apache/maka4.0Likely human-written4110TypeScript3,9812026-08-29View →
facebook/react-native3.9Likely human-written2447C++126,4372026-08-29View →
microsoft/terminal3.9Likely human-written1299C++104,7182026-08-29View →
cline/cline3.9Likely human-written2205TypeScript67,0682026-08-29View →
koala73/worldmonitor3.9Likely human-written2891TypeScript84,6532026-08-29View →
Dogfalo/materialize3.9Likely human-written178JavaScript38,8132026-08-29View →
Kong/insomnia3.9Likely human-written368TypeScript39,9582026-08-29View →
ToolJet/ToolJet3.9Likely human-written3730JavaScript40,7872026-08-29View →
ossrs/srs3.9Likely human-written4567C++29,1772026-08-29View →
oldj/SwitchHosts3.9Likely human-written140Rust27,1112026-08-29View →
argotorg/solidity3.9Likely human-written728C++25,7172026-08-29View →
mozilla-ai/llamafile3.9Likely human-written712C++25,7132026-08-29View →
lvgl/lvgl3.9Likely human-written2548C24,5192026-08-29View →
jhipster/generator-jhipster3.9Likely human-written332TypeScript22,4482026-08-29View →
cjpais/Handy3.9Likely human-written237Rust30,5262026-08-29View →
labring/sealos3.9Likely human-written1323TypeScript18,3282026-08-29View →
PatrickJS/awesome-cursorrules3.9Likely human-written2JavaScript40,6762026-08-29View →
opensearch-project/OpenSearch3.9Likely human-written3157Java13,5952026-08-29View →
alibaba/MNN3.9Likely human-written5463C++15,9862026-08-29View →
baomidou/mybatis-plus3.9Likely human-written80Java17,4632026-08-29View →
supertokens/supertokens-core3.9Likely human-written328Java15,2882026-08-29View →
react/react-native3.9Likely human-written2447C++126,4422026-08-29View →
guchangan1/All-Defense-Tool3.9Likely human-written4Python7,9532026-08-29View →
tianocore/edk23.9Likely human-written9707C6,2152026-08-29View →
RfidResearchGroup/proxmark33.9Likely human-written3297C5,9922026-08-29View →
Ed1s0nZ/CyberStrikeAI3.9Likely human-written1250Go6,0422026-08-29View →
nanomsg/nng3.9Likely human-written458C4,6602026-08-29View →
markets/awesome-ruby3.9Likely human-written214,1482026-08-29View →
TA-Lib/ta-lib-python3.9Likely human-written20Cython12,2182026-08-29View →
zhongerxin/Cowart3.9Likely human-written88JavaScript5,7122026-08-29View →
unicity-sphere/sphere-sdk3.9Likely human-written177TypeScript5,3972026-08-29View →
bdring/FluidNC3.9Likely human-written509C++2,5262026-08-29View →
tdurieux/anonymous_github3.9Likely human-written79TypeScript2,2002026-08-29View →
compio-rs/compio3.9Likely human-written294Rust1,8532026-08-29View →
apache/thrift3.9Likely human-written1260C++10,9542026-08-29View →
DenverCoder1/github-readme-streak-stats3.9Likely human-written32PHP7,1112026-08-29View →
wonderwhy-er/DesktopCommanderMCP3.9Likely human-written202TypeScript9,4272026-08-29View →
sysown/proxysql3.9Likely human-written2004C++6,9042026-08-29View →
ocaml/ocaml3.9Likely human-written349OCaml6,5372026-08-29View →
skeeto/w64devkit3.9Likely human-written53C++4,7342026-08-29View →
surveyjs/survey-library3.9Likely human-written1856TypeScript4,8612026-08-29View →
privacyguides/privacyguides.org3.9Likely human-written107Markdown4,2252026-08-29View →
anthropic-experimental/sandbox-runtime3.9Likely human-written138TypeScript5,0892026-08-29View →
dependabot/dependabot-core3.9Likely human-written1572Ruby5,7412026-08-29View →
Uniswap/interface3.9Likely human-written3340TypeScript5,5322026-08-29View →
cucumber/cucumber-ruby3.9Likely human-written88Ruby5,2152026-08-29View →
agentscope-ai/agentscope-java3.9Likely human-written986Java5,3412026-08-29View →
OpenBMB/MiniCPM3.9Likely human-written126Jupyter Notebook10,2682026-08-29View →
esp8266/Arduino3.9Likely human-written765C++16,6672026-08-29View →
opencloud-eu/opencloud3.9Likely human-written1224Go5,8662026-08-29View →
outsourc-e/hermes-workspace3.9Likely human-written520JavaScript6,5332026-08-29View →
ublue-os/bluefin3.9Likely human-written13Shell2,5832026-08-29View →
MCPJam/inspector3.9Likely human-written4463TypeScript2,1772026-08-29View →
bioconda/bioconda-recipes3.9Likely human-written1387Shell1,8632026-08-29View →
jarun/ddgr3.9Likely human-written2Python3,5372026-08-29View →
Stirling-Tools/Stirling-PDF3.8Likely human-written2508Java90,8362026-08-29View →
FlowiseAI/Flowise3.8Likely human-written848TypeScript55,4022026-08-29View →
jellyfin/jellyfin3.8Likely human-written1461C#56,2962026-08-29View →
simdjson/simdjson3.8Likely human-written569C++24,2062026-08-29View →
supermemoryai/supermemory3.8Likely human-written413TypeScript29,1212026-08-29View →
docmirror/dev-sidecar3.8Likely human-written82JavaScript23,8562026-08-29View →
leptos-rs/leptos3.8Likely human-written584Rust21,2462026-08-29View →
launchbadge/sqlx3.8Likely human-written483Rust17,4342026-08-29View →
facebook/watchman3.8Likely human-written293C++13,6952026-08-29View →
casdoor/casdoor3.8Likely human-written930Go14,2862026-08-29View →
browserbase/skills3.8Likely human-written52JavaScript3,7022026-08-29View →
knex/knex3.8Likely human-written412JavaScript20,3422026-08-29View →
balderdashy/sails3.8Likely human-written136JavaScript22,8052026-08-29View →
changkun/modern-cpp-tutorial3.8Likely human-written68C++25,7762026-08-29View →
tashfeenahmed/freellmapi3.8Likely human-written519TypeScript21,5872026-08-29View →
nextcloud/all-in-one3.8Likely human-written100PHP10,3442026-08-29View →
cloudflare/workerd3.8Likely human-written1658C++8,6492026-08-29View →
t8y2/dbx3.8Likely human-written4682Rust17,2712026-08-29View →
facebook/sapling3.8Likely human-written5751Rust6,9952026-08-29View →
open-gsd/gsd-core3.8Likely human-written705JavaScript8,8562026-08-29View →
transact-rs/sqlx3.8Likely human-written483Rust17,4342026-08-29View →
sonic-pi-net/sonic-pi3.8Likely human-written2309C++12,0842026-08-29View →
dotnet/docs3.8Likely human-written16604,7592026-08-29View →
Open-Less/openless3.8Likely human-written447Rust3,3452026-08-29View →
androidx/androidx3.8Likely human-written4766Kotlin6,0722026-08-29View →
unicity-sphere/sphere3.8Likely human-written147TypeScript9,7272026-08-29View →
FastEndpoints/FastEndpoints3.8Likely human-written442C#5,9992026-08-29View →
apache/grails-core3.8Likely human-written393Groovy2,9262026-08-29View →
orhun/git-cliff3.8Likely human-written76Rust12,1682026-08-29View →
mdn/learning-area3.8Likely human-written85HTML7,5982026-08-29View →
PyO3/maturin3.8Likely human-written190Rust5,7752026-08-29View →
blackcandy-org/blackcandy3.8Likely human-written53Ruby4,4082026-08-29View →
btcsuite/btcd3.8Likely human-written714Go6,7042026-08-29View →
papra-hq/papra3.8Likely human-written601TypeScript5,2622026-08-29View →
MaaXYZ/MaaFramework3.8Likely human-written268C++4,7332026-08-29View →
facebook/idb3.8Likely human-written509Swift5,3022026-08-29View →
dtolnay/thiserror3.8Likely human-written22Rust5,5262026-08-29View →
openframeworks/openFrameworks3.8Likely human-written1346C++10,4192026-08-29View →
oomol-lab/open-connector3.8Likely human-written4443TypeScript5,3992026-08-29View →
skyzh/mini-lsm3.8Likely human-written137Rust4,1532026-08-29View →
sorbet/sorbet3.8Likely human-written600C++3,7992026-08-29View →
Devolutions/IronRDP3.8Likely human-written990Rust3,1402026-08-29View →
Bitterbot-AI/bitterbot-desktop3.8Likely human-written2643TypeScript2,4522026-08-29View →
org2AI/ORG23.8Likely human-written5246TypeScript2,6592026-08-29View →
rmcrackan/Libation3.8Likely human-written150C#6,1132026-08-29View →
anywhere-labs/deepseek-harness-desktop3.8Likely human-written245TypeScript21,7652026-08-29View →
SwiftyJSON/SwiftyJSON3.8Likely human-written25Swift22,9502026-08-29View →
snakers4/silero-vad3.8Likely human-written29Python10,0802026-08-29View →
anywhere-labs/dsh-desktop3.8Likely human-written245TypeScript21,7812026-08-29View →
microsoft/PowerToys3.7Likely human-written2038C138,1752026-08-29View →
fatedier/frp3.7Likely human-written304Go109,0832026-08-29View →
ggml-org/llama.cpp3.7Likely human-written2361C++126,0762026-08-29View →
paperclipai/paperclip3.7Likely human-written5279TypeScript79,5532026-08-29View →
duckdb/duckdb3.7Likely human-written4505C++40,7692026-08-29View →
qdrant/qdrant3.7Likely human-written2542Rust34,2462026-08-29View →
MichaelCade/90DaysOfDevOps3.7Likely human-written424Shell29,6702026-08-29View →
wilsonfreitas/awesome-quant3.7Likely human-written103HTML29,2612026-08-29View →
clockworklabs/SpacetimeDB3.7Likely human-written2490Rust25,0812026-08-29View →
Devolutions/UniGetUI3.7Likely human-written246C#25,8482026-08-29View →
bluesky-social/social-app3.7Likely human-written550TypeScript18,2472026-08-29View →
spree/spree3.7Likely human-written2021Ruby15,6512026-08-29View →
gotify/server3.7Likely human-written109Go15,8102026-08-29View →
itwanger/toBeBetterJavaer3.7Likely human-written273Java17,5332026-08-29View →
skywind3000/kcp3.7Likely human-written11C16,8892026-08-29View →
BuilderIO/agent-native3.7Likely human-written11391TypeScript4,6012026-08-29View →
osaurus-ai/osaurus3.7Likely human-written3390Swift7,7102026-08-29View →
CloverHackyColor/CloverBootloader3.7Likely human-written13684C5,1082026-08-29View →
cloudwego/eino3.7Likely human-written402Go12,8632026-08-29View →
paradedb/paradedb3.7Likely human-written841Rust9,2062026-08-29View →
PX4/PX4-Autopilot3.7Likely human-written5513C++12,5102026-08-29View →
neutralinojs/neutralinojs3.7Likely human-written1857C8,6152026-08-29View →
zeek/zeek3.7Likely human-written461C++7,9172026-08-29View →
google/highway3.7Likely human-written612C++5,7822026-08-29View →
shareAI-lab/Kode-CLI3.7Likely human-written633TypeScript5,2092026-08-29View →
KunAgent/Kun3.7Likely human-written4638TypeScript6,2652026-08-29View →
javaht/claude-desktop-zh-cn3.7Likely human-written185Python6,4742026-08-29View →
void-linux/void-packages3.7Likely human-written78Shell3,3962026-08-29View →
projectcalico/calico3.7Likely human-written3799Go7,3392026-08-29View →
lobsters/lobsters3.7Likely human-written82Ruby4,8192026-08-29View →
huynhsontung/Screenbox3.7Likely human-written98C#4,0882026-08-29View →
dompdf/dompdf3.7Likely human-written151PHP11,1782026-08-29View →
ageerle/ruoyi-ai3.7Likely human-written164Java5,6722026-08-29View →
pastelsky/bundlephobia3.7Likely human-written40TypeScript9,5812026-08-29View →
objective-see/LuLu3.7Likely human-written92Objective-C13,1112026-08-29View →
aspnetboilerplate/aspnetboilerplate3.7Likely human-written584C#12,0042026-08-29View →
muzei/muzei3.7Likely human-written144Kotlin4,9412026-08-29View →
PrismarineJS/mineflayer3.7Likely human-written43JavaScript7,3852026-08-29View →
goodrain/rainbond3.7Likely human-written1588Go6,2552026-08-29View →
geo-tp/ESP32-Bit-Pirate3.7Likely human-written707C++5,6532026-08-29View →
lpereira/lwan3.7Likely human-written172C6,0332026-08-29View →
aimhubio/aim3.7Likely human-written566Python6,2472026-08-29View →
lakehq/sail3.7Likely human-written1683Rust3,3372026-08-29View →
themactep/thingino-firmware3.7Likely human-written916Shell2,0992026-08-29View →
buxuku/SmartSub3.7Likely human-written402TypeScript4,8102026-08-29View →
rizonesoft/Notepad33.7Likely human-written1365C6,6052026-08-29View →
windirstat/windirstat3.7Likely human-written177C++3,9402026-08-29View →
emacs-mirror/emacs3.7Likely human-written2704Emacs Lisp5,1722026-08-29View →
Gogh-Co/Gogh3.7Likely human-written376Shell10,2982026-08-29View →
pkgxdev/pkgx3.7Likely human-written12Rust9,9022026-08-29View →
microsoft/FASTER3.7Likely human-written478C#6,6392026-08-29View →
firecrawl/anydoc3.7Likely human-written93Rust19,1502026-08-29View →
OSGeo/gdal3.7Likely human-written9543C++6,0362026-08-29View →
WerWolv/ImHex3.6Likely human-written1694C++54,5892026-08-29View →
LeCoupa/awesome-cheatsheets3.6Likely human-written54JavaScript46,4052026-08-29View →
containers/podman3.6Likely human-written1184Go32,7242026-08-29View →
iced-rs/iced3.6Likely human-written370Rust31,3812026-08-29View →
envoyproxy/envoy3.6Likely human-written1805C++28,8322026-08-29View →
livewire/livewire3.6Likely human-written386PHP23,5732026-08-29View →
dyad-sh/dyad3.6Likely human-written1697TypeScript21,3262026-08-29View →
dotnet/runtime3.6Likely human-written32704C#18,2352026-08-29View →
ramitsurana/awesome-kubernetes3.6Likely human-written2Shell16,0602026-08-29View →
assimp/assimp3.6Likely human-written1868C++13,1672026-08-29View →
kubernetes-sigs/kubespray3.6Likely human-written175Jinja18,7082026-08-29View →
gastownhall/gastown3.6Likely human-written1130Go17,8252026-08-29View →
podman-container-tools/podman3.6Likely human-written1184Go32,7252026-08-29View →
gorse-io/gorse3.6Likely human-written267Go9,8112026-08-29View →
antiwork/gumroad3.6Likely human-written2668Ruby9,6322026-08-29View →
optiscaler/OptiScaler3.6Likely human-written1289C++10,0202026-08-29View →
reactiveui/ReactiveUI3.6Likely human-written1155C#8,5382026-08-29View →
enricoros/big-AGI3.6Likely human-written6107,1062026-08-29View →
openclaw/clawhub3.6Likely human-written2369TypeScript9,3662026-08-29View →
zaproxy/zaproxy3.6Likely human-written367Java15,6992026-08-29View →
flipperdevices/flipperzero-firmware3.6Likely human-written1113C16,5242026-08-29View →
rustls/rustls3.6Likely human-written276Rust7,5892026-08-29View →
ReagentX/imessage-exporter3.6Likely human-written200Rust5,5382026-08-29View →
go-resty/resty3.6Likely human-written113Go11,7682026-08-29View →
lance-format/lance3.6Likely human-written2953Rust6,9912026-08-29View →
fullstorydev/grpcui3.6Likely human-written32JavaScript5,9222026-08-29View →
edwardkim/rhwp3.6Likely human-written3582Rust3,7542026-08-29View →
PanosK92/SpartanEngine3.6Likely human-written4157C++3,1112026-08-29View →
ossia/score3.6Likely human-written1937C++2,0562026-08-29View →
arkenfox/user.js3.6Likely human-written7JavaScript12,8152026-08-29View →
serde-rs/serde3.6Likely human-written219Rust10,7892026-08-29View →
RIOT-OS/RIOT3.6Likely human-written3658C5,7802026-08-29View →
Gentleman-Programming/gentle-ai3.6Likely human-written1004Go6,0392026-08-29View →
AsamK/signal-cli3.6Likely human-written31Java4,8912026-08-29View →
brave/brave-core3.6Likely human-written5546C++3,5412026-08-29View →
RezaSi/go-interview-practice3.6Likely human-written846Go2,4542026-08-29View →
TiddlyWiki/TiddlyWiki53.6Likely human-written136JavaScript8,6322026-08-29View →
MarSeventh/CloudFlare-ImgBed3.6Likely human-written72JavaScript6,3142026-08-29View →
WebAssembly/binaryen3.6Likely human-written1812WebAssembly8,6142026-08-29View →
open-source-parsers/jsoncpp3.6Likely human-written72C++8,8852026-08-29View →
OwO-Network/DLX3.6Likely human-written5Go8,6872026-08-29View →
OhMyGuus/I-Still-Dont-Care-About-Cookies3.6Likely human-written355JavaScript4,2332026-08-29View →
yzfly/Awesome-MCP-ZH3.6Likely human-written27,6112026-08-29View →
sqldelight/sqldelight3.6Likely human-written42Kotlin6,8672026-08-29View →
tauri-apps/tauri3.5Likely human-written652Rust110,6212026-08-29View →
gofiber/fiber3.5Likely human-written355Go40,0972026-08-29View →
novuhq/novu3.5Likely human-written3387TypeScript39,6802026-08-29View →
istio/istio3.5Likely human-written2652Go38,3652026-08-29View →
santifer/career-ops3.5Likely human-written209JavaScript69,0622026-08-29View →
nextcloud/server3.5Likely human-written5270PHP36,6082026-08-29View →
datalab-to/marker3.5Likely human-written184Python39,3432026-08-29View →
fingerprintjs/fingerprintjs3.5Likely human-written25TypeScript28,3682026-08-29View →
rustfs/rustfs3.5Likely human-written4045Rust31,4982026-08-29View →
vectordotdev/vector3.5Likely human-written1301Rust22,4742026-08-29View →
wekan/wekan3.5Likely human-written2352JavaScript21,0672026-08-29View →
crystal-lang/crystal3.5Likely human-written54Crystal20,3882026-08-29View →
quickwit-oss/tantivy3.5Likely human-written507Rust16,0052026-08-29View →
electerm/electerm3.5Likely human-written170JavaScript14,9492026-08-29View →
cockpit-project/cockpit3.5Likely human-written409JavaScript14,9922026-08-29View →
leon-ai/leon3.5Likely human-written510TypeScript17,4692026-08-29View →
ahmedkhaleel2004/gitdiagram3.5Likely human-written98TypeScript15,9262026-08-29View →
Hmbown/DeepSeek-TUI3.5Likely human-written2792Rust40,8622026-08-29View →
Hmbown/CodeWhale3.5Likely human-written2792Rust40,8622026-08-29View →
enescingoz/awesome-n8n-templates3.5Likely human-written29224,9962026-08-29View →
microsoft/AirSim3.5Likely human-written840C++18,4272026-08-29View →
shadowsocks/shadowsocks-libev3.5Likely human-written109C16,1802026-08-29View →
lollipopkit/flutter_server_box3.5Likely human-written770Dart8,6112026-08-29View →
alvr-org/ALVR3.5Likely human-written322Rust7,8632026-08-29View →
GreptimeTeam/greptimedb3.5Likely human-written3111Rust6,5802026-08-29View →
swig/swig3.5Likely human-written614SWIG6,3172026-08-29View →
TraderAlice/OpenAlice3.5Likely human-written953TypeScript6,8172026-08-29View →
voidzero-dev/vite-plus3.5Likely human-written587Rust5,6842026-08-29View →
Expensify/App3.5Likely human-written5686TypeScript5,0142026-08-29View →
0xNyk/council-of-high-intelligence3.5Likely human-written19Shell4,1712026-08-29View →
akka/akka-core3.5Likely human-written462Scala13,2762026-08-29View →
taskflow/taskflow3.5Likely human-written2195C++12,1332026-08-29View →
aws/serverless-application-model3.5Likely human-written1632Python9,5622026-08-29View →
SeaQL/sea-orm3.5Likely human-written804Rust9,8752026-08-29View →
kanboard/kanboard3.5Likely human-written760PHP9,8302026-08-29View →
flightlessmango/MangoHud3.5Likely human-written343C8,9842026-08-29View →
boyter/scc3.5Likely human-written71Go8,6822026-08-29View →
mono/SkiaSharp3.5Likely human-written766C#5,5582026-08-29View →
jgraph/drawio-mcp3.5Likely human-written56JavaScript5,3022026-08-29View →
modelcontextprotocol/rust-sdk3.5Likely human-written276Rust3,8502026-08-29View →
phpmyadmin/phpmyadmin3.5Likely human-written1176PHP7,9172026-08-29View →
PokeAPI/pokeapi3.5Likely human-written171Python5,3612026-08-29View →
nextcloud/spreed3.5Likely human-written1238JavaScript2,1822026-08-29View →
chaos-mesh/chaos-mesh3.5Likely human-written859Go7,8592026-08-29View →
grpc/grpc-web3.5Likely human-written42JavaScript9,2562026-08-29View →
zufuliu/notepad43.5Likely human-written632C++4,9412026-08-29View →
immunant/c2rust3.5Likely human-written695Rust4,7952026-08-29View →
Doragd/Algorithm-Practice-in-Industry3.5Likely human-written3604HTML4,5762026-08-29View →
taubyte/tau3.5Likely human-written554Go5,1312026-08-29View →
Emanuele-web04/remodex3.5Likely human-written748Swift3,2942026-08-29View →
OPCFoundation/UA-.NETStandard3.5Likely human-written6084C#2,3762026-08-29View →
agalwood/Motrix3.5Likely human-written636TypeScript54,7892026-08-29View →
pgdogdev/pgdog3.5Likely human-written455Rust5,4492026-08-29View →
KnockOutEZ/wigolo3.5Likely human-written610TypeScript4,7432026-08-29View →
dtolnay/syn3.5Likely human-written304Rust3,4162026-08-29View →
oxnr/awesome-bigdata3.5Likely human-written114,6002026-08-29View →
getsentry/XcodeBuildMCP3.5Likely human-written777TypeScript6,3112026-08-29View →
racket/racket3.5Likely human-written1537Racket5,2002026-08-29View →
ValveSoftware/source-sdk-20133.5Likely human-written7900C++9,9532026-08-29View →
ocaml/dune3.5Likely human-written66OCaml1,9112026-08-29View →
kyrolabs/awesome-langchain3.5Likely human-written39,5112026-08-29View →
xwmx/nb3.5Likely human-written48Shell8,3812026-08-29View →
royshil/obs-backgroundremoval3.5Likely human-written41C++4,4982026-08-29View →
dotnet/command-line-api3.5Likely human-written104C#3,6742026-08-29View →
brunodev85/winlator3.5Likely human-written47C18,8322026-08-29View →
cxasm/notepad--3.5Likely human-written1530C++10,1632026-08-29View →
career-ops-hq/career-ops3.5Likely human-written223JavaScript69,9942026-09-03View →
magnitudedev/magnitude3.5Likely human-written698TypeScript1,7752026-09-03View →
opencv/opencv3.4Likely human-written6527C++90,6352026-08-29View →
coreybutler/nvm-windows3.4Likely human-written14Go47,4952026-08-29View →
KeygraphHQ/shannon3.4Likely human-written77TypeScript47,2712026-08-29View →
conductor-oss/conductor3.4Likely human-written753Java32,1432026-08-29View →
AvaloniaUI/Avalonia3.4Likely human-written2247C#31,4092026-08-29View →
sipeed/picoclaw3.4Likely human-written480Go29,9132026-08-29View →
doomemacs/doomemacs3.4Likely human-written1Emacs Lisp22,6282026-08-29View →
DarkFlippers/unleashed-firmware3.4Likely human-written1089C22,1292026-08-29View →
jasontaylordev/CleanArchitecture3.4Likely human-written32C#20,4982026-08-29View →
manaflow-ai/cmux3.4Likely human-written7628Swift26,5552026-08-29View →
getgrav/grav3.4Likely human-written459PHP15,6542026-08-29View →
zephyrproject-rtos/zephyr3.4Likely human-written19116C16,3362026-08-29View →
swiftlang/swift-evolution3.4Likely human-written724Markdown15,8702026-08-29View →
zerotier/ZeroTierOne3.4Likely human-written1417C++17,0522026-08-29View →
shiyu-coder/Kronos3.4Likely human-written217Python38,0482026-08-29View →
tensorflow/tfjs3.4Likely human-written1013TypeScript19,1342026-08-29View →
capistrano/capistrano3.4Likely human-written36Ruby12,9872026-08-29View →
stalwartlabs/stalwart3.4Likely human-written697Rust14,3842026-08-29View →
ageron/handson-ml3.4Likely human-written11Jupyter Notebook25,5982026-08-29View →
lowlighter/metrics3.4Likely human-written73JavaScript17,1192026-08-29View →
ory/hydra3.4Likely human-written948Go17,5092026-08-29View →
hiddify/hiddify-app3.4Likely human-written186Dart32,4332026-08-29View →
doomemacs/core3.4Likely human-written1Emacs Lisp22,6282026-08-29View →
alibaba/open-code-review3.4Likely human-written540Go21,5732026-08-29View →
OpenCTI-Platform/opencti3.4Likely human-written1228TypeScript9,8652026-08-29View →
freebsd/freebsd-src3.4Likely human-written91863C9,2962026-08-29View →
0xPlaygrounds/rig3.4Likely human-written1476Rust8,4412026-08-29View →
fujiapple852/trippy3.4Likely human-written172Rust7,5622026-08-29View →
Tencent/cherry-markdown3.4Likely human-written196JavaScript4,8552026-08-29View →
xinnan-tech/xiaozhi-esp32-server3.4Likely human-written767JavaScript10,4462026-08-29View →
apache/iceberg3.4Likely human-written645Java9,1832026-08-29View →
nguyenphutrong/quotio3.4Likely human-written102Swift4,8042026-08-29View →
clementine-player/Clementine3.4Likely human-written1106C++4,2422026-08-29View →
cilium/pwru3.4Likely human-written319C3,8172026-08-29View →
openscad/openscad3.4Likely human-written402C++10,0412026-08-29View →
ghc/ghc3.4Likely human-written850Haskell3,2742026-08-29View →
Epodonios/v2ray-configs3.4Likely human-written14Python3,2152026-08-29View →
perixtar/2026-Tech-OA-by-FastPrep3.4Likely human-written14Python4,6722026-08-29View →
unlight/tailwind-components3.4Likely human-written8TypeScript2,0242026-08-29View →
oapi-codegen/oapi-codegen3.4Likely human-written395Go8,5452026-08-29View →
VirusTotal/yara3.4Likely human-written318C9,8362026-08-29View →
lightningnetwork/lnd3.4Likely human-written2679Go8,1872026-08-29View →
amantus-ai/vibetunnel3.4Likely human-written521TypeScript4,6362026-08-29View →
power721/alist-tvbox3.4Likely human-written165Java3,0822026-08-29View →
matrix-construct/tuwunel3.4Likely human-written847Rust2,4702026-08-29View →
1weiho/open-slide3.4Likely human-written137TypeScript7,2532026-08-29View →
cloudius-systems/osv3.4Likely human-written1135C4,2622026-08-29View →
tuist/tuist3.4Likely human-written2625Swift5,7792026-08-29View →
withcoral/coral3.4Likely human-written941Rust4,9722026-08-29View →
sloria/TextBlob3.4Likely human-written134Python9,5432026-08-29View →
ldqk/Masuit.Tools3.4Likely human-written216C#6,1832026-08-29View →
jhy/jsoup3.4Likely human-written238Java11,3862026-08-29View →
opengeos/GeoLibre3.4Likely human-written2244TypeScript6,8282026-08-29View →
deepseek-ai/FlashMLA3.4Likely human-written60C++12,8802026-08-29View →
ossec/ossec-hids3.4Likely human-written664C5,0492026-08-29View →
tokio-rs/console3.4Likely human-written85Rust4,5942026-08-29View →
perixtar/Tech-OA-Interview-Questions3.4Likely human-written14Python4,6812026-08-29View →
PatchMon/PatchMon3.4Likely human-written412Go3,3052026-08-29View →
opa334/Dopamine3.4Likely human-written230C6,4832026-08-29View →
docker/docker-agent3.4Likely human-written1461Go3,3002026-08-29View →
darklang/dark3.4Likely human-written54F#2,1692026-08-29View →
MinishLab/semble3.4Likely human-written211Python5,9692026-08-29View →
awesome-dsh-plugin/awesome-dsh-plugin3.4Likely human-written252Python13,4992026-08-29View →
terser/terser3.4Likely human-written74JavaScript9,3262026-08-29View →
nvm-windows/nvm3.4Likely human-written14Go47,5032026-08-29View →
facebook/react3.3Likely human-written2014JavaScript248,0032026-08-29View →
ventoy/Ventoy3.3Likely human-written1265C78,9872026-08-29View →
topjohnwu/Magisk3.3Likely human-written177Kotlin62,4752026-08-29View →
charmbracelet/bubbletea3.3Likely human-written53Go44,6172026-08-29View →
notepad-plus-plus/notepad-plus-plus3.3Likely human-written2014C++29,1792026-08-29View →
micro/go-micro3.3Likely human-written276Go23,0472026-08-29View →
Tencent/WeKnora3.3Likely human-written2247Go20,8582026-08-29View →
NickeManarin/ScreenToGif3.3Likely human-written297C#27,5632026-08-29View →
lukilabs/craft-agents-oss3.3Likely human-written887TypeScript7,1272026-08-29View →
hrydgard/ppsspp3.3Likely human-written3128C++14,3192026-08-29View →
playframework/playframework3.3Likely human-written163Scala12,6212026-08-29View →
LuckyPennySoftware/MediatR3.3Likely human-written40C#11,8582026-08-29View →
react/react3.3Likely human-written2014JavaScript248,0082026-08-29View →
handlebars-lang/handlebars.js3.3Likely human-written32JavaScript18,6702026-08-29View →
jpillora/chisel3.3Likely human-written12Go16,4622026-08-29View →
moghtech/komodo3.3Likely human-written644Rust12,1072026-08-29View →
reactiveui/refit3.3Likely human-written315C#9,5632026-08-29View →
gristlabs/grist-core3.3Likely human-written1180TypeScript11,6332026-08-29View →
unkeyed/unkey3.3Likely human-written1834Go5,4252026-08-29View →
FluidGroup/Brightroom3.3Likely human-written136Swift3,6672026-08-29View →
google/angle3.3Likely human-written4704C++4,0632026-08-29View →
leebaird/discover3.3Likely human-written207Shell3,9292026-08-29View →
virtualagc/virtualagc3.3Likely human-written2523Assembly3,2162026-08-29View →
audreyt/ethercalc3.3Likely human-written231TypeScript3,0422026-08-29View →
PLFJY/ContextMenuMgr3.3Likely human-written244C#3,2592026-08-29View →
facebookincubator/below3.3Likely human-written202Rust2,4952026-08-29View →
sweetpad-dev/sweetpad3.3Likely human-written464Rust1,8722026-08-29View →
antlr/grammars-v43.3Likely human-written3540ANTLR11,0512026-08-29View →
fission/fission3.3Likely human-written858Go8,9132026-08-29View →
resilience4j/resilience4j3.3Likely human-written37Java10,7522026-08-29View →
elsa-workflows/elsa-core3.3Likely human-written1185C#7,8702026-08-29View →
daliansky/Hackintosh3.3Likely human-written8Shell9,9732026-08-29View →
eunomia-bpf/bpf-developer-tutorial3.3Likely human-written318C4,2622026-08-29View →
NoName-exe/revanced-extended3.3Likely human-written2Shell4,1822026-08-29View →
openai/openai-agents-js3.3Likely human-written1538TypeScript3,7322026-08-29View →
mit-pdos/xv6-riscv3.3Likely human-written41C10,2732026-08-29View →
TechHutTV/homelab3.3Likely human-written73,0982026-08-29View →
rpamis/comet3.3Likely human-written2027JavaScript2,8632026-08-29View →
UZDoom/UZDoom3.3Likely human-written5543C++2,1232026-08-29View →
cubefs/cubefs3.3Likely human-written1864Go5,6412026-08-29View →
mawww/kakoune3.3Likely human-written4C++11,0362026-08-29View →
riscv/riscv-isa-manual3.3Likely human-written15TeX4,7902026-08-29View →
torvalds/linux3.2Likely human-written136675C244,8042026-08-29View →
bitcoin/bitcoin3.2Likely human-written2362C++90,0252026-08-29View →
pingcap/tidb3.2Likely human-written5511Go40,4782026-08-29View →
pnpm/pnpm3.2Likely human-written3026Rust36,2872026-08-29View →
raysan5/raylib3.2Likely human-written1427C34,4882026-08-29View →
QwenLM/qwen-code3.2Likely human-written7610TypeScript27,4602026-08-29View →
sindresorhus/awesome3.2Likely human-written2500,8152026-08-29View →
multica-ai/multica3.2Likely human-written3134Go48,1282026-08-29View →
mybatis/mybatis-33.2Likely human-written52Java20,4382026-08-29View →
virattt/dexter3.2Likely human-written73TypeScript27,5492026-08-29View →
iv-org/invidious3.2Likely human-written84Crystal22,9482026-08-29View →
getlantern/lantern3.2Likely human-written227Dart15,9182026-08-29View →
dail8859/NotepadNext3.2Likely human-written741C++14,5132026-08-29View →
elastic/beats3.2Likely human-written7732Go12,6412026-08-29View →
raspberrypi/linux3.2Likely human-written129475C13,1102026-08-29View →
rui314/mold3.2Likely human-written1571C++16,8732026-08-29View →
stretchr/testify3.2Likely human-written98Go26,1852026-08-29View →
vercel-labs/open-agents3.2Likely human-written296TypeScript5,7932026-08-29View →
microsoft/wslg3.2Likely human-written21C++11,8902026-08-29View →
yiisoft/yii23.2Likely human-written1353PHP14,2992026-08-29View →
zai-org/GLM-53.2Likely human-written17,0832026-08-29View →
hyperdxio/hyperdx3.2Likely human-written784TypeScript9,8702026-08-29View →
companion-inc/feynman3.2Likely human-written541TypeScript8,6142026-08-29View →
zammad/zammad3.2Likely human-written2558Ruby5,8722026-08-29View →
prometheus-operator/prometheus-operator3.2Likely human-written1388Go9,9762026-08-29View →
WasmEdge/WasmEdge3.2Likely human-written917C++10,7932026-08-29View →
fluxerapp/fluxer3.2Likely human-written3900TypeScript10,1452026-08-29View →
YaoApp/yao3.2Likely human-written1040Go7,8312026-08-29View →
johnkerl/miller3.2Likely human-written414Go10,0052026-08-29View →
backnotprop/plannotator3.2Likely human-written860TypeScript8,1872026-08-29View →
jrsoftware/issrc3.2Likely human-written149Pascal5,5922026-08-29View →
erigontech/erigon3.2Likely human-written3154Go3,5802026-08-29View →
fw876/helloworld3.2Likely human-written367C4,2032026-08-29View →
EchoMusicApp/Echo-Music3.2Likely human-written213Kotlin5852026-08-29View →
samanhappy/mcphub3.2Likely human-written182TypeScript2,3452026-08-29View →
alecmuffett/real-world-onion-sites3.2Likely human-written7Python2,2252026-08-29View →
eggert/tz3.2Likely human-written56C1,8272026-08-29View →
YouMind-OpenLab/nano-banana-pro-prompts-recommend-skill3.2Likely human-written29TypeScript1,8362026-08-29View →
effekseer/Effekseer3.2Likely human-written1345C1,7582026-08-29View →
pierrecomputer/pierre3.2Likely human-written868TypeScript6,0992026-08-29View →
wikimedia/mediawiki3.2Likely human-written6656PHP5,1542026-08-29View →
binaricat/Netcatty3.2Likely human-written1681TypeScript5,4792026-08-29View →
mattn/go-sqlite33.2Likely human-written100C9,2292026-08-29View →
DrKLO/Telegram3.2Likely human-written10484Java29,7942026-08-29View →
pshenok/server-survival3.2Likely human-written110JavaScript6,3782026-08-29View →
eip-work/kuboard-press3.2Likely human-written170HTML25,1922026-08-29View →
quinn-rs/quinn3.2Likely human-written137Rust5,2372026-08-29View →
RMerl/asuswrt-merlin.ng3.2Likely human-written512892C6,1702026-08-29View →
espeak-ng/espeak-ng3.2Likely human-written188C6,7832026-08-29View →
hyperf/hyperf3.2Likely human-written1634PHP6,8922026-08-29View →
goadesign/goa3.2Likely human-written395Go6,0912026-08-29View →
mozilla/sccache3.2Likely human-written148Rust7,6242026-08-29View →
microsoft/WSL2-Linux-Kernel3.2Likely human-written128975C10,5482026-08-29View →
OutlineFoundation/outline-apps3.2Likely human-written375TypeScript9,2382026-08-29View →
unisonweb/unison3.2Likely human-written113Haskell6,7222026-08-29View →
ai-robots-txt/ai.robots.txt3.2Likely human-written9Python4,0852026-08-29View →
fluentassertions/fluentassertions3.2Likely human-written623C#3,8162026-08-29View →
agent-substrate/substrate3.2Likely human-written1980Go1,6432026-08-29View →
juanfont/headscale3.1Likely human-written491Go43,2702026-08-29View →
kestra-io/kestra3.1Likely human-written440Java27,9452026-08-29View →
qax-os/excelize3.1Likely human-written312Go20,8712026-08-29View →
krisk/Fuse3.1Likely human-written36JavaScript20,4622026-08-29View →
unixorn/awesome-zsh-plugins3.1Likely human-written4Shell17,9752026-08-29View →
weaviate/weaviate3.1Likely human-written3586Go16,7582026-08-29View →
TheOdinProject/curriculum3.1Likely human-written128JavaScript12,9852026-08-29View →
tinygo-org/tinygo3.1Likely human-written641Go17,6762026-08-29View →
wolfpld/tracy3.1Likely human-written527C++16,6772026-08-29View →
unocss/unocss3.1Likely human-written104TypeScript18,9432026-08-29View →
nexu-io/open-design3.1Likely human-written800692,3702026-08-29View →
VSCodeVim/Vim3.1Likely human-written157TypeScript15,2012026-08-29View →
Zackriya-Solutions/meetily3.1Likely human-written269Rust30,0222026-08-29View →
wistbean/learn_python3_spider3.1Likely human-written22Python22,0422026-08-29View →
Zie619/n8n-workflows3.1Likely human-written1306Python56,3192026-08-29View →
Kitware/CMake3.1Likely human-written2850C8,0482026-08-29View →
vbskycn/iptv3.1Likely human-written7HTML7,5622026-08-29View →
uBlockOrigin/uAssets3.1Likely human-written612Adblock Filter List5,9782026-08-29View →
betaflight/betaflight3.1Likely human-written8362C11,4732026-08-29View →
electric-sql/electric3.1Likely human-written883TypeScript10,3432026-08-29View →
dart-lang/sdk3.1Likely human-written12714Dart11,2682026-08-29View →
rook/rook3.1Likely human-written564Go13,6182026-08-29View →
octobercms/october3.1Likely human-written900PHP11,1482026-08-29View →
spring-projects/spring-ai3.1Likely human-written288Java9,3732026-08-29View →
sullo/nikto3.1Likely human-written27Perl10,6912026-08-29View →
lissy93/awesome-privacy3.1Likely human-written107Astro9,8022026-08-29View →
alvinunreal/oh-my-opencode-slim3.1Likely human-written288TypeScript8,4982026-08-29View →
microsoft/typespec3.1Likely human-written3488Java5,8382026-08-29View →
lxc/incus3.1Likely human-written1648Go6,0602026-08-29View →
mruby/mruby3.1Likely human-written612C5,6012026-08-29View →
apache/calcite3.1Likely human-written462Java5,1782026-08-29View →
rusqlite/rusqlite3.1Likely human-written270Rust4,3762026-08-29View →
simplifaisoul/osiris3.1Likely human-written72TypeScript8,0342026-08-29View →
ikaijua/Awesome-AITools3.1Likely human-written8Python6,1612026-08-29View →
Belphemur/SoundSwitch3.1Likely human-written173C#3,3672026-08-29View →
make-all/tuya-local3.1Likely human-written643Python3,3902026-08-29View →
qemus/qemu3.1Likely human-written38Shell2,1112026-08-29View →
dotnet/orleans3.1Likely human-written1539C#10,8512026-08-29View →
OpenAtomFoundation/pikiwidb3.1Likely human-written511C++6,1232026-08-29View →
sabrogden/Ditto3.1Likely human-written651C7,0342026-08-29View →
humhub/humhub3.1Likely human-written982PHP6,7372026-08-29View →
FunAudioLLM/SenseVoice3.1Likely human-written92C9,1642026-08-29View →
jrouwe/JoltPhysics3.1Likely human-written639C++11,4592026-08-29View →
microsoft/WindowsAppSDK3.1Likely human-written613C++4,6662026-08-29View →
nathanhoad/godot_dialogue_manager3.1Likely human-written13GDScript3,8132026-08-29View →
kubernetes/autoscaler3.1Likely human-written2801Go8,9532026-08-29View →
gonum/gonum3.1Likely human-written986Go8,4272026-08-29View →
wp-cli/wp-cli3.1Likely human-written90PHP5,1412026-08-29View →
dotnet/yarp3.1Likely human-written217C#9,6032026-08-29View →
QwenAudio/SenseVoice3.1Likely human-written92C9,1652026-08-29View →
Countly/countly-server3.1Likely human-written589JavaScript5,8942026-08-29View →
ChenYilong/CYLTabBarController3.1Likely human-written91Swift7,0192026-08-29View →
sunface/rust-by-practice3.1Likely human-written81Rust14,7172026-08-29View →
PrimeIntellect-ai/prime-agent3.1Likely human-written1124TypeScript18,9922026-08-29View →
Rdatatable/data.table3.1Likely human-written115R3,9142026-08-29View →
tutti-os/tutti3.1Likely human-written5346TypeScript3,5942026-08-29View →
Mesh-LLM/mesh-llm3.1Likely human-written2015Rust3,3242026-08-29View →
storytold/artcraft3.1Likely human-written1883Rust2,0512026-08-29View →
git-ecosystem/git-credential-manager3.1Likely human-written167C#9,2332026-08-29View →
Opencode-DCP/opencode-dynamic-context-pruning3.1Likely human-written55TypeScript4,1002026-08-29View →
origin-bi/rust-by-practice3.1Likely human-written81Rust14,7172026-08-29View →
fonoster/fonoster3.1Likely human-written144TypeScript8,0922026-08-29View →
ggml-org/whisper.cpp3.0Likely human-written1112C++53,2572026-08-29View →
JuliaLang/julia3.0Likely human-written655Julia49,0392026-08-29View →
tldraw/tldraw3.0Likely human-written1502TypeScript50,0092026-08-29View →
facebook/folly3.0Likely human-written1966C++30,5132026-08-29View →
opentofu/opentofu3.0Likely human-written1727Go29,9552026-08-29View →
huggingface/agents-course3.0Likely human-written4MDX31,7012026-08-29View →
ai/nanoid3.0Likely human-written6JavaScript26,9532026-08-29View →
microsoft/winget-cli3.0Likely human-written870C++26,3642026-08-29View →
biomejs/biome3.0Likely human-written3433Rust25,6662026-08-29View →
CodeEditApp/CodeEdit3.0Likely human-written159Swift22,9982026-08-29View →
forem/forem3.0Likely human-written938Ruby22,7732026-08-29View →
dotnet/core3.0Likely human-written195PowerShell22,0352026-08-29View →
bee-san/Ciphey3.0Likely human-written66Rust21,5822026-08-29View →
promptfoo/promptfoo3.0Likely human-written2181TypeScript24,6472026-08-29View →
ben-manes/caffeine3.0Likely human-written279Java17,8382026-08-29View →
JosefNemec/Playnite3.0Likely human-written504C#13,8472026-08-29View →
plotly/plotly.js3.0Likely human-written281JavaScript18,3062026-08-29View →
ish-app/ish3.0Likely human-written153C20,3752026-08-29View →
h4ckf0r0day/obscura3.0Likely human-written327Rust22,3942026-08-29View →
srwi/EverythingToolbar3.0Likely human-written110C14,6532026-08-29View →
palmier-io/palmier-pro3.0Likely human-written124Swift14,1412026-08-29View →
ubicloud/ubicloud3.0Likely human-written509Ruby12,2542026-08-29View →
codexu/note-gen3.0Likely human-written766TypeScript12,6982026-08-29View →
lz4/lz43.0Likely human-written91C12,0362026-08-29View →
coteditor/CotEditor3.0Likely human-written728Swift8,4232026-08-29View →
d4rken-org/sdmaid-se3.0Likely human-written289Kotlin7,3912026-08-29View →
bikini/exploitarium3.0Likely human-written69Python4,2452026-08-29View →
zhukunpenglinyutong/desktop-cc-gui3.0Likely human-written4972TypeScript4,1082026-08-29View →
kando-menu/kando3.0Likely human-written180TypeScript6,2482026-08-29View →
introlab/rtabmap3.0Likely human-written1141C++3,9732026-08-29View →
makerspet/oomwoo3.0Likely human-written29Python9,7552026-08-29View →
microsoft/agent-academy3.0Likely human-written70JavaScript3,2922026-08-29View →
ax-llm/ax3.0Likely human-written2062TypeScript2,8872026-08-29View →
Novum/vkQuake3.0Likely human-written1216C2,2632026-08-29View →
apache/shenyu3.0Likely human-written1129Java8,8242026-08-29View →
cadence-workflow/cadence3.0Likely human-written2535Go9,4232026-08-29View →
EvoMap/evolver3.0Likely human-written332JavaScript9,0152026-08-29View →
higress-group/higress3.0Likely human-written1264Go9,2322026-08-29View →
UfoMiao/zcf3.0Likely human-written239TypeScript6,0792026-08-29View →
Nevcairiel/LAVFilters3.0Likely human-written559C++9,1162026-08-29View →
fcitx/fcitx53.0Likely human-written314C++2,5202026-08-29View →
crownengine/crown3.0Likely human-written4483C++2,4382026-08-29View →
lupinemachines/lupine3.0Likely human-written319C++2,4142026-08-29View →
opencv/opencv_contrib3.0Likely human-written3110C++10,1782026-08-29View →
miroslavpejic85/mirotalk3.0Likely human-written120JavaScript4,7102026-08-29View →
faker-ruby/faker3.0Likely human-written762Ruby11,9362026-08-29View →
ampproject/amphtml3.0Likely human-written2362JavaScript14,9082026-08-29View →
enaqx/awesome-pentest3.0Likely human-written127,0512026-08-29View →
ever-co/ever-gauzy3.0Likely human-written1485TypeScript4,3512026-08-29View →
terralang/terra3.0Likely human-written126C++2,9072026-08-29View →
KiCad/kicad-source-mirror3.0Likely human-written7578C++2,9002026-08-29View →
railsgirls/guides.railsgirls.com3.0Likely human-written19CSS7,1642026-08-29View →
pointfreeco/swift-composable-architecture3.0Likely human-written196Swift14,8922026-08-29View →
tonsky/FiraCode2.9Likely human-written14Clojure81,9582026-08-29View →
ghostty-org/ghostty2.9Likely human-written231Zig60,3842026-08-29View →
nlohmann/json2.9Likely human-written558C++50,4742026-08-29View →
spf13/cobra2.9Likely human-written56Go44,5262026-08-29View →
ml-explore/mlx2.9Likely human-written622C++28,2042026-08-29View →
go-delve/delve2.9Likely human-written213Go24,8972026-08-29View →
valyala/fasthttp2.9Likely human-written195Go23,4562026-08-29View →
yuaotian/go-cursor-help2.9Likely human-written12Shell26,2142026-08-29View →
Nagi-ovo/gemini-voyager2.9Likely human-written652TypeScript19,8722026-08-29View →
windmill-labs/windmill2.9Likely human-written3036Rust17,7092026-08-29View →
apache/pulsar2.9Likely human-written722Java15,3162026-08-29View →
PCSX2/pcsx22.9Likely human-written3459C++15,3892026-08-29View →
aws/aws-cli2.9Likely human-written7852Python17,2272026-08-29View →
1jehuang/jcode2.9Likely human-written1723Rust18,7472026-08-29View →
anuraghazra/github-readme-stats2.9Likely human-written30JavaScript79,8432026-08-29View →
turanszkij/WickedEngine2.9Likely human-written2903C++7,2042026-08-29View →
letsencrypt/boulder2.9Likely human-written350Go5,7452026-08-29View →
entireio/cli2.9Likely human-written1418Go5,0252026-08-29View →
growthbook/growthbook2.9Likely human-written2580TypeScript8,1682026-08-29View →
denysdovhan/wtfjs2.9Likely human-written10JavaScript37,6812026-08-29View →
anthropics/claude-code-action2.9Likely human-written76TypeScript8,7472026-08-29View →
harfbuzz/harfbuzz2.9Likely human-written141C++6,0402026-08-29View →
fallow-rs/fallow2.9Likely human-written2297Rust4,4252026-08-29View →
DataDog/datadog-agent2.9Likely human-written7800Go3,7152026-08-29View →
AlexandreRouma/SDRPlusPlus2.9Likely human-written629C++6,2812026-08-29View →
xyproto/algernon2.9Likely human-written54JavaScript3,0272026-08-29View →
tobychui/arozos2.9Likely human-written1884JavaScript2,9892026-08-29View →
UsefulSoftwareCo/executor2.9Likely human-written849TypeScript3,3982026-08-29View →
OpenCloudGaming/OpenNOW2.9Likely human-written372TypeScript2,3902026-08-29View →
vapoursynth/vapoursynth2.9Likely human-written208C++2,0822026-08-29View →
meshtastic/Meshtastic-Android2.9Likely human-written423Kotlin1,8162026-08-29View →
memstechtips/Winhance2.9Likely human-written229C#12,7642026-08-29View →
open-multi-agent/open-multi-agent2.9Likely human-written265TypeScript6,8392026-08-29View →
makepad/makepad2.9Likely human-written6953Rust6,5832026-08-29View →
Narcooo/inkos2.9Likely human-written474TypeScript9,3332026-08-29View →
encoredev/encore2.9Likely human-written483Go12,3182026-08-29View →
tindy2013/subconverter2.9Likely human-written307C++17,0142026-08-29View →
bpftrace/bpftrace2.9Likely human-written386C++10,3012026-08-29View →
aws/s2n-tls2.9Likely human-written874C4,7572026-08-29View →
mvanhorn/cli-printing-press2.9Likely human-written1014Go4,5752026-08-29View →
TanStack/virtual2.9Likely human-written83TypeScript7,0902026-08-29View →
readysettech/readyset2.9Likely human-written1377Rust5,2722026-08-29View →
dbgate/dbgate2.9Likely human-written547JavaScript7,2882026-08-29View →
Nagi-ovo/voyager2.9Likely human-written652TypeScript19,8752026-08-29View →
rrousselGit/riverpod2.9Likely human-written669Dart7,3732026-08-29View →
mgth/LittleBigMouse2.9Likely human-written199C#6,5852026-08-29View →
apache/storm2.9Likely human-written622Java6,6982026-08-29View →
sebastianbergmann/php-file-iterator2.9Likely human-written7PHP7,4772026-08-29View →
github-linguist/linguist2.9Likely human-written526Ruby13,6632026-08-29View →
tixl3d/tixl2.9Likely human-written689C#5,0832026-08-29View →
nvim-treesitter/nvim-treesitter2.9Likely human-written41Tree-sitter Query14,3392026-08-29View →
lidge-jun/opencodex2.9Likely human-written3155TypeScript12,4832026-08-29View →
clappr/clappr2.9Likely human-written40JavaScript7,4932026-08-29View →
firecrawl/pdf-inspector2.9Likely human-written240Rust16,8582026-08-29View →
jitsucom/jitsu2.9Likely human-written339TypeScript5,0562026-08-29View →
zly2006/zhihu-plus-plus2.9Likely human-written137Kotlin3,8632026-08-29View →
evidence-dev/evidence2.9Likely human-written357TypeScript6,8932026-08-29View →
lostindark/DriverStoreExplorer2.9Likely human-written21C#11,5202026-08-29View →
ultraworkers/claw-code2.8Likely human-written276Rust195,1372026-08-29View →
fish-shell/fish-shell2.8Likely human-written209Rust34,0762026-08-29View →
aristocratos/btop2.8Likely human-written135C++34,2762026-08-29View →
jj-vcs/jj2.8Likely human-written847Rust31,2472026-08-29View →
permissionlesstech/bitchat2.8Likely human-written390Swift36,0122026-08-29View →
gocolly/colly2.8Likely human-written26Go25,4892026-08-29View →
redis/go-redis2.8Likely human-written413Go22,2242026-08-29View →
minio/minio2.8Likely human-written1023Go61,3762026-08-29View →
CodePhiliaX/Chat2DB2.8Likely human-written543Java28,0482026-08-29View →
xbmc/xbmc2.8Likely human-written4151C++21,1462026-08-29View →
slopus/happy2.8Likely human-written567TypeScript23,5382026-08-29View →
tursodatabase/turso2.8Likely human-written2062Rust24,0592026-08-29View →
dolphin-emu/dolphin2.8Likely human-written3046C++15,4552026-08-29View →
microsoft/RustTraining2.8Likely human-written122Rust14,8152026-08-29View →
czlonkowski/n8n-mcp2.8Likely human-written422TypeScript22,7962026-08-29View →
hyperledger/fabric2.8Likely human-written817Go16,7062026-08-29View →
chaitin/SafeLine2.8Likely human-written41Go22,4592026-08-29View →
colbymchenry/codegraph2.8Likely human-written476C68,4982026-08-29View →
qemu/qemu2.8Likely human-written7447C13,6392026-08-29View →
OtterMind/Chat2DB2.8Likely human-written543Java28,0482026-08-29View →
ByteByteGoHq/system-design-1012.8Likely human-written1987,6932026-08-29View →
google/skia2.8Likely human-written4478C++10,9082026-08-29View →
BornToBeRoot/NETworkManager2.8Likely human-written305C#8,7132026-08-29View →
foundry-rs/foundry2.8Likely human-written1175Rust10,5732026-08-29View →
Blinue/Magpie2.8Likely human-written99HLSL14,4412026-08-29View →
aureuserp/aureuserp2.8Likely human-written1093PHP11,8282026-08-29View →
SeleniumHQ/docker-selenium2.8Likely human-written213Go8,6472026-08-29View →
steipete/summarize2.8Likely human-written618TypeScript6,5832026-08-29View →
solidusio/solidus2.8Likely human-written522Ruby5,3242026-08-29View →
latitude-dev/latitude-llm2.8Likely human-written4150TypeScript4,6052026-08-29View →
PCL-Community/PCL-CE2.8Likely human-written269C#4,2412026-08-29View →
jameskerr/react-arborist2.8Likely human-written19TypeScript3,6942026-08-29View →
sirmalloc/ccstatusline2.8Likely human-written163TypeScript12,6502026-08-29View →
drakkan/sftpgo2.8Likely human-written302Go12,4622026-08-29View →
Cysharp/UniTask2.8Likely human-written85C#11,1542026-08-29View →
cobusgreyling/loop-engineering2.8Likely human-written37TypeScript10,7252026-08-29View →
signalapp/libsignal2.8Likely human-written630Rust5,9782026-08-29View →
XRPLF/rippled2.8Likely human-written1764C++5,1902026-08-29View →
warp-tech/warpgate2.8Likely human-written258Rust7,7452026-08-29View →
Vinzent03/obsidian-git2.8Likely human-written40TypeScript11,8742026-08-29View →
maplibre/martin2.8Likely human-written253Rust3,8802026-08-29View →
PufferAI/PufferLib2.8Likely human-written215C6,3132026-08-29View →
XIU2/UserScript2.8Likely human-written43JavaScript9,9502026-08-29View →
OWASP/wstg2.8Likely human-written56Python9,7612026-08-29View →
ServiceStack/ServiceStack2.8Likely human-written2082C#5,4992026-08-29View →
fluxcd/flagger2.8Likely human-written401Go5,3962026-08-29View →
ithewei/libhv2.8Likely human-written363C7,5412026-08-29View →
tubearchivist/tubearchivist2.8Likely human-written84Python8,4022026-08-29View →
aya-rs/aya2.8Likely human-written430Rust4,7862026-08-29View →
tauri-apps/wry2.8Likely human-written84Rust4,9332026-08-29View →
cloudflare/kumo2.8Likely human-written337TypeScript3,7562026-08-29View →
DandelionSprout/adfilt2.8Likely human-written1197Adblock Filter List2,2532026-08-29View →
bookorbit/bookorbit2.8Likely human-written1112TypeScript3,5752026-08-29View →
wulabing/Xray_onekey2.8Likely human-written2Shell9,2512026-08-29View →
universal-ctags/ctags2.8Likely human-written870C7,2722026-08-29View →
wasm-micro-runtime/wasm-micro-runtime2.8Likely human-written803C6,0802026-08-29View →
p2r3/bareiron2.8Likely human-written20C4,3882026-08-29View →
nidhinjs/prompt-master2.8Likely human-written211,9602026-08-29View →
google/pprof2.8Likely human-written97Go9,2782026-09-02View →
golang/go2.7Likely human-written7298Go136,5552026-08-29View →
sharkdp/bat2.7Likely human-written174Rust60,2842026-08-29View →
CherryHQ/cherry-studio2.7Likely human-written2644TypeScript51,1972026-08-29View →
coolsnowwolf/lede2.7Likely human-written7731C31,5882026-08-29View →
microsoft/calculator2.7Likely human-written145C#31,0252026-08-29View →
lightpanda-io/browser2.7Likely human-written102Zig34,2962026-08-29View →
uutils/coreutils2.7Likely human-written752Rust24,0002026-08-29View →
requarks/wiki2.7Likely human-written88Vue28,8132026-08-29View →
thingsboard/thingsboard2.7Likely human-written2238Java22,3212026-08-29View →
huggingface/candle2.7Likely human-written501Rust20,9642026-08-29View →
SimplifyJobs/New-Grad-Positions2.7Likely human-written4217,7912026-08-29View →
langchain-ai/langchainjs2.7Likely human-written675TypeScript18,1422026-08-29View →
teambit/bit2.7Likely human-written529TypeScript18,4652026-08-29View →
ggml-org/ggml2.7Likely human-written831C++15,2512026-08-29View →
DNSCrypt/dnscrypt-proxy2.7Likely human-written56Go13,6122026-08-29View →
BigPizzaV3/CodexPlusPlus2.7Likely human-written519Rust29,8142026-08-29View →
larksuite/cli2.7Likely human-written1443Go16,8332026-08-29View →
checkstyle/checkstyle2.7Likely human-written1850Java9,0272026-08-29View →
MariaDB/server2.7Likely human-written2785C++8,1512026-08-29View →
ChatLab/ChatLab2.7Likely human-written768TypeScript7,2592026-08-29View →
piotrkulpinski/openalternative2.7Likely human-written26,6542026-08-29View →
openreplay/openreplay2.7Likely human-written966TypeScript12,5982026-08-29View →
emdash-cms/emdash2.7Likely human-written1448TypeScript12,0782026-08-29View →
NangoHQ/nango2.7Likely human-written745TypeScript11,6292026-08-29View →
carbon-design-system/carbon2.7Likely human-written1269TypeScript9,3912026-08-29View →
ckeditor/ckeditor52.7Likely human-written1767JavaScript10,4832026-08-29View →
ai-boost/awesome-prompts2.7Likely human-written808,7812026-08-29View →
linuxmint/cinnamon2.7Likely human-written529JavaScript5,5732026-08-29View →
EpicenterHQ/epicenter2.7Likely human-written700TypeScript4,7752026-08-29View →
cberner/redb2.7Likely human-written135Rust4,7572026-08-29View →
felangel/bloc2.7Likely human-written147Dart12,4832026-08-29View →
mengxi-ream/read-frog2.7Likely human-written691TypeScript9,3732026-08-29View →
aptos-labs/aptos-core2.7Likely human-written3074Rust6,4292026-08-29View →
ravachol/kew2.7Likely human-written218C2,9972026-08-29View →
sonofmagic/weapp-tailwindcss2.7Likely human-written1919TypeScript1,8522026-08-29View →
dotnet/machinelearning2.7Likely human-written2222C#9,3522026-08-29View →
fairyglade/ly2.7Likely human-written5Zig7,5492026-08-29View →
canopy-network/canopy2.7Likely human-written431Go15,4962026-08-29View →
RROrg/rr2.7Likely human-written38Shell8,5702026-08-29View →
apache/cassandra2.7Likely human-written1327Java10,0852026-08-29View →
openclaw/mcporter2.7Likely human-written212TypeScript4,9652026-08-29View →
openscopeproject/InteractiveHtmlBom2.7Likely human-written60Python4,5362026-08-29View →
junhoyeo/tokscale2.7Likely human-written618Rust5,2062026-08-29View →
lay295/TwitchDownloader2.7Likely human-written20C#3,8862026-08-29View →
Myriad-Dreamin/tinymist2.7Likely human-written325Rust3,5022026-08-29View →
shorebirdtech/shorebird2.7Likely human-written168Dart3,0262026-08-29View →
verus-lang/verus2.7Likely human-written1108Rust2,8932026-08-29View →
chrisant996/clink2.7Likely human-written689C++5,4562026-08-29View →
k1tbyte/Wand-Enhancer2.7Likely human-written49C#21,8052026-08-29View →
karatelabs/karate2.7Likely human-written243Java8,9312026-08-29View →
1Remote/1Remote2.7Likely human-written91C#6,0502026-08-29View →
hestiacp/hestiacp2.7Likely human-written194Shell4,4872026-08-29View →
apache/tomcat2.7Likely human-written301Java8,2362026-08-29View →
AudioKit/AudioKit2.7Likely human-written79Swift11,4452026-08-29View →
cyanfish/naps22.7Likely human-written161C#4,4692026-08-29View →
likec4/likec42.7Likely human-written364TypeScript5,5632026-08-29View →
piotrkulpinski/open-source-alternatives2.7Likely human-written26,6542026-08-29View →
halide/Halide2.7Likely human-written1089C++6,5922026-08-29View →
erincatto/box2d2.7Likely human-written277C10,3092026-08-29View →
refly-ai/refly2.7Likely human-written535TypeScript7,4992026-08-29View →
TheAlgorithms/Go2.7Likely human-written87Go18,1992026-08-29View →
LegendApp/legend-list2.7Likely human-written221TypeScript3,3272026-08-29View →
TranslucentTB/TranslucentTB2.7Likely human-written52C++20,2052026-08-29View →
kean/Nuke2.7Likely human-written110Swift8,6592026-08-29View →
electron/electron2.6Likely human-written461C++122,7652026-08-29View →
coollabsio/coolify2.6Likely human-written938PHP61,1512026-08-29View →
NaiboWang/EasySpider2.6Likely human-written532JavaScript44,4622026-08-29View →
aaif-goose/goose2.6Likely human-written820Rust53,6122026-08-29View →
styled-components/styled-components2.6Likely human-written241TypeScript41,1262026-08-29View →
exelban/stats2.6Likely human-written96Swift41,4842026-08-29View →
google/comprehensive-rust2.6Likely human-written117Rust33,3312026-08-29View →
tailscale/tailscale2.6Likely human-written1557Go35,6972026-08-29View →
micro-editor/micro2.6Likely human-written40Go29,4552026-08-29View →
qwibitai/nanoclaw2.6Likely human-written272TypeScript30,6302026-08-29View →
ruby/ruby2.6Likely human-written4075Ruby23,6892026-08-29View →
coreyhaines31/marketingskills2.6Likely human-written127JavaScript45,9762026-08-29View →
xiaojieonly/Ehviewer_CN_SXJ2.6Likely human-written1010C26,5282026-08-29View →
wasmerio/wasmer2.6Likely human-written993Rust20,9822026-08-29View →
SpotX-Official/SpotX2.6Likely human-written12PowerShell22,1752026-08-29View →
Tencent/MMKV2.6Likely human-written144C++18,7162026-08-29View →
livekit/livekit2.6Likely human-written396Go20,5622026-08-29View →
THU-MAIC/OpenMAIC2.6Likely human-written1159TypeScript21,1722026-08-29View →
GeeeekExplorer/nano-vllm2.6Likely human-written4Python15,2022026-08-29View →
libretro/RetroArch2.6Likely human-written6994C13,6892026-08-29View →
Snapchat/Valdi2.6Likely human-written1922C++16,3792026-08-29View →
redwoodjs/graphql2.6Likely human-written1165TypeScript17,6072026-08-29View →
huiyadanli/RevokeMsgPatcher2.6Likely human-written16C#38,6082026-08-29View →
nanocoai/nanoclaw2.6Likely human-written272TypeScript30,6322026-08-29View →
kubescape/kubescape2.6Likely human-written295Go11,7002026-08-29View →
rothgar/awesome-tuis2.6Likely human-written320,3862026-08-29View →
superset-sh/superset2.6Likely human-written1527TypeScript13,4672026-08-29View →
yugabyte/yugabyte-db2.6Likely human-written10794C10,5022026-08-29View →
CodebuffAI/codebuff2.6Likely human-written601TypeScript11,0942026-08-29View →
ThinkInAIXYZ/deepchat2.6Likely human-written2407TypeScript6,2922026-08-29View →
riverqueue/river2.6Likely human-written224Go5,6102026-08-29View →
canonical/multipass2.6Likely human-written436C++9,2222026-08-29View →
azahar-emu/azahar2.6Likely human-written903C++7,9882026-08-29View →
Alexays/Waybar2.6Likely human-written105C++11,8702026-08-29View →
posit-dev/positron2.6Likely human-written8590TypeScript4,2392026-08-29View →
fxsound2/fxsound-app2.6Likely human-written282C++4,3142026-08-29View →
wild-linker/wild2.6Likely human-written276Rust3,9102026-08-29View →
joncampbell123/dosbox-x2.6Likely human-written7729C3,7012026-08-29View →
nammayatri/nammayatri2.6Likely human-written734Haskell2,5332026-08-29View →
ta4j/ta4j2.6Likely human-written218Java2,4842026-08-29View →
johnbillion/query-monitor2.6Likely human-written89PHP1,7692026-08-29View →
nikic/PHP-Parser2.6Likely human-written89PHP17,4622026-08-29View →
nelvko/clash-for-linux-install2.6Likely human-written4Shell14,6172026-08-29View →
jetify-com/devbox2.6Likely human-written100Go12,3162026-08-29View →
ruby-grape/grape2.6Likely human-written105Ruby10,0052026-08-29View →
apache/shardingsphere-elasticjob2.6Likely human-written83Java8,2102026-08-29View →
micronaut-projects/micronaut-core2.6Likely human-written492Java6,4242026-08-29View →
prometheus/blackbox_exporter2.6Likely human-written33Go5,8492026-08-29View →
flutter/packages2.6Likely human-written5155Dart5,2992026-08-29View →
M66B/FairEmail2.6Likely human-written330Java4,5882026-08-29View →
chipsalliance/chisel2.6Likely human-written66Scala4,7642026-08-29View →
LanRhyme/MicYou2.6Likely human-written81Rust3,3272026-08-29View →
ccfddl/ccf-deadlines2.6Likely human-written54Rust9,2702026-08-29View →
ExpressLRS/ExpressLRS2.6Likely human-written276C5,2902026-08-29View →
gitextensions/gitextensions2.6Likely human-written422C#8,5402026-08-29View →
testcontainers/testcontainers-java2.6Likely human-written235Java8,7232026-08-29View →
astrid-runtime/book2.6Likely human-written13Perl7,4662026-08-29View →
iNavFlight/inav2.6Likely human-written9681C4,2052026-08-29View →
octalmage/robotjs2.6Likely human-written33C12,7712026-08-29View →
dokuwiki/dokuwiki2.6Likely human-written612PHP4,7082026-08-29View →
buefy/buefy2.6Likely human-written211Vue9,5212026-08-29View →
Michael-A-Kuykendall/shimmy2.6Likely human-written49Rust5,8102026-08-29View →
TGSAN/CMWTAT_Digital_Edition2.6Likely human-written9C#19,3702026-08-29View →
anderspitman/awesome-tunneling2.6Likely human-written1Python21,6762026-08-29View →
CodebuffAI/freebuff2.6Likely human-written602TypeScript11,1282026-08-29View →
kickstarter/ios-oss2.6Likely human-written147Swift8,6672026-08-29View →
uxlfoundation/oneDNN2.6Likely human-written3997C++4,0442026-08-29View →
pest-parser/pest2.6Likely human-written195Rust5,3872026-08-29View →
pixlcore/xyops2.6Likely human-written102JavaScript6,0722026-08-29View →
skyhook-io/radar2.6Likely human-written1480Go3,1592026-08-29View →
jlesage/docker-firefox2.6Likely human-written3Shell2,5412026-08-29View →
genspark-ai/genoffice2.6Likely human-written722TypeScript3,9232026-08-29View →
zardus/ctf-tools2.6Likely human-written3Nix9,5032026-08-29View →
acidanthera/OpenCorePkg2.6Likely human-written1125C15,4092026-08-29View →
banchichen/TZImagePickerController2.6Likely human-written30Objective-C8,1492026-08-29View →
danielgerlag/workflow-core2.6Likely human-written75C#5,9192026-08-29View →
tailscale/tailcat2.6Likely human-written19Go3,1452026-08-29View →
vercel/next.js2.5Likely human-written5900JavaScript141,9702026-08-29View →
leonardomso/33-js-concepts2.5Likely human-written83JavaScript66,5142026-08-29View →
thedotmack/claude-mem2.5Likely human-written427JavaScript92,4782026-08-29View →
files-community/Files2.5Likely human-written294C#44,8042026-08-29View →
calcom/cal.diy2.5Likely human-written1208TypeScript47,9762026-08-29View →
danielmiessler/Fabric2.5Likely human-written184Go43,5452026-08-29View →
nushell/nushell2.5Likely human-written841Rust40,3572026-08-29View →
FreeCAD/FreeCAD2.5Likely human-written13429C++33,1232026-08-29View →
openssl/openssl2.5Likely human-written2686C30,7102026-08-29View →
hwdsl2/setup-ipsec-vpn2.5Likely human-written27Shell28,3972026-08-29View →
libuv/libuv2.5Likely human-written400C27,1432026-08-29View →
SigNoz/signoz2.5Likely human-written1893TypeScript31,9562026-08-29View →
ApolloAuto/apollo2.5Likely human-written2288C++26,8072026-08-29View →
apache/flink2.5Likely human-written3329Java26,3022026-08-29View →
vercel/ai2.5Likely human-written1299TypeScript26,4712026-08-29View →
jaegertracing/jaeger2.5Likely human-written383Go23,1562026-08-29View →
MaterialDesignInXAML/MaterialDesignInXamlToolkit2.5Likely human-written153C#16,2492026-08-29View →
vercel/vercel2.5Likely human-written2085TypeScript16,1612026-08-29View →
webrtc/samples2.5Likely human-written57JavaScript14,6412026-08-29View →
cert-manager/cert-manager2.5Likely human-written645Go14,0552026-08-29View →
shadow1ng/fscan2.5Likely human-written134Go14,4692026-08-29View →
yetone/avante.nvim2.5Likely human-written55Lua18,1332026-08-29View →
alibaba/page-agent2.5Likely human-written33TypeScript28,8932026-08-29View →
amnezia-vpn/amnezia-client2.5Likely human-written343C++14,7432026-08-29View →
Leonxlnx/taste-skill2.5Likely human-written14JavaScript81,8802026-08-29View →
zarazhangrui/frontend-slides2.5Likely human-written50JavaScript28,3152026-08-29View →
alchaincyf/zhangxuefeng-skill2.5Likely human-written310,2112026-08-29View →
YishenTu/claudian2.5Likely human-written926TypeScript15,0292026-08-29View →
noctalia-dev/noctalia2.5Likely human-written1105C++9,9582026-08-29View →
score-spec/spec2.5Likely human-written1Makefile8,0882026-08-29View →
Lake1059/FFmpegFreeUI2.5Likely human-written2Visual Basic .NET8,0692026-08-29View →
webmin/webmin2.5Likely human-written528HTML6,0332026-08-29View →
koush/scrypted2.5Likely human-written438TypeScript5,8792026-08-29View →
zotero/zotero2.5Likely human-written316JavaScript15,0942026-08-29View →
facebook/hhvm2.5Likely human-written12727C++18,6562026-08-29View →
showdownjs/showdown2.5Likely human-written152JavaScript14,8702026-08-29View →
bunkerity/bunkerweb2.5Likely human-written3562Python10,8802026-08-29View →
PrestaShop/PrestaShop2.5Likely human-written5880PHP9,2012026-08-29View →
tstack/lnav2.5Likely human-written651C++10,6202026-08-29View →
kubevirt/kubevirt2.5Likely human-written577Go7,0332026-08-29View →
modem-dev/hunk2.5Likely human-written557TypeScript8,8822026-08-29View →
qixing-jk/all-api-hub2.5Likely human-written2754TypeScript4,8082026-08-29View →
rivet-dev/agentos2.5Likely human-written1963Rust4,4332026-08-29View →
LongSoft/UEFITool2.5Likely human-written294C5,6432026-08-29View →
scanopy/scanopy2.5Likely human-written848Rust5,6132026-08-29View →
obgnail/typora_plugin2.5Likely human-written77JavaScript4,5522026-08-29View →
camunda/camunda2.5Likely human-written2669Java4,2562026-08-29View →
pulsar-edit/pulsar2.5Likely human-written756JavaScript4,1472026-08-29View →
openssh/openssh-portable2.5Likely human-written458C3,9732026-08-29View →
Moli-X/Resources2.5Likely human-written41JavaScript3,3972026-08-29View →
TRaSH-Guides/Guides2.5Likely human-written79Markdown3,1472026-08-29View →
nextcloud/ios2.5Likely human-written244Swift2,4922026-08-29View →
microsoft/STL2.5Likely human-written1113C++11,1372026-08-29View →
LiveContainer/LiveContainer2.5Likely human-written78Swift11,3832026-08-29View →
glpi-project/glpi2.5Likely human-written4142PHP6,2742026-08-29View →
melonjs/melonJS2.5Likely human-written376JavaScript6,3792026-08-29View →
firebase/flutterfire2.5Likely human-written850Dart9,2512026-08-29View →
vercel-labs/native2.5Likely human-written310Zig7,5922026-08-29View →
asyncapi/spec2.5Likely human-written21JavaScript5,2912026-08-29View →
hamed-elfayome/Claude-Usage-Tracker2.5Likely human-written60Swift3,3642026-08-29View →
the-benchmarker/web-frameworks2.5Likely human-written68PHP7,0852026-08-29View →
gaozhangmin/boxplayer2.5Likely human-written526TypeScript6,8782026-08-29View →
QuipNetwork/hashsigs-rs2.5Likely human-written51Rust11,2182026-08-29View →
miurla/morphic2.5Likely human-written68TypeScript9,0692026-08-29View →
cf-pages/Telegraph-Image2.5Likely human-written14HTML4,6572026-08-29View →
uber/NullAway2.5Likely human-written32Java4,0932026-08-29View →
tmoroney/auto-subs2.5Likely human-written120TypeScript4,1002026-08-29View →
crafter-station/petdex2.5Likely human-written228TypeScript3,9932026-08-29View →
TelegramMessenger/Telegram-iOS2.5Likely human-written10740Swift8,9132026-08-29View →
Sigil-Ebook/Sigil2.5Likely human-written1299C++6,9382026-08-29View →
sb2nov/mac-setup2.5Likely human-written6TypeScript7,3702026-08-29View →
gluestack/gluestack-ui2.5Likely human-written576TypeScript5,2732026-08-29View →
pig-mesh/pig2.5Likely human-written11Java6,6792026-08-29View →
Seeed-Projects/reBot-DevArm2.5Likely human-written11Python4,1612026-08-29View →
kejilion/sh2.5Likely human-written320Shell3,1052026-08-29View →
bcgit/bc-java2.5Likely human-written867Java2,6842026-08-29View →
infection/infection2.5Likely human-written632PHP2,2362026-08-29View →
cozystack/cozystack2.5Likely human-written2344Shell2,2072026-08-29View →
wildfly/wildfly2.5Likely human-written425Java3,1882026-08-29View →
avante-corp/avante.nvim2.5Likely human-written55Lua18,1342026-08-29View →
apache/tika2.5Likely human-written343Java4,0172026-08-29View →
FareedKhan-dev/kimi-k3-in-c2.5Likely human-written56C6,7092026-08-29View →
n8n-io/n8n2.4Likely human-written6553TypeScript202,6852026-08-29View →
astral-sh/uv2.4Likely human-written1344Rust89,1892026-08-29View →
prometheus/prometheus2.4Likely human-written1149Go65,8752026-08-29View →
Mintplex-Labs/anything-llm2.4Likely human-written371JavaScript65,3352026-08-29View →
hashicorp/terraform2.4Likely human-written1476Go49,5612026-08-29View →
Homebrew/brew2.4Likely human-written655Ruby49,3102026-08-29View →
janhq/jan2.4Likely human-written521TypeScript44,2272026-08-29View →
vlang/v2.4Likely human-written1274V37,8012026-08-29View →
servo/servo2.4Likely human-written25002Rust37,8082026-08-29View →
continuedev/continue2.4Likely human-written821TypeScript35,6662026-08-29View →
linera-io/linera-protocol2.4Likely human-written938Rust32,1332026-08-29View →
zellij-org/zellij2.4Likely human-written459Rust35,1562026-08-29View →
jitsi/jitsi-meet2.4Likely human-written704TypeScript29,8292026-08-29View →
nrwl/nx2.4Likely human-written2309TypeScript29,2762026-08-29View →
langfuse/langfuse2.4Likely human-written2074TypeScript33,8622026-08-29View →
mastra-ai/mastra2.4Likely human-written4489TypeScript27,5452026-08-29View →
copy/v862.4Likely human-written229JavaScript23,4312026-08-29View →
slint-ui/slint2.4Likely human-written1065Rust23,6092026-08-29View →
fastfetch-cli/fastfetch2.4Likely human-written446C24,4232026-08-29View →
m1k1o/neko2.4Likely human-written185Go22,2022026-08-29View →
gitbutlerapp/gitbutler2.4Likely human-written1194Rust21,5852026-08-29View →
catchorg/Catch22.4Likely human-written544C++21,4482026-08-29View →
microsoft/react-native-windows2.4Likely human-written2011C++17,3292026-08-29View →
winsiderss/systeminformer2.4Likely human-written3322C15,7122026-08-29View →
web-infra-dev/midscene2.4Likely human-written702TypeScript14,7352026-08-29View →
mozilla-mobile/firefox-ios2.4Likely human-written896Swift13,0332026-08-29View →
mealie-recipes/mealie2.4Likely human-written1867Python13,0892026-08-29View →
ipfs/kubo2.4Likely human-written195Go17,1152026-08-29View →
pinojs/pino2.4Likely human-written45JavaScript18,1622026-08-29View →
airbnb/lottie-ios2.4Likely human-written147Swift26,8522026-08-29View →
flutter/samples2.4Likely human-written140Dart19,2502026-08-29View →
go-chi/chi2.4Likely human-written32Go22,7432026-08-29View →
valinet/ExplorerPatcher2.4Likely human-written115C33,7442026-08-29View →
cloudflare/cloudflared2.4Likely human-written94Go15,4112026-08-29View →
Open-Dev-Society/OpenStock2.4Likely human-written33TypeScript14,1452026-08-29View →
diem/diem2.4Likely human-written1966Rust16,6672026-08-29View →
primefaces/primevue2.4Likely human-written877Vue14,4562026-08-29View →
gitkraken/vscode-gitlens2.4Likely human-written1097TypeScript9,9052026-08-29View →
ublue-os/bazzite2.4Likely human-written18Just9,0082026-08-29View →
gocd/gocd2.4Likely human-written416Java7,4322026-08-29View →
rivet-dev/rivet2.4Likely human-written1908Rust6,0902026-08-29View →
software-mansion/react-native-reanimated2.4Likely human-written504TypeScript10,9702026-08-29View →
EricLBuehler/mistral.rs2.4Likely human-written1038Rust7,6342026-08-29View →
junit-team/junit-framework2.4Likely human-written72Java7,0432026-08-29View →
fleetdm/fleet2.4Likely human-written4113Go6,7892026-08-29View →
godotengine/godot-docs2.4Likely human-written12reStructuredText5,6682026-08-29View →
prest/prest2.4Likely human-written66Go4,6112026-08-29View →
GradleUp/shadow2.4Likely human-written10Kotlin4,2272026-08-29View →
facebookincubator/velox2.4Likely human-written3860C++4,2022026-08-29View →
dtolnay/cxx2.4Likely human-written74Rust6,8112026-08-29View →
MoonshotAI/kimi-code2.4Likely human-written1632TypeScript7,1342026-08-29View →
Waishnav/devspace2.4Likely human-written87TypeScript4,0952026-08-29View →
yihong0618/GitHubPoster2.4Likely human-written53Python1,8522026-08-29View →
arcsin1/oh-my-ppt2.4Likely human-written355TypeScript1,9112026-08-29View →
sub-store-org/Sub-Store2.4Likely human-written146JavaScript10,3632026-08-29View →
Immediate-Mode-UI/Nuklear2.4Likely human-written229C11,3592026-08-29View →
4gray/iptvnator2.4Likely human-written1267TypeScript6,9292026-08-29View →
VoltAgent/voltagent2.4Likely human-written611TypeScript10,4432026-08-29View →
langchain-ai/openwiki2.4Likely human-written332TypeScript15,7962026-08-29View →
baldurk/renderdoc2.4Likely human-written6131C++11,0332026-08-29View →
erincatto/box3d2.4Likely human-written396C6,1872026-08-29View →
KDE/heaptrack2.4Likely human-written93C++4,1552026-08-29View →
medplum/medplum2.4Likely human-written1513TypeScript2,6362026-08-29View →
xufuji456/FFmpegAndroid2.4Likely human-written238C5,8522026-08-29View →
StockSharp/StockSharp2.4Likely human-written2011C#10,6582026-08-29View →
libnoname/noname2.4Likely human-written215JavaScript4,9212026-08-29View →
unopim/unopim2.4Likely human-written767PHP10,8992026-08-29View →
go-git/go-git2.4Likely human-written360Go7,6862026-08-29View →
DataLinkDC/dinky2.4Likely human-written228Java3,7542026-08-29View →
hfiref0x/UACME2.4Likely human-written147C7,7722026-08-29View →
Pagefind/pagefind2.4Likely human-written138Rust5,4282026-08-29View →
hashicorp/raft2.4Likely human-written52Go9,1092026-08-29View →
AzureAD/microsoft-authentication-library-for-js2.4Likely human-written753TypeScript4,1162026-08-29View →
CherryHQ/cherry-studio-app2.4Likely human-written283TypeScript3,7612026-08-29View →
miroslavpejic85/mirotalksfu2.4Likely human-written114JavaScript3,0872026-08-29View →
alphacep/vosk-api2.4Likely human-written31Jupyter Notebook15,0832026-08-29View →
macro-inc/macro2.4Likely human-written3055Rust4,0952026-08-29View →
foobnix/LibreraReader2.4Likely human-written1291Java4,7472026-08-29View →
apify/apify-mcp-server2.4Likely human-written144TypeScript5,3192026-08-29View →
microsoft/Web-Dev-For-Beginners2.3Likely human-written1330JavaScript96,4842026-08-29View →
CorentinTh/it-tools2.3Likely human-written74Vue40,3892026-08-29View →
alibaba/nacos2.3Likely human-written566Java33,3182026-08-29View →
yewstack/yew2.3Likely human-written199Rust32,7892026-08-29View →
seaweedfs/seaweedfs2.3Likely human-written1444Go34,3342026-08-29View →
grafana/k62.3Likely human-written390Go31,3472026-08-29View →
warpdotdev/Warp2.3Likely human-written2937Rust64,6002026-08-29View →
HandBrake/HandBrake2.3Likely human-written580C24,2042026-08-29View →
google/zx2.3Likely human-written43JavaScript45,7072026-08-29View →
AppFlowy-IO/AppFlowy2.3Likely human-written872Dart76,0402026-08-29View →
AssemblyScript/assemblyscript2.3Likely human-written122WebAssembly17,9932026-08-29View →
libsdl-org/SDL2.3Likely human-written2397C16,4412026-08-29View →
coturn/coturn2.3Likely human-written178C14,3572026-08-29View →
vnotex/vnote2.3Likely human-written909C++12,9302026-08-29View →
sumatrapdfreader/sumatrapdf2.3Likely human-written4161C17,4232026-08-29View →
tikv/tikv2.3Likely human-written961Rust16,8182026-08-29View →
MatrixTM/MHDDoS2.3Likely human-written26Python16,6092026-08-29View →
gitleaks/gitleaks2.3Likely human-written50Go28,9962026-08-29View →
valeriansaliou/sonic2.3Likely human-written75Rust21,3222026-08-29View →
playcanvas/engine2.3Likely human-written292JavaScript16,5762026-08-29View →
xournalpp/xournalpp2.3Likely human-written237C++15,2972026-08-29View →
opentoonz/opentoonz2.3Likely human-written5086C++7,6462026-08-29View →
alchaincyf/nuwa-skill2.3Likely human-written60Python31,5952026-08-29View →
pluja/awesome-privacy2.3Likely human-written6Python19,6162026-08-29View →
firezone/firezone2.3Likely human-written332Elixir9,0452026-08-29View →
aoaostar/legado2.3Likely human-written1HTML6,1242026-08-29View →
zircote/swagger-php2.3Likely human-written179PHP5,3062026-08-29View →
langchain4j/langchain4j2.3Likely human-written383Java12,9732026-08-29View →
kata-containers/kata-containers2.3Likely human-written884Rust8,6182026-08-29View →
STranslate/STranslate2.3Likely human-written111C#7,8742026-08-29View →
OpenWebGAL/WebGAL2.3Likely human-written63TypeScript3,9402026-08-29View →
ArchiveTuneApp/ArchiveTune2.3Likely human-written103Kotlin5,3542026-08-29View →
Alvin9999-newpac/fanqiang2.3Likely human-written4Shell2,6942026-08-29View →
zereight/gitlab-mcp2.3Likely human-written172TypeScript1,9322026-08-29View →
alibaba/spring-ai-alibaba2.3Likely human-written254Java10,7392026-08-29View →
Freika/dawarich2.3Likely human-written451Ruby10,2192026-08-29View →
Asabeneh/30-Days-Of-Python2.3Likely human-written92Python72,1342026-08-29View →
Sylinko/Everywhere2.3Likely human-written290C#6,2522026-08-29View →
NomicFoundation/hardhat2.3Likely human-written533TypeScript8,5042026-08-29View →
opencontainers/runc2.3Likely human-written82Go13,4192026-08-29View →
chrxh/alien2.3Likely human-written275C++5,4932026-08-29View →
usesend/useSend2.3Likely human-written137TypeScript4,6422026-08-29View →
qt-creator/qt-creator2.3Likely human-written5414C++3,0662026-08-29View →
Ebullioscopic/Atoll2.3Likely human-written134Swift4,1192026-08-29View →
ikawrakow/ik_llama.cpp2.3Likely human-written1192C++3,1412026-08-29View →
Ji4n1ng/OpenInTerminal2.3Likely human-written17Swift6,9762026-08-29View →
rasbt/python-machine-learning-book2.3Likely human-written17Jupyter Notebook12,6442026-08-29View →
osrg/gobgp2.3Likely human-written413Go4,1042026-08-29View →
rukamori/ArchiveTune2.3Likely human-written103Kotlin5,3552026-08-29View →
flame-engine/flame2.3Likely human-written401Dart10,7332026-08-29View →
discord/discord-api-docs2.3Likely human-written14MDX6,4762026-08-29View →
open-pencil/open-pencil2.3Likely human-written600TypeScript8,0562026-08-29View →
rime/squirrel2.3Likely human-written10Swift6,3032026-08-29View →
rainmeter/rainmeter2.3Likely human-written1008C++5,9592026-08-29View →
buger/jsonparser2.3Likely human-written114Go5,6482026-08-29View →
knownsec/404StarLink2.3Likely human-written1311,1372026-08-29View →
svenstaro/miniserve2.3Likely human-written25Rust7,8222026-08-29View →
microsoft/msquic2.3Likely human-written600C4,7712026-08-29View →
microfeed/microfeed2.3Likely human-written239TypeScript4,0522026-08-29View →
microsoft/mcp2.3Likely human-written858C#3,6212026-08-29View →
simondankelmann/Bluetooth-LE-Spam2.3Likely human-written3Kotlin4,9022026-08-29View →
Rust-GCC/gccrs2.3Likely human-written20652C++2,9342026-08-29View →
visualfc/liteide2.3Likely human-written560C++7,7672026-08-29View →
google/error-prone2.3Likely human-written171Java7,2272026-08-29View →
bin456789/reinstall2.3Likely human-written42Shell12,8652026-08-29View →
Cisco-Talos/clamav2.3Likely human-written780C7,1822026-08-29View →
golang/mobile2.3Likely human-written131Go6,2112026-08-29View →
sampotts/plyr2.3Likely human-written10JavaScript29,9762026-08-29View →
twbs/bootstrap2.2Likely human-written171MDX174,6652026-08-29View →
farion1231/cc-switch2.2Likely human-written542Rust129,9022026-08-29View →
prisma/prisma2.2Likely human-written1319TypeScript47,5672026-08-29View →
babel/babel2.2Likely human-written509TypeScript43,9852026-08-29View →
moeru-ai/airi2.2Likely human-written1139TypeScript48,5292026-08-29View →
mpv-player/mpv2.2Likely human-written377C36,7202026-08-29View →
quasarframework/quasar2.2Likely human-written1071JavaScript27,2032026-08-29View →
BloopAI/vibe-kanban2.2Likely human-written474Rust27,9452026-08-29View →
libgdx/libgdx2.2Likely human-written1223Java25,3422026-08-29View →
gleam-lang/gleam2.2Likely human-written528Rust21,8312026-08-29View →
desktop/desktop2.2Likely human-written391TypeScript21,8002026-08-29View →
joshbuchea/HEAD2.2Likely human-written230,2612026-08-29View →
gravitational/teleport2.2Likely human-written4469Go20,8572026-08-29View →
frida/frida2.2Likely human-written11Meson21,7792026-08-29View →
upx/upx2.2Likely human-written537C++17,8222026-08-29View →
quarkusio/quarkus2.2Likely human-written674Java15,8542026-08-29View →
theonedev/onedev2.2Likely human-written216Java15,1972026-08-29View →
triggerdotdev/trigger.dev2.2Likely human-written1718TypeScript16,1512026-08-29View →
different-ai/openwork2.2Likely human-written2796TypeScript23,1572026-08-29View →
ardalis/CleanArchitecture2.2Likely human-written24C#18,4442026-08-29View →
vuejs/awesome-vue2.2Likely human-written273,5492026-08-29View →
louis-e/arnis2.2Likely human-written171Rust17,6582026-08-29View →
Augani/openreel-video2.2Likely human-written779TypeScript4,9332026-08-29View →
termux/termux-app2.2Likely human-written20Java59,9352026-08-29View →
TibixDev/winboat2.2Likely human-written8TypeScript22,5692026-08-29View →
umijs/umi2.2Likely human-written414TypeScript16,0402026-08-29View →
apollographql/apollo-server2.2Likely human-written100TypeScript13,9472026-08-29View →
d2phap/ImageGlass2.2Likely human-written376C#14,1882026-08-29View →
zealdocs/zeal2.2Likely human-written170C++12,7812026-08-29View →
GitoxideLabs/gitoxide2.2Likely human-written985Rust11,8832026-08-29View →
dotnet/BenchmarkDotNet2.2Likely human-written163C#11,4852026-08-29View →
wix/react-native-navigation2.2Likely human-written87MDX13,1762026-08-29View →
GoogleChromeLabs/squoosh2.2Likely human-written47TypeScript25,7552026-08-29View →
kubernetes-sigs/kind2.2Likely human-written70Go15,4512026-08-29View →
longbridge/gpui-component2.2Likely human-written628Rust13,5862026-08-29View →
gcc-mirror/gcc2.2Likely human-written19132C++11,1952026-08-29View →
getsentry/sentry-javascript2.2Likely human-written1286TypeScript8,7272026-08-29View →
Project-OSRM/osrm-backend2.2Likely human-written339C++8,0222026-08-29View →
logancyang/obsidian-copilot2.2Likely human-written529TypeScript7,6422026-08-29View →
web-platform-tests/wpt2.2Likely human-written20550HTML6,1242026-08-29View →
helmfile/helmfile2.2Likely human-written137Go5,1822026-08-29View →
dotnet/AspNetCore.Docs2.2Likely human-written1045C#13,1352026-08-29View →
pipipi-pikachu/PPTist2.2Likely human-written17Vue9,2802026-08-29View →
mrkai77/Loop2.2Likely human-written45Swift11,4542026-08-29View →
vicinaehq/vicinae2.2Likely human-written282C++9,2122026-08-29View →
rancher-sandbox/rancher-desktop2.2Likely human-written280TypeScript7,3052026-08-29View →
apache/maven2.2Likely human-written173Java5,3242026-08-29View →
diasurgical/DevilutionX2.2Likely human-written403C++9,7072026-08-29View →
loomio/loomio2.2Likely human-written322Ruby2,5922026-08-29View →
crbnos/carbon2.2Likely human-written1791TypeScript2,3842026-08-29View →
Fluorohydride/ygopro2.2Likely human-written118C++2,0492026-08-29View →
cemu-project/Cemu2.2Likely human-written1187C++9,7632026-08-29View →
hashicorp/go-plugin2.2Likely human-written30Go6,0752026-08-29View →
ronitsingh10/FineTune2.2Likely human-written69Swift8,9872026-08-29View →
prometheus-community/helm-charts2.2Likely human-written482Mustache6,1812026-08-29View →
jenkins-x/jx2.2Likely human-written14Go4,6912026-08-29View →
DynamoRIO/dynamorio2.2Likely human-written2111C3,1472026-08-29View →
Dash-Industry-Forum/dash.js2.2Likely human-written351JavaScript5,5432026-08-29View →
ConardLi/garden-skills2.2Likely human-written84CSS11,5892026-08-29View →
spencermountain/compromise2.2Likely human-written151JavaScript12,1492026-08-29View →
openzfs/zfs2.2Likely human-written1473C12,4222026-08-29View →
agegr/pi-web2.2Likely human-written116TypeScript5,5382026-08-29View →
alibaba/fastjson2.2Likely human-written114Java25,5992026-08-29View →
MessagePack-CSharp/MessagePack-CSharp2.2Likely human-written177C#6,7742026-08-29View →
zeldaret/oot2.2Likely human-written1496C5,4902026-08-29View →
oramasearch/orama2.2Likely human-written136TypeScript10,5372026-08-29View →
MrNeRF/awesome-3D-gaussian-splatting2.2Likely human-written37Python8,8412026-08-29View →
winboat-org/winboat2.2Likely human-written8TypeScript22,5742026-08-29View →
Qloapps/QloApps2.2Likely human-written1680PHP14,2822026-08-29View →
chef/bento2.2Likely human-written16HCL4,4472026-08-29View →
ddev/ddev2.2Likely human-written284Go3,8152026-08-29View →
go-musicfox/go-musicfox2.2Likely human-written97Go2,5312026-08-29View →
libevent/libevent2.2Likely human-written228C11,9432026-08-29View →
prisma/orm2.2Likely human-written1319TypeScript47,5692026-08-29View →
rustdesk/rustdesk2.1Likely human-written344Rust122,0292026-08-29View →
mui/material-ui2.1Likely human-written835JavaScript98,9542026-08-29View →
facebook/docusaurus2.1Likely human-written387TypeScript66,1152026-08-29View →
JetBrains/kotlin2.1Likely human-written4333Kotlin53,3612026-08-29View →
huginn/huginn2.1Likely human-written94Ruby49,8602026-08-29View →
bigskysoftware/htmx2.1Likely human-written54JavaScript49,0342026-08-29View →
serverless/serverless2.1Likely human-written408JavaScript46,9172026-08-29View →
iina/iina2.1Likely human-written180Swift46,1202026-08-29View →
halo-dev/halo2.1Likely human-written522Java39,6342026-08-29View →
eugenp/tutorials2.1Likely human-written1413Java37,3292026-08-29View →
pbatard/rufus2.1Likely human-written430C37,4562026-08-29View →
GyulyVGC/sniffnet2.1Likely human-written93Rust40,9232026-08-29View →
GitbookIO/gitbook2.1Likely human-written233TypeScript29,0172026-08-29View →
fyne-io/fyne2.1Likely human-written309Go28,6442026-08-29View →
better-auth/better-auth2.1Likely human-written840TypeScript29,7422026-08-29View →
simstudioai/sim2.1Likely human-written5950TypeScript29,4862026-08-29View →
anomalyco/sst2.1Likely human-written215TypeScript26,2662026-08-29View →
gitlabhq/gitlabhq2.1Likely human-written10604Ruby24,5452026-08-29View →
osquery/osquery2.1Likely human-written539C++23,5262026-08-29View →
pocketbase/pocketbase2.1Likely human-written273Go60,8642026-08-29View →
facebook/zstd2.1Likely human-written302C27,6432026-08-29View →
xtermjs/xterm.js2.1Likely human-written97TypeScript21,1012026-08-29View →
Orange-OpenSource/hurl2.1Likely human-written248Rust19,1632026-08-29View →
CesiumGS/cesium2.1Likely human-written1047JavaScript15,6202026-08-29View →
pinpoint-apm/pinpoint2.1Likely human-written235Java13,8612026-08-29View →
OrcaSlicer/OrcaSlicer2.1Likely human-written5249C++15,5142026-08-29View →
OpenHub-Store/GitHub-Store2.1Likely human-written41Kotlin18,0242026-08-29View →
lyswhut/lx-music-mobile2.1Likely human-written170TypeScript18,0032026-08-29View →
openai/symphony2.1Likely human-written10Elixir26,9142026-08-29View →
facebook/infer2.1Likely human-written560OCaml15,6932026-08-29View →
ionic-team/capacitor2.1Likely human-written76TypeScript16,4112026-08-29View →
plantuml/plantuml2.1Likely human-written558Java13,2772026-08-29View →
kurikomi-labs/komi-store2.1Likely human-written41Kotlin18,0262026-08-29View →
haiwen/seafile2.1Likely human-written113C15,1782026-08-29View →
ShiqiYu/libfacedetection2.1Likely human-written77C++12,7842026-08-29View →
kubernetes-sigs/kustomize2.1Likely human-written403Go12,1472026-08-29View →
fastrepl/anarlog2.1Likely human-written1267TypeScript9,1912026-08-29View →
OpenMW/openmw2.1Likely human-written1222C++6,5302026-08-29View →
apache/incubator-kie-drools2.1Likely human-written1092Java6,3082026-08-29View →
mostlygeek/llama-swap2.1Likely human-written88Go5,5022026-08-29View →
imroc/req2.1Likely human-written78Go4,8552026-08-29View →
Chocobozzz/PeerTube2.1Likely human-written778TypeScript15,2832026-08-29View →
fluent/fluent-bit2.1Likely human-written5552C8,0662026-08-29View →
mcmonkeyprojects/SwarmUI2.1Likely human-written108C#4,5112026-08-29View →
cloudflare/workers-sdk2.1Likely human-written1195TypeScript4,4872026-08-29View →
retorquere/zotero-better-bibtex2.1Likely human-written131TypeScript7,0662026-08-29View →
nextlevelbuilder/goclaw2.1Likely human-written1072Go3,5742026-08-29View →
RunMaestro/Maestro2.1Likely human-written1574TypeScript3,2842026-08-29View →
AvenCores/goida-vpn-configs2.1Likely human-written33Python2,8032026-08-29View →
supabase/cli2.1Likely human-written1085TypeScript2,4022026-08-29View →
meshtastic/meshtastic2.1Likely human-written47TypeScript2,1382026-08-29View →
plateaukao/einkbro2.1Likely human-written116Kotlin2,0022026-08-29View →
simh/simh2.1Likely human-written2419C1,8772026-08-29View →
katspaugh/wavesurfer.js2.1Likely human-written65TypeScript10,3902026-08-29View →
ethereum-optimism/optimism2.1Likely human-written1233Go6,4672026-08-29View →
tambo-ai/tambo2.1Likely human-written367TypeScript11,1702026-08-29View →
Facepunch/sbox-public2.1Likely human-written1618C#6,4252026-08-29View →
fzyzcjy/flutter_rust_bridge2.1Likely human-written697Dart5,3872026-08-29View →
GAM-team/GAM2.1Likely human-written159Python4,2892026-08-29View →
ztxz16/fastllm2.1Likely human-written1858C++4,9462026-08-29View →
ron-rs/ron2.1Likely human-written42Rust4,0002026-08-29View →
hashicorp/terraform-provider-google2.1Likely human-written4768Go2,6422026-08-29View →
HiEventsDev/Hi.Events2.1Likely human-written481PHP4,0022026-08-29View →
jedisct1/libsodium2.1Likely human-written160C13,9192026-08-29View →
sz3/libcimbar2.1Likely human-written303C++6,4292026-08-29View →
HenryNdubuaku/maths-cs-ai-compendium2.1Likely human-written36TypeScript7,3782026-08-29View →
mackron/miniaudio2.1Likely human-written102C7,2002026-08-29View →
MrGlockenspiel/activate-linux2.1Likely human-written8C5,9322026-08-29View →
ChrisTitusTech/linutil2.1Likely human-written26Shell5,2342026-08-29View →
OffchainLabs/prysm2.1Likely human-written987Go3,7762026-08-29View →
love2d/love2.1Likely human-written1288C++8,6602026-08-29View →
gz-yami/mall4j2.1Likely human-written29JavaScript5,2252026-08-29View →
super-linter/super-linter2.1Likely human-written86Shell10,5652026-08-29View →
sebastianbergmann/php-text-template2.1Likely human-written3PHP7,4262026-08-29View →
hashcat/hashcat2.1Likely human-written1211C26,6472026-08-29View →
microsoft/edit2.1Likely human-written76Rust14,5122026-08-29View →
Tencent/Hippy2.1Likely human-written626C++8,5592026-08-29View →
nodeca/js-yaml2.1Likely human-written30TypeScript6,6282026-08-29View →
dsherret/ts-morph2.1Likely human-written279TypeScript6,1662026-08-29View →
chrisleekr/binance-trading-bot2.1Likely human-written662TypeScript5,5472026-08-29View →
github/gh-stack2.1Likely human-written73Go1,3972026-08-29View →
cloudflare/computer2.1Likely human-written325TypeScript8,8152026-08-29View →
apache/incubator-kie2.1Likely human-written1092Java6,3082026-08-29View →
facebook/igl2.1Likely human-written473C++3,2292026-08-29View →
easzlab/kubeasz2.1Likely human-written119Jinja11,4152026-08-29View →
mtkennerly/ludusavi2.1Likely human-written47Rust6,1982026-08-29View →
Vanessa219/vditor2.1Likely human-written25TypeScript11,2702026-08-29View →
namidaco/namida2.1Likely human-written189Dart6,3082026-08-29View →
SoftEtherVPN/SoftEtherVPN2.1Likely human-written1297C13,5102026-08-29View →
deepseek-ai/deepseek-harness2.1Likely human-written2033TypeScript202,8892026-08-29View →
isadorasophia/murder2.1Likely human-written159C#3,3162026-08-29View →
sj26/mailcatcher2.1Likely human-written11Ruby6,7782026-08-29View →
mahlernim/google-timeline-visualizer2.1Likely human-written108Kotlin2,9172026-08-29View →
thephpleague/flysystem2.1Likely human-written52PHP13,5862026-08-29View →
microsoft/vscode2.0Likely human-written6919TypeScript189,7482026-08-29View →
Genymobile/scrcpy2.0Likely human-written62C148,4292026-08-29View →
microsoft/playwright2.0Likely human-written1228TypeScript95,2992026-08-29View →
expo/expo2.0Likely human-written2804TypeScript51,8692026-08-29View →
usebruno/bruno2.0Likely human-written266JavaScript46,6122026-08-29View →
jqlang/jq2.0Likely human-written116C35,5032026-08-29View →
remix-run/remix2.0Likely human-written587TypeScript33,3302026-08-29View →
authelia/authelia2.0Likely human-written447Go28,7292026-08-29View →
SillyTavern/SillyTavern2.0Likely human-written463JavaScript32,7632026-08-29View →
grpc/grpc-go2.0Likely human-written654Go23,0412026-08-29View →
eyaltoledano/claude-task-master2.0Likely human-written291JavaScript28,0312026-08-29View →
elastic/kibana2.0Likely human-written14304TypeScript21,2692026-08-29View →
lima-vm/lima2.0Likely human-written163Go21,7792026-08-29View →
apache/shardingsphere2.0Likely human-written1490Java20,7902026-08-29View →
jarrodwatts/claude-hud2.0Likely human-written59JavaScript27,7092026-08-29View →
readest/readest2.0Likely human-written741TypeScript23,8362026-08-29View →
parcel-bundler/parcel2.0Likely human-written419JavaScript44,0232026-08-29View →
lionsoul2014/ip2region2.0Likely human-written58Go19,4802026-08-29View →
super-productivity/super-productivity2.0Likely human-written1139TypeScript21,6442026-08-29View →
Kilo-Org/kilocode2.0Likely human-written1108TypeScript27,0542026-08-29View →
ppy/osu2.0Likely human-written926C#18,9442026-08-29View →
rqlite/rqlite2.0Likely human-written126Go17,7112026-08-29View →
tigerbeetle/tigerbeetle2.0Likely human-written139Zig16,9172026-08-29View →
jupyterlab/jupyterlab2.0Likely human-written364TypeScript15,2752026-08-29View →
benbjohnson/litestream2.0Likely human-written150Go14,3172026-08-29View →
FreeRDP/FreeRDP2.0Likely human-written1564C13,6112026-08-29View →
darktable-org/darktable2.0Likely human-written993C12,9972026-08-29View →
bytedance/UI-TARS-desktop2.0Likely human-written258TypeScript38,7362026-08-29View →
exaloop/codon2.0Likely human-written148Python16,8362026-08-29View →
agarrharr/awesome-cli-apps2.0Likely human-written1Shell20,2732026-08-29View →
google/libphonenumber2.0Likely human-written606C++18,2412026-08-29View →
yikart/AiToEarn2.0Likely human-written651TypeScript25,4122026-08-29View →
rust-lang/cargo2.0Likely human-written712Rust15,4412026-08-29View →
debezium/debezium2.0Likely human-written304Java13,0542026-08-29View →
keplergl/kepler.gl2.0Likely human-written476TypeScript11,9892026-08-29View →
philc/vimium2.0Likely human-written48JavaScript26,8132026-08-29View →
avwo/whistle2.0Likely human-written37JavaScript15,6672026-08-29View →
VERT-sh/VERT2.0Likely human-written33Svelte15,4162026-08-29View →
bol-van/zapret2.0Likely human-written101C16,0612026-08-29View →
git-lfs/git-lfs2.0Likely human-written132Go14,4492026-08-29View →
cfug/dio2.0Likely human-written64Dart12,8402026-08-29View →
KDE/krita2.0Likely human-written1664C++10,2752026-08-29View →
Stellarium/stellarium2.0Likely human-written1368C++9,9052026-08-29View →
thesysdev/openui2.0Likely human-written380TypeScript8,4802026-08-29View →
facebook/redex2.0Likely human-written958C++6,3002026-08-29View →
apache/camel2.0Likely human-written1677Java6,3042026-08-29View →
vikejs/vike2.0Likely human-written258TypeScript5,8192026-08-29View →
RaspAP/raspap-webgui2.0Likely human-written49PHP5,2162026-08-29View →
TableProApp/TablePro2.0Likely human-written1134Swift5,5762026-08-29View →
oclif/oclif2.0Likely human-written7TypeScript9,5842026-08-29View →
ashishb/android-security-awesome2.0Likely human-written1Makefile9,6482026-08-29View →
simplex-chat/simplex-chat2.0Likely human-written473Haskell19,3322026-08-29View →
facebook/astryx2.0Likely human-written790TypeScript12,5572026-08-29View →
mailcow/mailcow-dockerized2.0Likely human-written175JavaScript13,3372026-08-29View →
evershopcommerce/evershop2.0Likely human-written402TypeScript10,4282026-08-29View →
ogx-ai/ogx2.0Likely human-written6799Python8,4192026-08-29View →
FxEmbed/FxEmbed2.0Likely human-written131TypeScript4,9542026-08-29View →
86Box/86Box2.0Likely human-written2131C4,7472026-08-29View →
Aleksoid1978/MPC-BE2.0Likely human-written3553C4,4292026-08-29View →
IntersectMBO/cardano-node2.0Likely human-written160Haskell3,1772026-08-29View →
edde746/plezy2.0Likely human-written1229Dart3,3312026-08-29View →
zhlynn/zsign2.0Likely human-written88C++1,8482026-08-29View →
tinode/chat2.0Likely human-written126Go13,4732026-08-29View →
merbanan/rtl_4332.0Likely human-written255C7,6832026-08-29View →
vespa-engine/vespa2.0Likely human-written1772Java7,0732026-08-29View →
actions/runner2.0Likely human-written283C#6,2182026-08-29View →
SmartlyDressedGames/U3-SDK2.0Likely human-written784C#3,7202026-08-29View →
zxlie/FeHelper2.0Likely human-written112JavaScript5,6582026-08-29View →
OpenWhispr/openwhispr2.0Likely human-written545JavaScript5,8192026-08-29View →
smoltcp-rs/smoltcp2.0Likely human-written126Rust4,5792026-08-29View →
coderbruis/JavaSourceCodeLearning2.0Likely human-written30Java3,7622026-08-29View →
geekjourneyx/md2wechat-skill2.0Likely human-written42Go3,6012026-08-29View →
rilldata/rill2.0Likely human-written1111Go2,8512026-08-29View →
rootsongjc/awesome-cloud-native2.0Likely human-written6HTML2,4402026-08-29View →
telemt/telemt2.0Likely human-written205Rust5,6312026-08-29View →
probot/probot2.0Likely human-written10TypeScript9,5962026-08-29View →
rajnandan1/kener2.0Likely human-written111Svelte5,1332026-08-29View →
heyform/heyform2.0Likely human-written212TypeScript8,9512026-08-29View →
supabase/realtime2.0Likely human-written21Elixir7,6252026-08-29View →
mui/mui-x2.0Likely human-written2182TypeScript5,8392026-08-29View →
openai/tart2.0Likely human-written21Swift6,6062026-08-29View →
clidey/whodb2.0Likely human-written640Go5,0172026-08-29View →
spieglt/FlyingCarpet2.0Likely human-written56Rust5,3122026-08-29View →
CISOfy/lynis2.0Likely human-written5Shell16,2522026-08-29View →
etcd-io/bbolt2.0Likely human-written41Go9,7062026-08-29View →
YiiGuxing/TranslationPlugin2.0Likely human-written15Kotlin11,8302026-08-29View →
robinebers/openusage2.0Likely human-written139Swift3,9412026-08-29View →
snyk/cli2.0Likely human-written424TypeScript5,6512026-08-29View →
lukevella/rallly2.0Likely human-written177TypeScript5,2312026-08-29View →
statamic/cms2.0Likely human-written980PHP4,8792026-08-29View →
headwaymaps/headway2.0Likely human-written61Rust2,9922026-08-29View →
oschwald/geoip2-golang2.0Likely human-written12Go2,3322026-08-29View →
scala/scala2.0Likely human-written674Scala14,5702026-08-29View →
burrowers/garble2.0Likely human-written37Go5,6632026-08-29View →
rime/weasel2.0Likely human-written157C++7,8972026-08-29View →
PhilippC/keepass2android2.0Likely human-written523C#6,2062026-08-29View →
tildearrow/furnace2.0Likely human-written3995C++3,8042026-08-29View →
bryanthaboi/gen1recomp2.0Likely human-written5201C3,4312026-08-29View →
microsoft/GSL2.0Likely human-written17C++6,7122026-08-29View →
DustinBrett/daedalOS2.0Likely human-written173JavaScript13,0242026-08-29View →
cantino/mcfly2.0Likely human-written8Rust7,7822026-08-29View →
gopasspw/gopass2.0Likely human-written104Go7,1102026-08-29View →
jaywcjlove/awesome-mac1.9Likely human-written5Swift112,0022026-08-29View →
neovim/neovim1.9Likely human-written1744Vim Script101,9992026-08-29View →
mermaid-js/mermaid1.9Likely human-written329TypeScript89,9722026-08-29View →
Eugeny/tabby1.9Likely human-written20TypeScript74,1992026-08-29View →
git/git1.9Likely human-written1096C62,8422026-08-29View →
starship/starship1.9Likely human-written113Rust59,6412026-08-29View →
discourse/discourse1.9Likely human-written4255Ruby47,7492026-08-29View →
tmux/tmux1.9Likely human-written145C48,8782026-08-29View →
curl/curl1.9Likely human-written768C42,7052026-08-29View →
asgeirtj/system_prompts_leaks1.9Likely human-written201JavaScript63,7412026-08-29View →
danny-avila/LibreChat1.9Likely human-written1943TypeScript42,5632026-08-29View →
refined-github/refined-github1.9Likely human-written68TypeScript32,0012026-08-29View →
XIU2/TrackersListCollection1.9Likely human-written132,0402026-08-29View →
marmelab/react-admin1.9Likely human-written488TypeScript26,9152026-08-29View →
actualbudget/actual1.9Likely human-written478TypeScript28,4202026-08-29View →
sqlitebrowser/sqlitebrowser1.9Likely human-written941C++24,5372026-08-29View →
react-bootstrap/react-bootstrap1.9Likely human-written65TypeScript22,6102026-08-29View →
bumptech/glide1.9Likely human-written31Java35,0252026-08-29View →
dromara/Sa-Token1.9Likely human-written114Java19,0132026-08-29View →
goreleaser/goreleaser1.9Likely human-written262Go16,0062026-08-29View →
Jackett/Jackett1.9Likely human-written118C#15,9712026-08-29View →
organicmaps/organicmaps1.9Likely human-written2439C++15,2352026-08-29View →
mobile-dev-inc/Maestro1.9Likely human-written83Kotlin15,4482026-08-29View →
rabbitmq/rabbitmq-server1.9Likely human-written239JavaScript13,8202026-08-29View →
ClementTsang/bottom1.9Likely human-written112Rust13,9462026-08-29View →
kubesphere/kubesphere1.9Likely human-written243Go17,0332026-08-29View →
sindresorhus/awesome-nodejs1.9Likely human-written166,6412026-08-29View →
antonmedv/fx1.9Likely human-written18Go20,6022026-08-29View →
reduxjs/reselect1.9Likely human-written33TypeScript19,0192026-08-29View →
dgraph-io/badger1.9Likely human-written67Go15,7612026-08-29View →
Heroic-Games-Launcher/HeroicGamesLauncher1.9Likely human-written316TypeScript12,0802026-08-29View →
apereo/cas1.9Likely human-written1011Java11,3612026-08-29View →
wandb/openui1.9Likely human-written49TypeScript22,5212026-08-29View →
ZLMediaKit/ZLMediaKit1.9Likely human-written276C++17,4642026-08-29View →
M2Team/NanaZip1.9Likely human-written1432C++15,3432026-08-29View →
IceWhaleTech/CasaOS1.9Likely human-written29Go37,1502026-08-29View →
HackTricks-wiki/hacktricks1.9Likely human-written199CSS12,1832026-08-29View →
owncast/owncast1.9Likely human-written345Go11,4782026-08-29View →
AutoMQ/automq1.9Likely human-written1619Java10,5842026-08-29View →
AssetRipper/AssetRipper1.9Likely human-written127C#8,2132026-08-29View →
217heidai/adblockfilters1.9Likely human-written245Python7,4662026-08-29View →
crosspoint-reader/crosspoint-reader1.9Likely human-written462C7,4002026-08-29View →
beclab/Olares1.9Likely human-written2123Go5,2432026-08-29View →
odin-lang/Odin1.9Likely human-written293Odin11,8022026-08-29View →
helmetjs/helmet1.9Likely human-written23TypeScript10,7292026-08-29View →
gruntwork-io/terragrunt1.9Likely human-written369Go9,8092026-08-29View →
zyronon/TypeWords1.9Likely human-written100Vue9,0202026-08-29View →
OrchardCMS/OrchardCore1.9Likely human-written1219C#8,1692026-08-29View →
vladelaina/Catime1.9Likely human-written236C4,7122026-08-29View →
homarr-labs/homarr1.9Likely human-written645TypeScript4,6192026-08-29View →
kubernetes/test-infra1.9Likely human-written537Go4,0172026-08-29View →
SteamClientHomebrew/Millennium1.9Likely human-written307C++4,2422026-08-29View →
apache/iotdb1.9Likely human-written1386Java6,3842026-08-29View →
huntabyte/bits-ui1.9Likely human-written111TypeScript3,5112026-08-29View →
Difegue/LANraragi1.9Likely human-written65Perl3,0892026-08-29View →
WalletWasabi/WalletWasabi1.9Likely human-written151C#2,6032026-08-29View →
chhoumann/quickadd1.9Likely human-written333TypeScript2,3452026-08-29View →
Lingyan000/fluxdo1.9Likely human-written513Dart2,3002026-08-29View →
codedogQBY/ReadAny1.9Likely human-written381TypeScript2,2792026-08-29View →
loft-sh/vcluster1.9Likely human-written93Go11,2782026-08-29View →
PRQL/prql1.9Likely human-written110Rust10,9032026-08-29View →
bitnami/sealed-secrets1.9Likely human-written43Go9,2622026-08-29View →
garethgeorge/backrest1.9Likely human-written98TypeScript7,2272026-08-29View →
detekt/detekt1.9Likely human-written74MDX7,0352026-08-29View →
rcourtman/Pulse1.9Likely human-written3755Go6,6332026-08-29View →
fabiolb/fabio1.9Likely human-written31Go7,3382026-08-29View →
useplunk/plunk1.9Likely human-written141TypeScript5,4062026-08-29View →
DPDK/dpdk1.9Likely human-written6943C4,3972026-08-29View →
PrivateBin/PrivateBin1.9Likely human-written85PHP8,5742026-08-29View →
go-sql-driver/mysql1.9Likely human-written25Go15,2722026-08-29View →
phpseclib/phpseclib1.9Likely human-written155PHP5,5852026-08-29View →
tectonic-typesetting/tectonic1.9Likely human-written345C5,0712026-08-29View →
superplanehq/superplane1.9Likely human-written1697Go5,5512026-08-29View →
lief-project/LIEF1.9Likely human-written773C++5,5502026-08-29View →
opentrack/opentrack1.9Likely human-written130C++5,0792026-08-29View →
SaschaWillems/Vulkan1.9Likely human-written364GLSL12,1302026-08-29View →
metallb/metallb1.9Likely human-written179Go8,3322026-08-29View →
facebook/memlab1.9Likely human-written220TypeScript5,0332026-08-29View →
vuejs/create-vue1.9Likely human-written17Vue4,3952026-08-29View →
JingMatrix/Vector1.9Likely human-written76Kotlin12,2582026-08-29View →
microsoft/SandDance1.9Likely human-written321TypeScript7,1432026-08-29View →
davidjerleke/embla-carousel1.9Likely human-written150TypeScript8,3992026-08-29View →
3proxy/3proxy1.9Likely human-written67C5,4262026-08-29View →
windingwind/zotero-pdf-translate1.9Likely human-written18TypeScript11,6502026-08-29View →
lingodotdev/lingo.dev1.9Likely human-written148TypeScript5,4062026-08-29View →
TigerVNC/tigervnc1.9Likely human-written251C++7,4272026-08-29View →
mcmilk/7-Zip-zstd1.9Likely human-written985C7,3142026-08-29View →
safing/portmaster1.9Likely human-written278Go13,6252026-08-29View →
kirillzyusko/react-native-keyboard-controller1.9Likely human-written95TypeScript3,7052026-08-29View →
dohooo/react-native-reanimated-carousel1.9Likely human-written26TypeScript3,4292026-08-29View →
Anarios/return-youtube-dislike1.9Likely human-written66JavaScript13,7212026-08-29View →
cloudflare/cloudflare-os1.9Likely human-written658TypeScript9,3532026-08-29View →
mayswind/ezbookkeeping1.9Likely human-written624Go5,4872026-08-29View →
jeremyevans/rodauth1.9Likely human-written71Ruby1,9202026-08-29View →
senzhk/ADBKeyBoard1.9Likely human-written1Java1,9422026-08-29View →
jtroo/kanata1.9Likely human-written113Rust7,8132026-08-29View →
marcel-dempers/docker-development-youtube-series1.9Likely human-written496Go5,8102026-08-29View →
biliup/biliup1.9Likely human-written109Rust5,3842026-08-29View →
nalgeon/sqlean1.9Likely human-written180C4,3672026-08-29View →
smtg-ai/claude-squad1.9Likely human-written15Go8,3902026-08-29View →
petergyang/no-ai-slop1.9Likely human-written1Python6,6502026-09-02View →
denoland/deno1.8Likely human-written2390Rust108,3342026-08-29View →
spring-projects/spring-boot1.8Likely human-written255Java81,3732026-08-29View →
meilisearch/meilisearch1.8Likely human-written431Rust59,1132026-08-29View →
x64dbg/x64dbg1.8Likely human-written427C++49,3362026-08-29View →
isocpp/CppCoreGuidelines1.8Likely human-written79CSS45,2802026-08-29View →
meteor/meteor1.8Likely human-written774JavaScript44,8132026-08-29View →
trpc/trpc1.8Likely human-written104TypeScript40,5542026-08-29View →
badlogic/pi-mono1.8Likely human-written523TypeScript98,7092026-08-29View →
ShareX/ShareX1.8Likely human-written276C#39,3512026-08-29View →
gchq/CyberChef1.8Likely human-written26JavaScript35,6882026-08-29View →
apache/kafka1.8Likely human-written1648Java33,6392026-08-29View →
shadps4-emu/shadPS41.8Likely human-written505C++32,6752026-08-29View →
discordjs/discord.js1.8Likely human-written119TypeScript26,8032026-08-29View →
RooCodeInc/Roo-Code1.8Likely human-written502TypeScript24,3222026-08-29View →
charmbracelet/crush1.8Likely human-written245Go27,7592026-08-29View →
openjdk/jdk1.8Likely human-written13754Java23,2782026-08-29View →
nocobase/nocobase1.8Likely human-written4277TypeScript23,9102026-08-29View →
handsontable/handsontable1.8Likely human-written1098JavaScript22,0302026-08-29View →
teableio/teable1.8Likely human-written815TypeScript21,7312026-08-29View →
FreeTubeApp/FreeTube1.8Likely human-written241Vue21,7912026-08-29View →
pgvector/pgvector1.8Likely human-written42C22,8012026-08-29View →
astral-sh/ty1.8Likely human-written23Python19,5752026-08-29View →
reactos/reactos1.8Likely human-written18712C17,9742026-08-29View →
languagetool-org/languagetool1.8Likely human-written1021Java14,8862026-08-29View →
coder/coder1.8Likely human-written1618Go14,2892026-08-29View →
erlang/otp1.8Likely human-written2522Erlang12,3402026-08-29View →
open-ani/animeko1.8Likely human-written256Kotlin19,8162026-08-29View →
huggingface/transformers.js1.8Likely human-written76JavaScript16,2772026-08-29View →
yorukot/superfile1.8Likely human-written72Go22,9442026-08-29View →
vxcontrol/pentagi1.8Likely human-written509Go22,1262026-08-29View →
algerkong/AlgerMusicPlayer1.8Likely human-written56Vue16,5362026-08-29View →
google/material-design-lite1.8Likely human-written46HTML32,1912026-08-29View →
docusealco/docuseal1.8Likely human-written243Ruby18,3972026-08-29View →
earendil-works/pi1.8Likely human-written523TypeScript98,7502026-08-29View →
uNetworking/uWebSockets1.8Likely human-written18C++18,9672026-08-29View →
rowboatlabs/rowboat1.8Likely human-written492TypeScript17,4362026-08-29View →
luanti-org/luanti1.8Likely human-written716C++13,5162026-08-29View →
get-convex/convex-backend1.8Likely human-written960TypeScript12,4442026-08-29View →
tmux-plugins/tpm1.8Likely human-written1Shell15,0292026-08-29View →
drogonframework/drogon1.8Likely human-written79C++14,2202026-08-29View →
h2o/h2o1.8Likely human-written755C11,5412026-08-29View →
stenzek/duckstation1.8Likely human-written2312C++10,5892026-08-29View →
throneproj/Throne1.8Likely human-written293C++6,9252026-08-29View →
anomalyco/models.dev1.8Likely human-written241TypeScript6,6362026-08-29View →
grafana/pyroscope1.8Likely human-written520Go11,6422026-08-29View →
securego/gosec1.8Likely human-written84Go8,9352026-08-29View →
velero-io/velero1.8Likely human-written616Go10,2582026-08-29View →
roc-lang/roc1.8Likely human-written193Zig6,0152026-08-29View →
RamonUnch/AltSnap1.8Likely human-written47C5,1692026-08-29View →
GDRETools/gdsdecomp1.8Likely human-written496C++4,1282026-08-29View →
File-New-Project/EarTrumpet1.8Likely human-written18C#11,3262026-08-29View →
mustbeperfect/definitive-opensource1.8Likely human-written25Python3,3962026-08-29View →
qt/qtbase1.8Likely human-written7466C++3,0682026-08-29View →
LagrangeDev/Lagrange.Core1.8Likely human-written29C#2,9732026-08-29View →
DebugSwift/DebugSwift1.8Likely human-written89Swift2,3862026-08-29View →
CrossPaste/crosspaste-desktop1.8Likely human-written129Kotlin2,4832026-08-29View →
duongductrong/Snapzy1.8Likely human-written197Swift2,8822026-08-29View →
JetBrains/JetBrainsRuntime1.8Likely human-written13930Java1,9562026-08-29View →
spinframework/spin1.8Likely human-written169Rust6,5052026-08-29View →
a-ghorbani/pocketpal-ai1.8Likely human-written328TypeScript8,1032026-08-29View →
crossplane/crossplane1.8Likely human-written246Go11,9862026-08-29View →
tboox/tbox1.8Likely human-written328C5,1212026-08-29View →
ihhub/fheroes21.8Likely human-written419C++3,4512026-08-29View →
Botspot/pi-apps1.8Likely human-written5Shell2,7942026-08-29View →
goofychris/art-template1.8Likely human-written13JavaScript9,8502026-08-29View →
baidu/dperf1.8Likely human-written27C5,6012026-08-29View →
gitify-app/gitify1.8Likely human-written97TypeScript5,3352026-08-29View →
yinggaozhen/awesome-go-cn1.8Likely human-written45,2302026-08-29View →
cloud-hypervisor/cloud-hypervisor1.8Likely human-written360Rust6,1572026-08-29View →
htop-dev/htop1.8Likely human-written88C8,2892026-08-29View →
cordx56/rustowl1.8Likely human-written28Rust5,1992026-08-29View →
bruin-data/ingestr1.8Likely human-written385Go3,9102026-08-29View →
TheBoredTeam/boring.notch1.8Likely human-written31Swift10,5152026-08-29View →
dogecoin/dogecoin1.8Likely human-written823C++15,2612026-08-29View →
sockjs/sockjs-client1.8Likely human-written21JavaScript8,5062026-08-29View →
shelljs/shelljs1.8Likely human-written37JavaScript14,3992026-08-29View →
nissl-lab/npoi1.8Likely human-written1239C#6,1972026-08-29View →
cloudwego/hertz1.8Likely human-written157Go7,3512026-08-29View →
blacktop/ipsw1.8Likely human-written396Go3,6742026-08-29View →
DS-Homebrew/TWiLightMenu1.8Likely human-written422C++4,0592026-08-29View →
Mesh2Motion/mesh2motion-app1.8Likely human-written37TypeScript3,1872026-08-29View →
MetaMask/metamask-mobile1.8Likely human-written3120TypeScript3,0132026-08-29View →
Brooooooklyn/canvas1.8Likely human-written51Rust2,3082026-08-29View →
MahApps/MahApps.Metro1.8Likely human-written85C#9,8202026-08-29View →
tporadowski/redis1.8Likely human-written375C10,2532026-08-29View →
godotengine/godot1.7Likely human-written8071C++116,2842026-08-29View →
angular/angular1.7Likely human-written1825TypeScript101,0032026-08-29View →
netdata/netdata1.7Likely human-written4371Go80,3352026-08-29View →
unionlabs/union1.7Likely human-written775Rust73,8232026-08-29View →
pixijs/pixijs1.7Likely human-written157TypeScript48,0892026-08-29View →
penpot/penpot1.7Likely human-written425Clojure59,3022026-08-29View →
vuetifyjs/vuetify1.7Likely human-written380TypeScript41,0432026-08-29View →
spacedriveapp/spacedrive1.7Likely human-written447Rust38,8692026-08-29View →
schollz/croc1.7Likely human-written62Go40,1262026-08-29View →
helm/helm1.7Likely human-written173Go30,1802026-08-29View →
Molunerfinn/PicGo1.7Likely human-written95TypeScript27,0722026-08-29View →
bagisto/bagisto1.7Likely human-written559PHP28,0262026-08-29View →
homebridge/homebridge1.7Likely human-written50TypeScript25,4652026-08-29View →
Wilfred/difftastic1.7Likely human-written177Rust25,8302026-08-29View →
dubinc/dub1.7Likely human-written834TypeScript24,5992026-08-29View →
timqian/chinese-independent-blogs1.7Likely human-written3Python23,8612026-08-29View →
sirupsen/logrus1.7Likely human-written17Go25,7492026-08-29View →
Atmosphere-NX/Atmosphere1.7Likely human-written907C++19,4792026-08-29View →
rust-lang/rust-analyzer1.7Likely human-written961Rust16,8042026-08-29View →
systemd/systemd1.7Likely human-written2188C16,6362026-08-29View →
Flow-Launcher/Flow.Launcher1.7Likely human-written125C#15,4512026-08-29View →
rolldown/rolldown1.7Likely human-written478Rust13,9182026-08-29View →
MetaMask/metamask-extension1.7Likely human-written2339TypeScript13,2052026-08-29View →
Automattic/wp-calypso1.7Likely human-written3408TypeScript12,6402026-08-29View →
Z3Prover/z31.7Likely human-written1138C++12,6142026-08-29View →
apache/hadoop1.7Likely human-written1935Java15,6392026-08-29View →
getzola/zola1.7Likely human-written54Rust17,3822026-08-29View →
Donchitos/Claude-Code-Game-Studios1.7Likely human-written83Shell24,6402026-08-29View →
rohitg00/agentmemory1.7Likely human-written221TypeScript27,6762026-08-29View →
marktext/marktext1.7Likely human-written326TypeScript60,7072026-08-29View →
apache/dolphinscheduler1.7Likely human-written445Java14,4542026-08-29View →
babalae/better-genshin-impact1.7Likely human-written384C#15,1132026-08-29View →
Zettlr/Zettlr1.7Likely human-written186TypeScript13,4462026-08-29View →
Canop/broot1.7Likely human-written39Rust12,9212026-08-29View →
darkroomengineering/lenis1.7Likely human-written11TypeScript15,6062026-08-29View →
QuestPDF/QuestPDF1.7Likely human-written91C#14,1692026-08-29View →
davisking/dlib1.7Likely human-written1080C++14,4332026-08-29View →
jlcodes99/cockpit-tools1.7Likely human-written1549Rust16,6982026-08-29View →
mamedev/mame1.7Likely human-written17468C++10,4272026-08-29View →
kyverno/kyverno1.7Likely human-written393Go8,0832026-08-29View →
cortexproject/cortex1.7Likely human-written691Go5,8562026-08-29View →
tw93/Kaku1.7Likely human-written578Rust5,8172026-08-29View →
gotenberg/gotenberg1.7Likely human-written71Go12,9562026-08-29View →
siteboon/claudecodeui1.7Likely human-written232TypeScript13,4842026-08-29View →
huggingface/chat-ui1.7Likely human-written87TypeScript10,9172026-08-29View →
MetrolistGroup/Metrolist1.7Likely human-written110Kotlin12,3262026-08-29View →
togatoga/karukan1.7Likely human-written111Rust7132026-08-29View →
ory/kratos1.7Likely human-written623Go13,8552026-08-29View →
apache/seatunnel1.7Likely human-written818Java9,6002026-08-29View →
mgba-emu/mgba1.7Likely human-written931C7,3292026-08-29View →
ryanmcdermott/clean-code-javascript1.7Likely human-written4JavaScript94,7662026-08-29View →
knadh/oat1.7Likely human-written8CSS5,4702026-08-29View →
kunchenguid/no-mistakes1.7Likely human-written373Go7,9242026-08-29View →
CodeWithCJ/SparkyFitness1.7Likely human-written1018TypeScript5,6712026-08-29View →
ProbiusOfficial/Hello-CTF1.7Likely human-written93HTML4,1592026-08-29View →
Warzone2100/warzone21001.7Likely human-written1746C++3,9222026-08-29View →
Leantime/leantime1.7Likely human-written337PHP11,4692026-08-29View →
apache/pdfbox1.7Likely human-written261Java3,1072026-08-29View →
hfiref0x/KDU1.7Likely human-written137C2,7072026-08-29View →
insin/control-panel-for-twitter1.7Likely human-written33JavaScript2,6112026-08-29View →
cwuom/NeriPlayer1.7Likely human-written144Kotlin2,9392026-08-29View →
Tanu-N-Prabhu/Python1.7Likely human-written12Jupyter Notebook2,2322026-08-29View →
connorgallopo/Tracearr1.7Likely human-written693TypeScript2,5252026-08-29View →
jupyter/notebook1.7Likely human-written31Jupyter Notebook13,3272026-08-29View →
Pumpkin-MC/Pumpkin1.7Likely human-written607Rust10,9822026-08-29View →
Ripple-TS/ripple1.7Likely human-written135JavaScript7,3922026-08-29View →
cosmos/cosmos-sdk1.7Likely human-written2148Go7,0512026-08-29View →
thelounge/thelounge1.7Likely human-written59TypeScript6,3172026-08-29View →
scala/scala31.7Likely human-written835Scala6,2962026-08-29View →
jason5ng32/MyIP1.7Likely human-written102JavaScript11,7692026-08-29View →
uswds/uswds1.7Likely human-written108SCSS7,1652026-08-29View →
Redot-Engine/redot-engine1.7Likely human-written7995C++5,9212026-08-29View →
star7th/showdoc1.7Likely human-written624PHP12,8562026-08-29View →
doramart/DoraCMS1.7Likely human-written224JavaScript3,5422026-08-29View →
fibjs/fibjs1.7Likely human-written694C++3,0982026-08-29View →
dosco/graphjin1.7Likely human-written434Go3,1522026-08-29View →
kubernetes-sigs/kueue1.7Likely human-written902Go2,9142026-08-29View →
henrypp/memreduct1.7Likely human-written18C10,3142026-08-29View →
promptslab/Awesome-Prompt-Engineering1.7Likely human-written9TypeScript6,2982026-08-29View →
cachix/devenv1.7Likely human-written216Rust7,4442026-08-29View →
WebGoat/WebGoat1.7Likely human-written70JavaScript9,3012026-08-29View →
hashicorp/hcl1.7Likely human-written119Go5,7992026-08-29View →
CanadaHonk/porffor1.7Likely human-written52JavaScript5,0882026-08-29View →
cri-o/cri-o1.7Likely human-written136Go5,6542026-08-29View →
EpicGames/raddebugger1.7Likely human-written521C7,4502026-08-29View →
sanity-io/sanity1.7Likely human-written979TypeScript6,3052026-08-29View →
OffcierCia/DeFi-Developer-Road-Map1.7Likely human-written9JavaScript10,8212026-08-29View →
zizmorcore/zizmor1.7Likely human-written148Rust6,4062026-08-29View →
vale-cli/vale1.7Likely human-written67Go6,0432026-08-29View →
signalapp/Signal-Server1.7Likely human-written58Java10,6862026-08-29View →
AlkaidLab/foundation-sunshine1.7Likely human-written398C++6,6332026-08-29View →
darlinghq/darling1.7Likely human-written2636Objective-C13,1112026-08-29View →
warp-drive-data/warp-drive1.7Likely human-written560TypeScript3,1552026-08-29View →
Gnucash/gnucash1.7Likely human-written844C4,3312026-08-29View →
storj/storj1.7Likely human-written560Go3,2752026-08-29View →
88lin/video_vip1.7Likely human-written4JavaScript4,7372026-08-29View →
tsl0922/ttyd1.7Likely human-written8C12,2762026-08-29View →
bootandy/dust1.7Likely human-written9Rust12,1932026-08-29View →
alda-lang/alda1.7Likely human-written63Go5,9352026-08-29View →
alipay/SoloPi1.7Likely human-written377Java6,2312026-08-29View →
ZToolsCenter/ZTools1.7Likely human-written220TypeScript3,6572026-08-29View →
carthage-software/mago1.7Likely human-written1075Rust3,4142026-08-29View →
Finb/Bark1.7Likely human-written16Swift8,9632026-08-29View →
PointCloudLibrary/pcl1.7Likely human-written1580C++11,1032026-08-29View →
codebymitch/TitanBot1.7Likely human-written87JavaScript7,1822026-08-29View →
SuiteCRM/SuiteCRM1.7Likely human-written1413PHP5,7072026-09-02View →
Chalarangelo/30-seconds-of-code1.6Likely human-written109JavaScript128,8472026-08-29View →
kubernetes/kubernetes1.6Likely human-written7685Go125,3132026-08-29View →
tailwindlabs/tailwindcss1.6Likely human-written282TypeScript97,3672026-08-29View →
grafana/grafana1.6Likely human-written6732TypeScript76,4612026-08-29View →
withastro/astro1.6Likely human-written428TypeScript62,1192026-08-29View →
DefinitelyTyped/DefinitelyTyped1.6Likely human-written4053TypeScript51,4132026-08-29View →
lyswhut/lx-music-desktop1.6Likely human-written174TypeScript53,1412026-08-29View →
metabase/metabase1.6Likely human-written2634Clojure48,9782026-08-29View →
jeecgboot/JeecgBoot1.6Likely human-written552Java47,5202026-08-29View →
slidevjs/slidev1.6Likely human-written87TypeScript48,3162026-08-29View →
helix-editor/helix1.6Likely human-written578Rust45,9622026-08-29View →
dcloudio/uni-app1.6Likely human-written496JavaScript41,6092026-08-29View →
NervJS/taro1.6Likely human-written455TypeScript37,6552026-08-29View →
amruthpillai/reactive-resume1.6Likely human-written191TypeScript41,8772026-08-29View →
mattermost/mattermost1.6Likely human-written2647TypeScript38,9322026-08-29View →
ajeetdsouza/zoxide1.6Likely human-written9Rust38,9862026-08-29View →
netty/netty1.6Likely human-written362Java35,0342026-08-29View →
anoma/anoma1.6Likely human-written2Elixir33,6372026-08-29View →
chatwoot/chatwoot1.6Likely human-written1392Ruby36,2792026-08-29View →
yeasy/docker_practice1.6Likely human-written64Go26,2222026-08-29View →
tree-sitter/tree-sitter1.6Likely human-written171Rust26,7772026-08-29View →
codex-team/editor.js1.6Likely human-written20TypeScript31,9122026-08-29View →
lbjlaq/Antigravity-Manager1.6Likely human-written146Rust30,7922026-08-29View →
google-ai-edge/gallery1.6Likely human-written57Kotlin24,5762026-08-29View →
rust-lang/mdBook1.6Likely human-written49Rust22,1042026-08-29View →
fosrl/pangolin1.6Likely human-written589TypeScript22,5272026-08-29View →
TecharoHQ/anubis1.6Likely human-written75Go21,8092026-08-29View →
ruffle-rs/ruffle1.6Likely human-written1528Rust18,4642026-08-29View →
swaywm/sway1.6Likely human-written89C17,2792026-08-29View →
questdb/questdb1.6Likely human-written2293Java17,2862026-08-29View →
Wei-Shaw/sub2api1.6Likely human-written1395Go39,7482026-08-29View →
scalar/scalar1.6Likely human-written809TypeScript16,0072026-08-29View →
TanStack/router1.6Likely human-written1174TypeScript15,0062026-08-29View →
bytebase/bytebase1.6Likely human-written1644Go14,4372026-08-29View →
juicedata/juicefs1.6Likely human-written284Go14,3662026-08-29View →
semaphoreui/semaphore1.6Likely human-written139Go14,0672026-08-29View →
adityatelange/hugo-PaperMod1.6Likely human-written1HTML13,8682026-08-29View →
SubtitleEdit/subtitleedit1.6Likely human-written627C#13,9972026-08-29View →
modelcontextprotocol/typescript-sdk1.6Likely human-written251TypeScript13,2662026-08-29View →
mas-cli/mas1.6Likely human-written17Swift12,3262026-08-29View →
swoole/swoole-src1.6Likely human-written314C++18,9162026-08-29View →
datawhalechina/easy-vibe1.6Likely human-written679JavaScript19,1602026-08-29View →
google-gemini/gemini-fullstack-langgraph-quickstart1.6Likely human-written8Jupyter Notebook18,3222026-08-29View →
aria2/aria21.6Likely human-written108C++41,8572026-08-29View →
WordPress/gutenberg1.6Likely human-written1550JavaScript11,7482026-08-29View →
LGUG2Z/komorebi1.6Likely human-written127Rust15,0882026-08-29View →
tursodatabase/libsql1.6Likely human-written1064C17,1792026-08-29View →
evanw/esbuild1.6Likely human-written366Go40,0242026-08-29View →
dexidp/dex1.6Likely human-written206Go11,0692026-08-29View →
veracrypt/VeraCrypt1.6Likely human-written597C11,4732026-08-29View →
spinnaker/spinnaker1.6Likely human-written1121Java9,7792026-08-29View →
FEX-Emu/FEX1.6Likely human-written654C++7,8872026-08-29View →
mullvad/mullvadvpn-app1.6Likely human-written756Rust7,5162026-08-29View →
ankane/searchkick1.6Likely human-written12Ruby6,7212026-08-29View →
getarcaneapp/arcane1.6Likely human-written673Go7,1692026-08-29View →
scriptscat/scriptcat1.6Likely human-written211TypeScript5,1962026-08-29View →
DeusData/codebase-memory-mcp1.6Likely human-written2597C41,0122026-08-29View →
modelcontextprotocol/inspector1.6Likely human-written420TypeScript10,7802026-08-29View →
MystenLabs/sui1.6Likely human-written2456Rust7,7402026-08-29View →
aws/karpenter-provider-aws1.6Likely human-written144Go7,7092026-08-29View →
telepresenceio/telepresence1.6Likely human-written317Go7,2882026-08-29View →
OISF/suricata1.6Likely human-written946C6,5782026-08-29View →
steipete/agent-scripts1.6Likely human-written25Shell6,5722026-08-29View →
gh0stzk/dotfiles1.6Likely human-written15Shell4,7212026-08-29View →
doublecmd/doublecmd1.6Likely human-written28Pascal4,4502026-08-29View →
CalcProgrammer1/OpenRGB1.6Likely human-written986C++4,3622026-08-29View →
rust-lang/crates.io1.6Likely human-written226Rust3,6872026-08-29View →
dromara/dynamic-tp1.6Likely human-written17Java4,8002026-08-29View →
MIT-LCP/mimic-code1.6Likely human-written153Jupyter Notebook3,3582026-08-29View →
crawl/crawl1.6Likely human-written508C++2,9682026-08-29View →
scummvm/scummvm1.6Likely human-written11722C++2,7942026-08-29View →
postgis/postgis1.6Likely human-written729PLpgSQL2,2122026-08-29View →
pelletier/go-toml1.6Likely human-written52Go1,9832026-08-29View →
petergpt/bullshit-benchmark1.6Likely human-written101Python1,8372026-08-29View →
rstacruz/cheatsheets1.6Likely human-written33SCSS14,4542026-08-29View →
fullstorydev/grpcurl1.6Likely human-written17Go12,7902026-08-29View →
keystonejs/keystone1.6Likely human-written154TypeScript9,9642026-08-29View →
google/brotli1.6Likely human-written134TypeScript14,8562026-08-29View →
axllent/mailpit1.6Likely human-written71Go10,2242026-08-29View →
cloudwego/kitex1.6Likely human-written196Go8,0282026-08-29View →
haifengl/smile1.6Likely human-written302Java6,4142026-08-29View →
zhongyang219/TrafficMonitor1.6Likely human-written87C++45,9112026-08-29View →
kgateway-dev/kgateway1.6Likely human-written595Go5,6762026-08-29View →
malisper/pgrust1.6Likely human-written2980Rust4,7612026-08-29View →
pomerium/pomerium1.6Likely human-written366Go4,9802026-08-29View →
WiseLibs/better-sqlite31.6Likely human-written41JavaScript7,4602026-08-29View →
facebook/litho1.6Likely human-written198Kotlin7,7782026-08-29View →
softprops/action-gh-release1.6Likely human-written7TypeScript5,7492026-08-29View →
TykTechnologies/tyk1.6Likely human-written408Go10,8102026-08-29View →
LykosAI/StabilityMatrix1.6Likely human-written239C#8,7012026-08-29View →
runelite/runelite1.6Likely human-written72Java5,4492026-08-29View →
Konloch/bytecode-viewer1.6Likely human-written13Java15,6182026-08-29View →
goplus/xgo1.6Likely human-written159Go9,4522026-08-29View →
vendurehq/vendure1.6Likely human-written584TypeScript8,3832026-08-29View →
pestphp/pest1.6Likely human-written76PHP11,6902026-08-29View →
distribution/distribution1.6Likely human-written90Go10,5882026-08-29View →
zhongyang219/MusicPlayer21.6Likely human-written408C++6,6352026-08-29View →
darkmatter2048/WindowsCleaner1.6Likely human-written11TypeScript4,5762026-08-29View →
orf/gping1.6Likely human-written4Rust12,6532026-08-29View →
gildas-lormeau/SingleFile1.6Likely human-written39JavaScript22,2612026-08-29View →
google/syzkaller1.6Likely human-written637Go6,3102026-08-29View →
hoothin/UserScripts1.6Likely human-written72JavaScript4,2662026-08-29View →
any-listen/any-listen1.6Likely human-written195TypeScript3,3092026-08-29View →
vercel-labs/scriptc1.6Likely human-written651TypeScript4,6622026-08-29View →
ClassiCube/ClassiCube1.6Likely human-written419C2,0412026-08-29View →
cilium/ebpf1.6Likely human-written131Go7,9342026-08-29View →
toeverything/blocksuite1.6Likely human-written198TypeScript5,9952026-08-29View →
a597873885/webfunny_monitor1.6Likely human-written109JavaScript5,3012026-08-29View →
jquery/jquery-ui1.6Likely human-written279JavaScript11,3302026-08-29View →
luau-lang/luau1.6Likely human-written621C++5,8152026-08-29View →
kemalcr/kemal1.6Likely human-written4Crystal3,9112026-08-29View →
excalidraw/excalidraw1.5Likely human-written351TypeScript130,6962026-08-29View →
microsoft/TypeScript1.5Likely human-written3389Go110,7452026-08-29View →
storybookjs/storybook1.5Likely human-written941TypeScript90,9532026-08-29View →
vitejs/vite1.5Likely human-written192TypeScript82,5732026-08-29View →
lobehub/lobehub1.5Likely human-written1885TypeScript82,0692026-08-29View →
redis/redis1.5Likely human-written550C76,1322026-08-29View →
NationalSecurityAgency/ghidra1.5Likely human-written2727Java73,2082026-08-29View →
LadybirdBrowser/ladybird1.5Likely human-written3474C++65,8742026-08-29View →
go-gitea/gitea1.5Likely human-written1065Go57,6592026-08-29View →
juspay/hyperswitch1.5Likely human-written2340Rust43,5382026-08-29View →
Fission-AI/OpenSpec1.5Likely human-written225TypeScript66,5592026-08-29View →
chakra-ui/chakra-ui1.5Likely human-written350TypeScript40,5972026-08-29View →
vadimdemedes/ink1.5Likely human-written30TypeScript39,7542026-08-29View →
portainer/portainer1.5Likely human-written795TypeScript38,3642026-08-29View →
hyprwm/Hyprland1.5Likely human-written264C++38,2392026-08-29View →
keycloak/keycloak1.5Likely human-written592Java36,4672026-08-29View →
SerenityOS/serenity1.5Likely human-written2160C++33,7912026-08-29View →
hasura/graphql-engine1.5Likely human-written1766TypeScript32,1042026-08-29View →
alpinejs/alpine1.5Likely human-written58HTML31,8872026-08-29View →
pear-devs/pear-desktop1.5Likely human-written114TypeScript33,2182026-08-29View →
StevenBlack/hosts1.5Likely human-written45Python30,9632026-08-29View →
hashicorp/consul1.5Likely human-written995Go30,0482026-08-29View →
cloudreve/cloudreve1.5Likely human-written176Go28,6202026-08-29View →
cmderdev/cmder1.5Likely human-written5PowerShell27,0002026-08-29View →
typesense/typesense1.5Likely human-written581C++26,4842026-08-29View →
netbirdio/netbird1.5Likely human-written657Go28,7042026-08-29View →
cilium/cilium1.5Likely human-written1848Go25,0212026-08-29View →
radareorg/radare21.5Likely human-written1798C24,6722026-08-29View →
firefly-iii/firefly-iii1.5Likely human-written428PHP24,4452026-08-29View →
timescale/timescaledb1.5Likely human-written389C23,4372026-08-29View →
asmvik/yabai1.5Likely human-written33C29,5232026-08-29View →
darkreader/darkreader1.5Likely human-written81TypeScript22,3022026-08-29View →
bannedbook/fanqiang1.5Likely human-written135Kotlin50,9422026-08-29View →
labstack/echo1.5Likely human-written66Go32,6682026-08-29View →
wasp-lang/wasp1.5Likely human-written643TypeScript18,7122026-08-29View →
videolan/vlc1.5Likely human-written1640C19,4642026-08-29View →
NixOS/nix1.5Likely human-written62C++17,5882026-08-29View →
eythaann/Seelen-UI1.5Likely human-written149Rust17,6372026-08-29View →
graphile/crystal1.5Likely human-written211TypeScript12,9292026-08-29View →
walter201230/Python1.5Likely human-written31Python27,5182026-08-29View →
joke2k/faker1.5Likely human-written498Python19,3822026-08-29View →
blackboardsh/electrobun1.5Likely human-written245TypeScript12,7172026-08-29View →
o2sh/onefetch1.5Likely human-written21Rust12,0352026-08-29View →
pingdotgg/t3code1.5Likely human-written3098TypeScript20,8812026-08-29View →
VoltAgent/awesome-claude-code-subagents1.5Likely human-written29Shell24,7172026-08-29View →
GoogleContainerTools/skaffold1.5Likely human-written944Go15,8902026-08-29View →
esengine/DeepSeek-Reasonix1.5Likely human-written1251Go35,2362026-08-29View →
nikitabobko/AeroSpace1.5Likely human-written24Swift22,7272026-08-29View →
ruanyf/es6tutorial1.5Likely human-written26JavaScript21,4322026-08-29View →
browserless/browserless1.5Likely human-written28TypeScript13,6392026-08-29View →
Ranchero-Software/NetNewsWire1.5Likely human-written172Swift10,3312026-08-29View →
wireshark/wireshark1.5Likely human-written7327C9,7922026-08-29View →
PDFCraftTool/pdfcraft1.5Likely human-written461TypeScript8,3632026-08-29View →
joe-bell/cva1.5Likely human-written56TypeScript6,8812026-08-29View →
CollegesChat/university-information1.5Likely human-written2Python5,0742026-08-29View →
MAZHARMIK/Interview_DS_Algo1.5Likely human-written151C++5,0082026-08-29View →
XiaomiMiMo/MiMo-Code1.5Likely human-written729TypeScript12,8922026-08-29View →
webdriverio/webdriverio1.5Likely human-written222TypeScript9,8282026-08-29View →
ankane/pghero1.5Likely human-written56Ruby8,9152026-08-29View →
dropwizard/dropwizard1.5Likely human-written33Java8,5772026-08-29View →
47ng/nuqs1.5Likely human-written124TypeScript10,7732026-08-29View →
oceanbase/oceanbase1.5Likely human-written6702C++10,2572026-08-29View →
xmake-io/xmake1.5Likely human-written673Lua12,1702026-08-29View →
veloren/veloren1.5Likely human-written579Rust7,5092026-08-29View →
imthenachoman/How-To-Secure-A-Linux-Server1.5Likely human-written330,3152026-08-29View →
Acode-Foundation/Acode1.5Likely human-written220JavaScript6,7262026-08-29View →
samchon/typia1.5Likely human-written331Go5,8792026-08-29View →
capcom6/android-sms-gateway1.5Likely human-written6Kotlin5,5782026-08-29View →
ouch-org/ouch1.5Likely human-written15Rust3,7292026-08-29View →
podman-container-tools/buildah1.5Likely human-written117Go8,9992026-08-29View →
charmbracelet/bubbles1.5Likely human-written27Go8,8472026-08-29View →
libarchive/libarchive1.5Likely human-written380C3,6042026-08-29View →
sketchplugins/plugin-directory1.5Likely human-written11Ruby3,3872026-08-29View →
vbauerster/mpb1.5Likely human-written14Go2,5092026-08-29View →
teamchong/pxpipe1.5Likely human-written2361TypeScript7,2942026-08-29View →
hfiref0x/WinObjEx641.5Likely human-written191C1,9702026-08-29View →
kenn-io/msgvault1.5Likely human-written1093Go2,0432026-08-29View →
elementor/elementor1.5Likely human-written903PHP7,0632026-08-29View →
requestly/requestly1.5Likely human-written16,7522026-08-29View →
ArvinLovegood/go-stock1.5Likely human-written234Go7,3962026-08-29View →
cppcheck-opensource/cppcheck1.5Likely human-written830C++6,7352026-08-29View →
dandavison/delta1.5Likely human-written63Rust31,9062026-08-29View →
nhost/nhost1.5Likely human-written1297TypeScript9,2822026-08-29View →
instantdb/instant1.5Likely human-written394TypeScript10,4962026-08-29View →
neutrinolabs/xrdp1.5Likely human-written233C6,7132026-08-29View →
ahrm/sioyek1.5Likely human-written163C9,8092026-08-29View →
just-the-docs/just-the-docs1.5Likely human-written19SCSS9,1432026-08-29View →
klange/toaruos1.5Likely human-written207C6,8322026-08-29View →
linuxserver/Heimdall1.5Likely human-written84PHP9,3072026-08-29View →
pressly/goose1.5Likely human-written24Go11,3792026-08-29View →
PBH-BTN/PeerBanHelper1.5Likely human-written132Java6,2152026-08-29View →
elk-zone/elk1.5Likely human-written68Vue6,0362026-08-29View →
Lin-arm/GKD_subscription1.5Likely human-written88TypeScript4,8042026-08-29View →
Barre/ZeroFS1.5Likely human-written290Rust3,0162026-08-29View →
MewPurPur/GodSVG1.5Likely human-written2GDScript2,7152026-08-29View →
SteveMacenski/slam_toolbox1.5Likely human-written30C++2,6102026-08-29View →
doxygen/doxygen1.5Likely human-written559C++6,5642026-08-29View →
tilt-dev/tilt1.5Likely human-written263Go10,0252026-08-29View →
quarto-dev/quarto-cli1.5Likely human-written640JavaScript5,9682026-08-29View →
mixxxdj/mixxx1.5Likely human-written1575C++7,0912026-08-29View →
iib0011/omni-tools1.5Likely human-written125TypeScript10,0942026-08-29View →
andrewrabert/jellium-desktop1.5Likely human-written87Rust1,8102026-08-29View →
citrolabs/ego-lite1.5Likely human-written23JavaScript14,2362026-08-29View →
lsd-rs/lsd1.5Likely human-written25Rust16,1982026-08-29View →
kubeedge/kubeedge1.5Likely human-written332Go7,5592026-08-29View →
selierlin/Share-SSR-V2ray1.5Likely human-written4Python12,4882026-08-29View →
react-grid-layout/react-grid-layout1.5Likely human-written41TypeScript22,4012026-08-29View →
MoonshotAI/Kimi-K31.5Likely human-written18,6562026-08-29View →
hs-web/hsweb-framework1.5Likely human-written16Java8,3992026-08-29View →
arthelokyo/astrowind1.5Likely human-written13Astro5,9182026-08-29View →
Tatsu-syo/noMeiryoUI1.5Likely human-written19C++6,6362026-08-29View →
0xeb/TheBigPromptLibrary1.5Likely human-written190HTML5,3372026-08-29View →
liquibase/liquibase1.5Likely human-written247Java5,5962026-08-29View →
WeThinkIn/AIGC-Interview-Book1.5Likely human-written1034,4972026-08-29View →
Devin-AXIS/iPolloWork1.5Likely human-written1306TypeScript5,0812026-08-29View →
open-goal/jak-project1.5Likely human-written7088Common Lisp3,4932026-08-29View →
amadeusprotocol/node1.5Likely human-written27Rust5,2692026-08-29View →
papermark/papermark1.5Likely human-written320TypeScript8,9832026-08-29View →
SuiteCRM/SuiteCRM-Core1.5Likely human-written1627PHP2792026-09-03View →
avelino/awesome-go1.4Likely human-written6Go182,5152026-08-29View →
google-gemini/gemini-cli1.4Likely human-written742TypeScript106,7202026-08-29View →
elastic/elasticsearch1.4Likely human-written2377Java77,8742026-08-29View →
1c7/chinese-independent-developer1.4Likely human-written7Python61,0802026-08-29View →
jingyaogong/minimind1.4Likely human-written52Python55,1112026-08-29View →
cli/cli1.4Likely human-written227Go46,0422026-08-29View →
TriliumNext/Trilium1.4Likely human-written897TypeScript37,6232026-08-29View →
sahat/hackathon-starter1.4Likely human-written37JavaScript35,2512026-08-29View →
alan2207/bulletproof-react1.4Likely human-written26TypeScript35,7522026-08-29View →
wailsapp/wails1.4Likely human-written640Go36,0322026-08-29View →
telegramdesktop/tdesktop1.4Likely human-written1689C++32,7592026-08-29View →
immerjs/immer1.4Likely human-written37JavaScript28,9812026-08-29View →
projectdiscovery/nuclei1.4Likely human-written211Go30,8972026-08-29View →
Automattic/mongoose1.4Likely human-written145JavaScript27,4772026-08-29View →
kavishdevar/librepods1.4Likely human-written59Kotlin29,6052026-08-29View →
karakeep-app/karakeep1.4Likely human-written278TypeScript28,6452026-08-29View →
spicetify/cli1.4Likely human-written17JavaScript24,2352026-08-29View →
4ian/GDevelop1.4Likely human-written829JavaScript26,0212026-08-29View →
dgraph-io/dgraph1.4Likely human-written386Go21,7812026-08-29View →
SBoudrias/Inquirer.js1.4Likely human-written25TypeScript21,6172026-08-29View →
Caldis/Mos1.4Likely human-written96Swift21,2792026-08-29View →
facebook/relay1.4Likely human-written639Rust18,9582026-08-29View →
audacity/audacity1.4Likely human-written1217C++17,6492026-08-29View →
kubernetes/kops1.4Likely human-written580Go16,6702026-08-29View →
ImageMagick/ImageMagick1.4Likely human-written875C17,2402026-08-29View →
udecode/plate1.4Likely human-written518TypeScript16,5402026-08-29View →
hashicorp/packer1.4Likely human-written107Go15,7702026-08-29View →
ag-grid/ag-grid1.4Likely human-written1419TypeScript15,5702026-08-29View →
visgl/deck.gl1.4Likely human-written309TypeScript14,5312026-08-29View →
libnyanpasu/clash-nyanpasu1.4Likely human-written168Rust13,1492026-08-29View →
cure53/DOMPurify1.4Likely human-written38JavaScript17,3462026-08-29View →
tiann/KernelSU1.4Likely human-written80Kotlin18,0452026-08-29View →
colinhacks/zod1.4Likely human-written175TypeScript43,5582026-08-29View →
alibaba/Sentinel1.4Likely human-written41Java23,1412026-08-29View →
facebook/yoga1.4Likely human-written181C++18,8972026-08-29View →
FreshRSS/FreshRSS1.4Likely human-written221PHP15,8602026-08-29View →
doocs/md1.4Likely human-written118TypeScript13,2502026-08-29View →
steipete/CodexBar1.4Likely human-written735Swift20,6852026-08-29View →
manticoresoftware/manticoresearch1.4Likely human-written949C++11,9642026-08-29View →
apple/pkl1.4Likely human-written100Java11,5002026-08-29View →
infernojs/inferno1.4Likely human-written99JavaScript16,4562026-08-29View →
tj/git-extras1.4Likely human-written10Shell18,0972026-08-29View →
react/yoga1.4Likely human-written181C++18,8962026-08-29View →
librepods-org/librepods1.4Likely human-written59Kotlin29,6082026-08-29View →
Notsfsssf/pixez-flutter1.4Likely human-written133Dart12,6972026-08-29View →
EasyTier/EasyTier1.4Likely human-written112Rust13,3602026-08-29View →
hackjutsu/Lepton1.4Likely human-written57JavaScript10,3382026-08-29View →
Graylog2/graylog2-server1.4Likely human-written402Java8,1192026-08-29View →
j178/prek1.4Likely human-written119Rust8,3372026-08-29View →
AgentWrapper/agent-orchestrator1.4Likely human-written852Go10,2952026-08-29View →
OneUptime/oneuptime1.4Likely human-written2474TypeScript7,5312026-08-29View →
mnfst/manifest1.4Likely human-written430TypeScript7,4832026-08-29View →
sinclairzx81/typebox1.4Likely human-written197TypeScript6,9342026-08-29View →
karmada-io/karmada1.4Likely human-written535Go5,5762026-08-29View →
KDE/kdenlive1.4Likely human-written408C++5,5342026-08-29View →
line/armeria1.4Likely human-written288Java5,1332026-08-29View →
assistant-ui/assistant-ui1.4Likely human-written718TypeScript11,9062026-08-29View →
TypeCellOS/BlockNote1.4Likely human-written320TypeScript10,1312026-08-29View →
tektoncd/pipeline1.4Likely human-written476Go9,0532026-08-29View →
wasp-lang/open-saas1.4Likely human-written41MDX15,6602026-08-29View →
LouisShark/chatgpt_system_prompt1.4Likely human-written172HTML10,7452026-08-29View →
bigbluebutton/bigbluebutton1.4Likely human-written362JavaScript9,2022026-08-29View →
mongodb/mongo-go-driver1.4Likely human-written281Go8,5382026-08-29View →
xroche/httrack1.4Likely human-written198C4,7072026-08-29View →
magcius/noclip.website1.4Likely human-written566TypeScript4,2482026-08-29View →
BenedictKing/ccx1.4Likely human-written384Go3,9622026-08-29View →
rizinorg/rizin1.4Likely human-written1797C3,8142026-08-29View →
scalatra/scalatra1.4Likely human-written15Scala2,6502026-08-29View →
cucumber/godog1.4Likely human-written21Go2,6662026-08-29View →
reactnativecn/react-native-update1.4Likely human-written40TypeScript1,9832026-08-29View →
massCodeIO/massCode1.4Likely human-written526TypeScript6,9692026-08-29View →
memcached/memcached1.4Likely human-written83C14,2592026-08-29View →
webiny/webiny-js1.4Likely human-written787TypeScript8,0322026-08-29View →
authzed/spicedb1.4Likely human-written277Go6,9992026-08-29View →
SonarSource/sonarqube1.4Likely human-written209Java10,9372026-08-29View →
WebAssembly/wabt1.4Likely human-written148C++8,1052026-08-29View →
akaunting/akaunting1.4Likely human-written410PHP10,1002026-08-29View →
VOICEVOX/voicevox1.4Likely human-written115TypeScript3,2312026-08-29View →
sitespeedio/sitespeed.io1.4Likely human-written86JavaScript5,0182026-08-29View →
thunderbird/thunderbolt1.4Likely human-written262TypeScript4,7642026-08-29View →
jemalloc/jemalloc1.4Likely human-written141C11,0732026-08-29View →
dayanch96/YTLite1.4Likely human-written3Logos5,3932026-08-29View →
maxrave-dev/SimpMusic1.4Likely human-written102Kotlin10,7722026-08-29View →
apache/kvrocks1.4Likely human-written85C++4,4062026-08-29View →
autobrr/qui1.4Likely human-written591Go4,4192026-08-29View →
stevencohn/OneMore1.4Likely human-written259C#3,3932026-08-29View →
milessabin/shapeless1.4Likely human-written11Scala3,4022026-08-29View →
baidu/Unlimited-OCR1.4Likely human-written1Python24,7282026-08-29View →
microsoft/fast1.4Likely human-written162TypeScript9,6682026-08-29View →
barry-ran/QtScrcpy1.4Likely human-written19C++31,6972026-08-29View →
Untrivial-ai/agent-orchestrator1.4Likely human-written857Go10,4162026-08-29View →
Azure/azure-quickstart-templates1.4Likely human-written447Bicep14,8682026-08-29View →
sipeed/NanoKVM1.4Likely human-written113TypeScript6,4822026-08-29View →
reduxjs/redux-toolkit1.4Likely human-written101TypeScript11,2252026-08-29View →
trycompai/crm1.4Likely human-written160TypeScript9,0742026-08-29View →
PurpleI2P/i2pd1.4Likely human-written110C++4,1802026-08-29View →
zbirenbaum/copilot.lua1.4Likely human-written10Lua4,0972026-08-29View →
TabularisDB/tabularis1.4Likely human-written295TypeScript4,3992026-08-29View →
cloudflare/capnweb1.4Likely human-written69TypeScript3,9622026-08-29View →
pwa-builder/PWABuilder1.4Likely human-written254TypeScript3,7422026-08-29View →
unicode-org/icu1.4Likely human-written4302C++3,5882026-08-29View →
rocicorp/mono1.4Likely human-written538TypeScript3,3742026-08-29View →
subsurface/subsurface1.4Likely human-written449C++3,1752026-08-29View →
mattermost/mattermost-mobile1.4Likely human-written593TypeScript2,7132026-08-29View →
brianmario/mysql21.4Likely human-written27Ruby2,2782026-08-29View →
dependency-check/DependencyCheck1.4Likely human-written84Java7,6752026-08-29View →
omnivore-app/omnivore1.4Likely human-written459JavaScript16,2242026-08-29View →
openfga/openfga1.4Likely human-written132Go5,6752026-08-29View →
nanobrowser/nanobrowser1.4Likely human-written38TypeScript13,6972026-08-29View →
cocos/cocos-engine1.4Likely human-written1294C++9,7832026-08-29View →
omacom/omarchy1.4Likely human-written61Shell37,5522026-09-03View →
x1xhlol/system-prompts-and-models-of-ai-tools1.3Likely human-written52143,1962026-08-29View →
zed-industries/zed1.3Likely human-written1766Rust89,3662026-08-29View →
obsproject/obs-studio1.3Likely human-written940C75,5532026-08-29View →
toeverything/AFFiNE1.3Likely human-written873TypeScript71,9702026-08-29View →
bradtraversy/design-resources-for-developers1.3Likely human-written266,7682026-08-29View →
gatsbyjs/gatsby1.3Likely human-written569JavaScript55,9402026-08-29View →
RocketChat/Rocket.Chat1.3Likely human-written686TypeScript46,0402026-08-29View →
appsmithorg/appsmith1.3Likely human-written1433TypeScript40,7742026-08-29View →
ChromeDevTools/chrome-devtools-mcp1.3Likely human-written55TypeScript49,9232026-08-29View →
microsoft/WSL1.3Likely human-written407C++33,5482026-08-29View →
OWASP/CheatSheetSeries1.3Likely human-written29Python33,0092026-08-29View →
qarmin/czkawka1.3Likely human-written84Fluent33,0702026-08-29View →
vercel/turborepo1.3Likely human-written628Rust31,0272026-08-29View →
GoogleChrome/lighthouse1.3Likely human-written354JavaScript30,7072026-08-29View →
jdx/mise1.3Likely human-written500Rust33,1782026-08-29View →
SDWebImage/SDWebImage1.3Likely human-written56Objective-C25,6322026-08-29View →
vercel-labs/agent-skills1.3Likely human-written23JavaScript30,5862026-08-29View →
microsoft/typescript-go1.3Likely human-written2400Go26,2202026-08-29View →
NixOS/nixpkgs1.3Likely human-written864Nix25,9622026-08-29View →
niri-wm/niri1.3Likely human-written141Rust27,2442026-08-29View →
beekeeper-studio/beekeeper-studio1.3Likely human-written178TypeScript23,5252026-08-29View →
containerd/containerd1.3Likely human-written319Go21,2132026-08-29View →
apernet/hysteria1.3Likely human-written53Go22,3862026-08-29View →
wavetermdev/waveterm1.3Likely human-written176Go22,1392026-08-29View →
RPCS3/rpcs31.3Likely human-written1075C++19,5872026-08-29View →
ether/etherpad1.3Likely human-written178TypeScript18,5122026-08-29View →
elysiajs/elysia1.3Likely human-written113TypeScript19,0112026-08-29View →
nim-lang/Nim1.3Likely human-written59Nim18,1972026-08-29View →
termux/termux-packages1.3Likely human-written310Shell16,8642026-08-29View →
mickael-kerjean/filestash1.3Likely human-written69Go14,5562026-08-29View →
espanso/espanso1.3Likely human-written160Rust14,3732026-08-29View →
OpenVPN/openvpn1.3Likely human-written201C14,4522026-08-29View →
dream-num/univer1.3Likely human-written1475TypeScript14,2352026-08-29View →
vuejs/vitepress1.3Likely human-written83TypeScript18,2582026-08-29View →
redis/node-redis1.3Likely human-written128TypeScript17,5732026-08-29View →
influxdata/telegraf1.3Likely human-written788Go17,7772026-08-29View →
vercel-labs/skills1.3Likely human-written33TypeScript29,8972026-08-29View →
Unitech/pm21.3Likely human-written42JavaScript43,2832026-08-29View →
tinymce/tinymce1.3Likely human-written482TypeScript16,2842026-08-29View →
tastejs/todomvc1.3Likely human-written297JavaScript28,9492026-08-29View →
luong-komorebi/Awesome-Linux-Software1.3Likely human-written11HTML25,5822026-08-29View →
upscayl/upscayl1.3Likely human-written25TypeScript48,8062026-08-29View →
NirDiamant/GenAI_Agents1.3Likely human-written64Jupyter Notebook24,0242026-08-29View →
JohnCoates/Aerial1.3Likely human-written33Swift20,9652026-08-29View →
zakirullin/files.md1.3Likely human-written83Go4,1232026-08-29View →
janestreet/magic-trace1.3Likely human-written3OCaml6,2502026-08-29View →
juice-shop/juice-shop1.3Likely human-written196TypeScript13,7342026-08-29View →
cursor/plugins1.3Likely human-written41TypeScript5,9382026-08-29View →
nextapps-de/flexsearch1.3Likely human-written96JavaScript13,7842026-08-29View →
bitwarden/android1.3Likely human-written182Kotlin9,2842026-08-29View →
cloudnative-pg/cloudnative-pg1.3Likely human-written444Go9,2102026-08-29View →
youki-dev/youki1.3Likely human-written95Rust7,5712026-08-29View →
rust-lang/rustup1.3Likely human-written48Rust7,0292026-08-29View →
al1abb/invoify1.3Likely human-written46TypeScript6,3492026-08-29View →
redis/lettuce1.3Likely human-written81Java5,7792026-08-29View →
glushchenko/fsnotes1.3Likely human-written65Swift7,4592026-08-29View →
strawberrymusicplayer/strawberry1.3Likely human-written540C++3,9222026-08-29View →
KhronosGroup/Vulkan-Hpp1.3Likely human-written160C++3,7832026-08-29View →
tw93/MiaoYan1.3Likely human-written42Swift8,6142026-08-29View →
rikkahub/rikkahub1.3Likely human-written186Kotlin7,2372026-08-29View →
netwide-assembler/nasm1.3Likely human-written243Assembly3,2942026-08-29View →
mengjian-github/openclaw1011.3Likely human-written15TypeScript2,9682026-08-29View →
barry-far/V2ray-Config1.3Likely human-written6Python2,3672026-08-29View →
guybedford/es-module-shims1.3Likely human-written11JavaScript1,7292026-08-29View →
blinkospace/blinko1.3Likely human-written48TypeScript10,9582026-08-29View →
tutao/tutanota1.3Likely human-written875TypeScript7,8792026-08-29View →
expressjs/session1.3Likely human-written9JavaScript6,3602026-08-29View →
lijigang/ljg-skills1.3Likely human-written18TypeScript7,2182026-08-29View →
centrifugal/centrifugo1.3Likely human-written110Go10,6802026-08-29View →
vercel-labs/json-render1.3Likely human-written113TypeScript16,0532026-08-29View →
gogf/gf1.3Likely human-written401Go13,2512026-08-29View →
Jguer/yay1.3Likely human-written21Go13,7122026-08-29View →
mayocream/koharu1.3Likely human-written239Rust5,4292026-08-29View →
looplj/axonhub1.3Likely human-written582Go5,1212026-08-29View →
zio/zio1.3Likely human-written176Scala4,4122026-08-29View →
TechnitiumSoftware/DnsServer1.3Likely human-written94C#9,7402026-08-29View →
Sjj1024/PakePlus-iOS1.3Likely human-written3Swift9,0332026-08-29View →
momo5502/sogen1.3Likely human-written221C++3,5582026-08-29View →
chrisvel/tududi1.3Likely human-written191TypeScript3,3042026-08-29View →
xpf0000/FlyEnv1.3Likely human-written251TypeScript3,1832026-08-29View →
DonutWare/Fladder1.3Likely human-written205Dart2,5322026-08-29View →
nezhahq/nezha1.3Likely human-written121Go10,2862026-08-29View →
btraceio/btrace1.3Likely human-written82Java5,9912026-08-29View →
octelium/octelium1.3Likely human-written298Go4,0292026-08-29View →
TanStack/form1.3Likely human-written30TypeScript6,6762026-08-29View →
haproxy/haproxy1.3Likely human-written623C6,8172026-08-29View →
react/metro1.3Likely human-written145JavaScript5,6272026-08-29View →
inngest/inngest1.3Likely human-written464Go5,7762026-08-29View →
firebase/firebase-tools1.3Likely human-written448TypeScript4,4632026-08-29View →
liuliu/ccv1.3Likely human-written928C++7,2422026-08-29View →
jpochyla/psst1.3Likely human-written8Rust9,4672026-08-29View →
mumble-voip/mumble1.3Likely human-written1030C++8,2262026-08-29View →
lldap/lldap1.3Likely human-written39Rust6,4662026-08-29View →
firebase/quickstart-js1.3Likely human-written36TypeScript5,3662026-08-29View →
getkin/kin-openapi1.3Likely human-written89Go3,2892026-08-29View →
grocy/grocy1.3Likely human-written44Blade9,4352026-08-29View →
software-mansion/react-native-gesture-handler1.3Likely human-written87TypeScript6,7812026-08-29View →
kurrent-io/KurrentDB1.3Likely human-written342C#5,8492026-08-29View →
gpujs/gpu.js1.3Likely human-written119JavaScript15,4022026-08-29View →
crisxuan/bestJavaer1.3Likely human-written80JavaScript6,6272026-08-29View →
skyzh/tiny-llm1.3Likely human-written348Python4,5282026-08-29View →
mediago-dev/mediago1.3Likely human-written166TypeScript9,1932026-08-29View →
jsx-eslint/eslint-plugin-react1.3Likely human-written172JavaScript9,2922026-08-29View →
Finsys/dockhand1.3Likely human-written401TypeScript5,8172026-08-29View →
reasonml/reason1.3Likely human-written14OCaml10,3222026-08-29View →
geerlingguy/mac-dev-playbook1.3Likely human-written1Shell7,0362026-08-29View →
laruence/yaf1.3Likely human-written32C4,5122026-08-29View →
zmister2016/MrDoc1.3Likely human-written595JavaScript3,2322026-08-29View →
nxtrace/NTrace-core1.3Likely human-written44Go8,1252026-08-29View →
Azgaar/Fantasy-Map-Generator1.3Likely human-written109HTML5,9312026-08-29View →
xirong/my-git1.3Likely human-written26HTML7,3992026-08-29View →
HyNetworks/hysteria1.3Likely human-written53Go22,3872026-08-29View →
modstart-lib/aigcpanel1.3Likely human-written49TypeScript5,4952026-08-29View →
tolgee/tolgee-platform1.3Likely human-written270TypeScript4,0832026-08-29View →
kamranahmedse/developer-roadmap1.2Likely human-written57TypeScript365,7682026-08-29View →
Snailclimb/JavaGuide1.2Likely human-written71JavaScript158,1022026-08-29View →
supabase/supabase1.2Likely human-written1221TypeScript108,5232026-08-29View →
Developer-Y/cs-video-courses1.2Likely human-written183,1932026-08-29View →
hoppscotch/hoppscotch1.2Likely human-written298TypeScript80,1102026-08-29View →
strapi/strapi1.2Likely human-written435TypeScript73,0302026-08-29View →
nocodb/nocodb1.2Likely human-written784TypeScript64,7732026-08-29View →
rust-lang/rustlings1.2Likely human-written19Rust63,9762026-08-29View →
nuxt/nuxt1.2Likely human-written111TypeScript60,8022026-08-29View →
rclone/rclone1.2Likely human-written404Go59,4332026-08-29View →
laurent22/joplin1.2Likely human-written848TypeScript56,1352026-08-29View →
AlistGo/alist1.2Likely human-written113Go50,1062026-08-29View →
microsoft/monaco-editor1.2Likely human-written310JavaScript46,6072026-08-29View →
sharkdp/fd1.2Likely human-written13Rust44,2312026-08-29View →
DavidHDev/react-bits1.2Likely human-written165JavaScript46,3242026-08-29View →
hashicorp/vault1.2Likely human-written805Go36,1812026-08-29View →
microsoft/Data-Science-For-Beginners1.2Likely human-written217Jupyter Notebook36,7532026-08-29View →
aquasecurity/trivy1.2Likely human-written162Go37,6742026-08-29View →
medusajs/medusa1.2Likely human-written1436TypeScript36,0432026-08-29View →
webtorrent/webtorrent1.2Likely human-written18JavaScript31,3722026-08-29View →
codemirror/codemirror51.2Likely human-written76JavaScript27,2332026-08-29View →
rollup/rollup1.2Likely human-written325JavaScript26,3062026-08-29View →
valkey-io/valkey1.2Likely human-written497C27,0022026-08-29View →
GraphiteEditor/Graphite1.2Likely human-written233Rust26,9552026-08-29View →
GopeedLab/gopeed1.2Likely human-written59Go25,9942026-08-29View →
pubkey/rxdb1.2Likely human-written217TypeScript23,3702026-08-29View →
mihomo-party-org/clash-party1.2Likely human-written60TypeScript26,1452026-08-29View →
zxing/zxing1.2Likely human-written70Java34,0792026-08-29View →
krayin/laravel-crm1.2Likely human-written102PHP23,7492026-08-29View →
nvm-sh/nvm1.2Likely human-written11Shell94,7712026-08-29View →
google/osv-scanner1.2Likely human-written165Go10,9382026-08-29View →
graphql/graphql-js1.2Likely human-written163TypeScript20,3472026-08-29View →
nilbuild/developer-roadmap1.2Likely human-written57TypeScript365,7832026-08-29View →
basecamp/trix1.2Likely human-written36JavaScript20,0052026-08-29View →
decaporg/decap-cms1.2Likely human-written130JavaScript19,3212026-08-29View →
BookStackApp/BookStack1.2Likely human-written312PHP19,0052026-08-29View →
rizinorg/cutter1.2Likely human-written77C++19,6102026-08-29View →
so-fancy/diff-so-fancy1.2Likely human-written2Perl18,0822026-08-29View →
moonlight-stream/moonlight-qt1.2Likely human-written93C++18,4382026-08-29View →
signalapp/Signal-Desktop1.2Likely human-written1546TypeScript16,5002026-08-29View →
typescript-eslint/typescript-eslint1.2Likely human-written385TypeScript16,3742026-08-29View →
formatjs/formatjs1.2Likely human-written219TypeScript14,7452026-08-29View →
vosen/ZLUDA1.2Likely human-written375Rust14,7882026-08-29View →
tamagui/tamagui1.2Likely human-written528TypeScript14,1592026-08-29View →
wanghongenpin/proxypin1.2Likely human-written165Dart13,8462026-08-29View →
codecentric/spring-boot-admin1.2Likely human-written70Java12,8502026-08-29View →
projectdiscovery/nuclei-templates1.2Likely human-written707JavaScript12,8722026-08-29View →
EastWorld/wechat-app-mall1.2Likely human-written56JavaScript21,7682026-08-29View →
nodemailer/nodemailer1.2Likely human-written30JavaScript17,6632026-08-29View →
video-dev/hls.js1.2Likely human-written174TypeScript16,9032026-08-29View →
mountain-loop/yaak1.2Likely human-written174TypeScript19,1252026-08-29View →
pavlobu/deskreen1.2Likely human-written37TypeScript21,3732026-08-29View →
Tencent/APIJSON1.2Likely human-written36Java18,4012026-08-29View →
rrweb-io/rrweb1.2Likely human-written59TypeScript20,0882026-08-29View →
GoogleChrome/chrome-extensions-samples1.2Likely human-written310JavaScript17,7392026-08-29View →
soybeanjs/soybean-admin1.2Likely human-written40TypeScript14,9042026-08-29View →
rybbit-io/rybbit1.2Likely human-written265TypeScript12,8892026-08-29View →
Ileriayo/markdown-badges1.2Likely human-written2SCSS16,9932026-08-29View →
PuerkitoBio/goquery1.2Likely human-written13Go14,9832026-08-29View →
neo4j/neo4j1.2Likely human-written762Java17,1562026-08-29View →
thedaviddias/Front-End-Checklist1.2Likely human-written145MDX73,9312026-08-29View →
voideditor/void1.2Likely human-written2002TypeScript28,8212026-08-29View →
yairm210/Unciv1.2Likely human-written57Kotlin11,1532026-08-29View →
alam00000/bentopdf1.2Likely human-written212JavaScript14,8702026-08-29View →
mdn/content1.2Likely human-written1501Markdown10,9582026-08-29View →
OpenFeign/feign1.2Likely human-written21Java9,7992026-08-29View →
podman-desktop/podman-desktop1.2Likely human-written435TypeScript7,9712026-08-29View →
apache/hertzbeat1.2Likely human-written431Java7,3792026-08-29View →
deepstreamIO/deepstream.io1.2Likely human-written57TypeScript7,1892026-08-29View →
aome510/spotify-player1.2Likely human-written18Rust7,1442026-08-29View →
GNOME/gimp1.2Likely human-written1560C6,3812026-08-29View →
grafana/mimir1.2Likely human-written1098Go5,2172026-08-29View →
sbt/sbt1.2Likely human-written78Scala4,9442026-08-29View →
Radarr/Radarr1.2Likely human-written230C#14,2482026-08-29View →
skypjack/entt1.2Likely human-written84C++13,0572026-08-29View →
woocommerce/woocommerce1.2Likely human-written2146PHP10,4752026-08-29View →
facebook/stylex1.2Likely human-written194JavaScript9,9772026-08-29View →
ccfos/nightingale1.2Likely human-written597Go13,2732026-08-29View →
misskey-dev/misskey1.2Likely human-written315TypeScript11,3052026-08-29View →
smallnest/rpcx1.2Likely human-written21Go8,3122026-08-29View →
ngrx/platform1.2Likely human-written220TypeScript8,3382026-08-29View →
gnif/LookingGlass1.2Likely human-written267C5,6692026-08-29View →
Finb/bark-server1.2Likely human-written4Go3,6022026-08-29View →
standardnotes/app1.2Likely human-written227TypeScript6,6082026-08-29View →
nghttp2/nghttp21.2Likely human-written120C++5,0462026-08-29View →
KilledByAPixel/LittleJS1.2Likely human-written56JavaScript4,1682026-08-29View →
modrinth/code1.2Likely human-written1154Rust2,3372026-08-29View →
Xed-Editor/Xed-Editor1.2Likely human-written233Kotlin2,2512026-08-29View →
wwmm/easyeffects1.2Likely human-written178HTML10,0812026-08-29View →
major/MySQLTuner-perl1.2Likely human-written21Perl9,4742026-08-29View →
reviewdog/reviewdog1.2Likely human-written37Go9,5502026-08-29View →
microsoft/vscode-cpptools1.2Likely human-written164TypeScript6,1522026-08-29View →
karanpratapsingh/system-design1.2Likely human-written245,8362026-08-29View →
async-profiler/async-profiler1.2Likely human-written62C++9,1262026-08-29View →
responsively-org/responsively-app1.2Likely human-written32TypeScript25,1422026-08-29View →
hibernate/hibernate-orm1.2Likely human-written1133Java6,4702026-08-29View →
miantiao-me/Sink1.2Likely human-written57Vue7,0612026-08-29View →
rabbitmq/rabbitmq-tutorials1.2Likely human-written28Java6,8902026-08-29View →
MrLesk/Backlog.md1.2Likely human-written198TypeScript6,5652026-08-29View →
apache/nifi1.2Likely human-written1030Java6,2112026-08-29View →
GeyserMC/Geyser1.2Likely human-written126Java5,7632026-08-29View →
komari-monitor/komari1.2Likely human-written78Go5,9322026-08-29View →
oshi/oshi1.2Likely human-written55Java5,2622026-08-29View →
thewh1teagle/vibe1.2Likely human-written66TypeScript7,2252026-08-29View →
RawTherapee/RawTherapee1.2Likely human-written185C++4,1422026-08-29View →
NetHack/NetHack1.2Likely human-written604C3,8852026-08-29View →
MaaEnd/MaaEnd1.2Likely human-written453C++3,7302026-08-29View →
Helvesec/rmux1.2Likely human-written693Rust2,6032026-08-29View →
apache/dubbo-go1.2Likely human-written203Go4,9532026-08-29View →
redcanaryco/atomic-red-team1.2Likely human-written111C12,4622026-08-29View →
hedgedoc/hedgedoc1.2Likely human-written77TypeScript7,3862026-08-29View →
Ardour/ardour1.2Likely human-written1551C++5,2382026-08-29View →
vanhauser-thc/thc-hydra1.2Likely human-written40C12,2112026-08-29View →
primer/css1.2Likely human-written52SCSS13,0092026-08-29View →
jslint-org/jslint1.2Likely human-written34JavaScript3,6572026-08-29View →
parcel-bundler/lightningcss1.2Likely human-written157Rust7,6672026-08-29View →
evcxr/evcxr1.2Likely human-written18Rust6,4782026-08-29View →
kubernetes/kube-state-metrics1.2Likely human-written54Go6,1872026-08-29View →
kriasoft/react-starter-kit1.2Likely human-written21TypeScript23,6702026-08-29View →
libusb/libusb1.2Likely human-written53C6,1432026-08-29View →
TencentBlueKing/bk-cmdb1.2Likely human-written555Go5,7432026-08-29View →
apache/fesod1.2Likely human-written46Java6,1782026-08-29View →
litmuschaos/litmus1.2Likely human-written385Go5,6032026-08-29View →
FCL-Team/FoldCraftLauncher1.2Likely human-written457Java4,6372026-08-29View →
DioxusLabs/blitz1.2Likely human-written115Rust4,0762026-08-29View →
kubernetes/enhancements1.2Likely human-written563Go3,9322026-08-29View →
termux/termux-x111.2Likely human-written19C4,6712026-08-29View →
steveicarus/iverilog1.2Likely human-written145C++3,6112026-08-29View →
vercel-labs/wterm1.2Likely human-written14TypeScript3,4102026-08-29View →
UE4SS-RE/RE-UE4SS1.2Likely human-written270C++2,8412026-08-29View →
pioneerspacesim/pioneer1.2Likely human-written1203C++1,9052026-08-29View →
torakiki/pdfsam1.2Likely human-written12Java4,5532026-08-29View →
PlayCover/PlayCover1.2Likely human-written8Swift11,6682026-08-29View →
RSS-Bridge/rss-bridge1.2Likely human-written117PHP9,1942026-08-29View →
TG-Twilight/AWAvenue-Ads-Rule1.2Likely human-written16Adblock Filter List6,4072026-08-29View →
nasa/openmct1.2Likely human-written209JavaScript13,0972026-08-29View →
walkor/workerman1.2Likely human-written15PHP11,5472026-08-29View →
openinterpreter/open-interpreter1.1Likely human-written1693Rust68,1752026-08-29View →
cypress-io/cypress1.1Likely human-written473TypeScript51,0092026-08-29View →
tw93/Pake1.1Likely human-written27Rust61,1102026-08-29View →
twentyhq/twenty1.1Likely human-written1119TypeScript55,7892026-08-29View →
vim/vim1.1Likely human-written919Vim Script40,8182026-08-29View →
doocs/leetcode1.1Likely human-written1712Java36,5172026-08-29View →
refinedev/refine1.1Likely human-written1032TypeScript35,5912026-08-29View →
vercel-labs/agent-browser1.1Likely human-written112Rust41,4952026-08-29View →
github/github-mcp-server1.1Likely human-written108Go32,5832026-08-29View →
grafana/loki1.1Likely human-written1029Go28,7982026-08-29View →
eslint/eslint1.1Likely human-written436JavaScript27,4882026-08-29View →
angular/angular-cli1.1Likely human-written180TypeScript27,0222026-08-29View →
router-for-me/CLIProxyAPI1.1Likely human-written313Go49,0592026-08-29View →
yamadashy/repomix1.1Likely human-written112TypeScript28,0992026-08-29View →
Tencent/ncnn1.1Likely human-written1318C++23,7622026-08-29View →
JanDeDobbeleer/oh-my-posh1.1Likely human-written145Go23,3652026-08-29View →
wezterm/wezterm1.1Likely human-written468Rust28,6102026-08-29View →
basecamp/omarchy1.1Likely human-written41Shell33,0872026-08-29View →
QwikDev/qwik1.1Likely human-written343TypeScript22,0512026-08-29View →
henrygd/beszel1.1Likely human-written66Go24,8012026-08-29View →
navidrome/navidrome1.1Likely human-written277Go23,1762026-08-29View →
allinurl/goaccess1.1Likely human-written48C20,8772026-08-29View →
whyour/qinglong1.1Likely human-written52TypeScript19,8242026-08-29View →
slackhq/nebula1.1Likely human-written72Go17,6642026-08-29View →
hydralauncher/hydra1.1Likely human-written320TypeScript16,7482026-08-29View →
bitwarden/clients1.1Likely human-written2769TypeScript13,6912026-08-29View →
amir20/dozzle1.1Likely human-written72Go14,2002026-08-29View →
ent/ent1.1Likely human-written800Go17,1772026-08-29View →
dagger/dagger1.1Likely human-written1814Go16,2112026-08-29View →
CymChad/BaseRecyclerViewAdapterHelper1.1Likely human-written12Kotlin24,5752026-08-29View →
CapSoftware/Cap1.1Likely human-written788Rust21,3112026-08-29View →
pion/webrtc1.1Likely human-written93Go16,7432026-08-29View →
n0shake/Public-APIs1.1Likely human-written123,8092026-08-29View →
IBM/sarama1.1Likely human-written82Go12,5092026-08-29View →
redis/jedis1.1Likely human-written98Java12,3582026-08-29View →
markdown-it/markdown-it1.1Likely human-written17TypeScript21,8572026-08-29View →
trimstray/the-book-of-secret-knowledge1.1Likely human-written1240,8692026-08-29View →
tmuxinator/tmuxinator1.1Likely human-written9Ruby13,7132026-08-29View →
glanceapp/glance1.1Likely human-written18Go36,6792026-08-29View →
mlc-ai/web-llm1.1Likely human-written33TypeScript18,6112026-08-29View →
davatorium/rofi1.1Likely human-written48C16,3542026-08-29View →
openinterpreter/openinterpreter1.1Likely human-written1693Rust68,1752026-08-29View →
wxt-dev/wxt1.1Likely human-written78TypeScript10,4212026-08-29View →
ariakit/ariakit1.1Likely human-written277TypeScript8,6072026-08-29View →
smartcontractkit/chainlink1.1Likely human-written508Go8,2372026-08-29View →
OpenTTD/OpenTTD1.1Likely human-written1201C++8,2162026-08-29View →
openchamber/openchamber1.1Likely human-written540TypeScript9,3342026-08-29View →
kucherenko/jscpd1.1Likely human-written51TypeScript6,0632026-08-29View →
volcano-sh/volcano1.1Likely human-written333Go5,9072026-08-29View →
pluwen/awesome-testflight-link1.1Likely human-written9Python5,4612026-08-29View →
loopbackio/loopback-next1.1Likely human-written306TypeScript5,1092026-08-29View →
cloudflare/cloudflare-docs1.1Likely human-written234MDX5,1462026-08-29View →
unovue/inspira-ui1.1Likely human-written37Vue4,9442026-08-29View →
grokability/snipe-it1.1Likely human-written668PHP14,8852026-08-29View →
Activiti/Activiti1.1Likely human-written135Java10,5392026-08-29View →
kedacore/keda1.1Likely human-written101Go10,4752026-08-29View →
thanos-io/thanos1.1Likely human-written157Go14,1902026-08-29View →
crowdsecurity/crowdsec1.1Likely human-written163Go14,6672026-08-29View →
ogulcancelik/herdr1.1Likely human-written270Rust33,2132026-08-29View →
nicklockwood/SwiftFormat1.1Likely human-written193Swift8,9222026-08-29View →
lballabio/QuantLib1.1Likely human-written553C++7,5492026-08-29View →
plasmicapp/plasmic1.1Likely human-written2191TypeScript6,9782026-08-29View →
tobychui/zoraxy1.1Likely human-written141HTML5,4152026-08-29View →
The-Powder-Toy/The-Powder-Toy1.1Likely human-written108C++5,2812026-08-29View →
cilium/tetragon1.1Likely human-written345C4,9602026-08-29View →
KaijuEngine/kaiju1.1Likely human-written271Go4,6952026-08-29View →
chartbrew/chartbrew1.1Likely human-written202JavaScript4,0502026-08-29View →
KDE/kdeconnect-kde1.1Likely human-written53C++3,9572026-08-29View →
zhblue/hustoj1.1Likely human-written249JavaScript3,7842026-08-29View →
wordpress-mobile/WordPress-iOS1.1Likely human-written536Swift3,9082026-08-29View →
Kanaries/graphic-walker1.1Likely human-written42TypeScript3,2232026-08-29View →
horsicq/DIE-engine1.1Likely human-written12C++3,2402026-08-29View →
chromebrew/chromebrew1.1Likely human-written110Ruby2,5082026-08-29View →
moneymanagerex/moneymanagerex1.1Likely human-written178C++2,2602026-08-29View →
mdn/translated-content1.1Likely human-written4002Markdown2,0242026-08-29View →
bastienwirtz/homer1.1Likely human-written13Vue11,5822026-08-29View →
Shopify/react-native-skia1.1Likely human-written150TypeScript8,5332026-08-29View →
rundeck/rundeck1.1Likely human-written301Groovy6,2802026-08-29View →
google/google-java-format1.1Likely human-written31Java6,1832026-08-29View →
heroiclabs/nakama1.1Likely human-written227Go13,2292026-08-29View →
chatfire-AI/huobao-drama1.1Likely human-written23Vue14,2152026-08-29View →
keybase/client1.1Likely human-written1028Go9,2422026-08-29View →
liyupi/codefather1.1Likely human-written25TypeScript8,3862026-08-29View →
harvester/harvester1.1Likely human-written114Go5,1412026-08-29View →
endless-sky/endless-sky1.1Likely human-written409C++7,5232026-08-29View →
keiyoushi/extensions-source1.1Likely human-written99Kotlin4,6022026-08-29View →
moonrepo/moon1.1Likely human-written132Rust4,0772026-08-29View →
databus23/helm-diff1.1Likely human-written12Go3,4842026-08-29View →
softwaremill/elasticmq1.1Likely human-written13Scala2,9192026-08-29View →
altcha-org/altcha1.1Likely human-written11TypeScript2,7172026-08-29View →
go-acme/lego1.1Likely human-written97Go9,8372026-08-29View →
ParthJadhav/app-store-screenshots1.1Likely human-written7TypeScript6,7292026-08-29View →
ibelick/ui-skills1.1Likely human-written13TypeScript7,7552026-08-29View →
yarnpkg/berry1.1Likely human-written123TypeScript8,1012026-08-29View →
berty/berty1.1Likely human-written425TypeScript9,2792026-08-29View →
libgit2/libgit21.1Likely human-written476C10,5742026-08-29View →
mvdan/sh1.1Likely human-written47Go9,0202026-08-29View →
reactjs/react-docgen1.1Likely human-written44TypeScript3,8192026-08-29View →
kamiyaa/joshuto1.1Likely human-written11Rust3,7242026-08-29View →
jank-lang/jank1.1Likely human-written90C++3,3202026-08-29View →
nuxt/ui1.1Likely human-written178TypeScript6,8622026-08-29View →
JodaOrg/joda-time1.1Likely human-written81Java4,9802026-08-29View →
nsqio/nsq1.1Likely human-written14Go25,7752026-08-29View →
google/j2objc1.1Likely human-written1762Java6,0392026-08-29View →
w3c/csswg-drafts1.1Likely human-written173Bikeshed4,8702026-08-29View →
impress/impress.js1.1Likely human-written16JavaScript38,1692026-08-29View →
npm/cli1.1Likely human-written151JavaScript10,0752026-08-29View →
terraform-linters/tflint1.1Likely human-written52Go5,7972026-08-29View →
CaffeineMC/sodium1.1Likely human-written12Java5,7372026-08-29View →
herdrdev/herdr1.1Likely human-written270Rust33,2792026-08-29View →
codenotary/immudb1.1Likely human-written222Go9,0242026-08-29View →
agavra/tuicr1.1Likely human-written95Rust2,9552026-08-29View →
aws/aws-sdk-php1.1Likely human-written2883PHP6,2032026-08-29View →
ardatan/graphql-tools1.1Likely human-written154TypeScript5,4332026-08-29View →
HarbourMasters/Lighthouse1.1Likely human-written303C3932026-08-29View →
yc-software/qm1.1Likely human-written316TypeScript14,3142026-08-29View →
yangzongzhuan/RuoYi1.1Likely human-written71HTML8,5242026-08-29View →
vorssaint/vorssaint-utils1.1Likely human-written188Swift13,2272026-08-29View →
Azure/bicep1.1Likely human-written459Bicep3,6352026-08-29View →
Chevey339/kelivo1.1Likely human-written882Dart3,7972026-08-29View →
VerifyTests/Verify1.1Likely human-written136C#3,4662026-08-29View →
ReactiveX/RxSwift1.1Likely human-written233Swift24,6492026-08-29View →
altair-graphql/altair1.1Likely human-written88TypeScript5,4302026-08-29View →
cboxdoerfer/fsearch1.1Likely human-written38C4,3352026-08-29View →
UI5/openui51.1Likely human-written4591JavaScript3,3132026-08-29View →
confluentinc/confluent-kafka-go1.1Likely human-written88Go5,1602026-08-29View →
sourcebot-dev/sourcebot1.1Likely human-written194TypeScript3,9122026-08-29View →
vorssaintapp/vorssaint-utils1.1Likely human-written188Swift13,2932026-08-29View →
external-secrets/external-secrets1.1Likely human-written281Go6,8252026-09-02View →
microsoft/ML-For-Beginners1.0Likely human-written192Jupyter Notebook89,8642026-08-29View →
jesseduffield/lazygit1.0Likely human-written130Go81,7282026-08-29View →
openai/codex1.0Likely human-written1714Rust119,4952026-08-29View →
apache/echarts1.0Likely human-written460TypeScript67,1732026-08-29View →
spring-projects/spring-framework1.0Likely human-written501Java60,2082026-08-29View →
remix-run/react-router1.0Likely human-written213TypeScript56,5762026-08-29View →
TryGhost/Ghost1.0Likely human-written1013JavaScript55,0762026-08-29View →
jgm/pandoc1.0Likely human-written73Haskell46,0522026-08-29View →
DIYgod/RSSHub1.0Likely human-written112TypeScript45,9202026-08-29View →
logseq/logseq1.0Likely human-written74Clojure44,6662026-08-29View →
payloadcms/payload1.0Likely human-written587TypeScript44,4602026-08-29View →
photoprism/photoprism1.0Likely human-written419Go40,1152026-08-29View →
php/php-src1.0Likely human-written1801C40,3262026-08-29View →
LizardByte/Sunshine1.0Likely human-written110C++40,6352026-08-29View →
sequelize/sequelize1.0Likely human-written158TypeScript30,3772026-08-29View →
binwiederhier/ntfy1.0Likely human-written129Go33,8192026-08-29View →
abiosoft/colima1.0Likely human-written18Go30,5532026-08-29View →
Budibase/budibase1.0Likely human-written510TypeScript28,2462026-08-29View →
labring/FastGPT1.0Likely human-written514TypeScript29,4942026-08-29View →
mattermost-community/focalboard1.0Likely human-written179TypeScript26,4372026-08-29View →
robertdavidgraham/masscan1.0Likely human-written60C25,9592026-08-29View →
rancher/rancher1.0Likely human-written357Go25,8772026-08-29View →
Predidit/Kazumi1.0Likely human-written46Dart29,3242026-08-29View →
facebook/lexical1.0Likely human-written335TypeScript23,8072026-08-29View →
android/compose-samples1.0Likely human-written28Kotlin23,4192026-08-29View →
palantir/blueprint1.0Likely human-written157TypeScript22,0192026-08-29View →
gofr-dev/gofr1.0Likely human-written182Go20,9642026-08-29View →
postgres/postgres1.0Likely human-written1612C21,9252026-08-29View →
KaTeX/KaTeX1.0Likely human-written43TypeScript20,3442026-08-29View →
cube-js/cube1.0Likely human-written569Rust20,7322026-08-29View →
nats-io/nats-server1.0Likely human-written375Go20,6252026-08-29View →
birobirobiro/awesome-shadcn-ui1.0Likely human-written17TypeScript20,4012026-08-29View →
compiler-explorer/compiler-explorer1.0Likely human-written1229TypeScript19,0112026-08-29View →
joewalnes/websocketd1.0Likely human-written14Go17,4662026-08-29View →
vitest-dev/vitest1.0Likely human-written165TypeScript17,0222026-08-29View →
mikefarah/yq1.0Likely human-written34Go15,9002026-08-29View →
argoproj/argo-workflows1.0Likely human-written233Go16,9452026-08-29View →
projectdiscovery/katana1.0Likely human-written27Go17,3542026-08-29View →
verdaccio/verdaccio1.0Likely human-written184TypeScript17,8462026-08-29View →
getmaxun/maxun1.0Likely human-written81TypeScript17,3182026-08-29View →
marko-js/marko1.0Likely human-written122JavaScript14,4102026-08-29View →
apache/druid1.0Likely human-written505Java14,0472026-08-29View →
gravitl/netmaker1.0Likely human-written93Go11,7702026-08-29View →
tradingview/lightweight-charts1.0Likely human-written153TypeScript17,1122026-08-29View →
transmission/transmission1.0Likely human-written201C++15,1382026-08-29View →
liyupi/ai-guide1.0Likely human-written52JavaScript19,2622026-08-29View →
KRTirtho/spotube1.0Likely human-written81Dart48,7672026-08-29View →
cloudwu/skynet1.0Likely human-written92C14,1332026-08-29View →
elder-plinius/CL4R1T4S1.0Likely human-written2947,1972026-08-29View →
onlook-dev/onlook1.0Likely human-written121TypeScript26,5862026-08-29View →
kenn-io/agentsview1.0Likely human-written889Go5,3102026-08-29View →
ImranR98/Obtainium1.0Likely human-written38Dart19,3072026-08-29View →
spring-projects/spring-security1.0Likely human-written127Java9,6182026-08-29View →
nodejs/undici1.0Likely human-written155JavaScript7,6862026-08-29View →
Dolibarr/dolibarr1.0Likely human-written1801PHP7,5492026-08-29View →
superdesigndev/superdesign1.0Likely human-written20TypeScript6,8992026-08-29View →
zabbix/zabbix1.0Likely human-written2677Go Template6,3172026-08-29View →
tasks/tasks1.0Likely human-written54Kotlin5,5172026-08-29View →
dunglas/mercure1.0Likely human-written36Go5,3002026-08-29View →
warmcat/libwebsockets1.0Likely human-written683C5,3202026-08-29View →
netbootxyz/netboot.xyz1.0Likely human-written6Jinja12,1942026-08-29View →
NG-ZORRO/ng-zorro-antd1.0Likely human-written121TypeScript9,1662026-08-29View →
abpframework/abp1.0Likely human-written851C#14,4182026-08-29View →
jnMetaCode/agency-agents-zh1.0Likely human-written67Shell20,0472026-08-29View →
stashapp/stash1.0Likely human-written454Go12,8982026-08-29View →
SigmaHQ/sigma1.0Likely human-written196Python10,9562026-08-29View →
PrismLauncher/PrismLauncher1.0Likely human-written137C++10,2582026-08-29View →
openstatusHQ/openstatus1.0Likely human-written339TypeScript9,0282026-08-29View →
crynta/terax-ai1.0Likely human-written67TypeScript9,1242026-08-29View →
arkime/arkime1.0Likely human-written170C7,4592026-08-29View →
aidenybai/react-grab1.0Likely human-written46TypeScript7,5892026-08-29View →
gtsteffaniak/filebrowser1.0Likely human-written179Go7,9332026-08-29View →
zsviczian/obsidian-excalidraw-plugin1.0Likely human-written174TypeScript7,5182026-08-29View →
lightdash/lightdash1.0Likely human-written925TypeScript6,1022026-08-29View →
umputun/remark421.0Likely human-written79Go5,5922026-08-29View →
taikoxyz/taiko-mono1.0Likely human-written242Rust4,5602026-08-29View →
rime/librime1.0Likely human-written186C++4,5732026-08-29View →
apache/groovy1.0Likely human-written154Java5,4642026-08-29View →
flatpak/flatpak1.0Likely human-written159C5,0512026-08-29View →
agda/agda1.0Likely human-written29Haskell2,9192026-08-29View →
pt-plugins/PT-depiler1.0Likely human-written97TypeScript2,5702026-08-29View →
openfrontio/OpenFrontIO1.0Likely human-written239TypeScript2,5702026-08-29View →
oneclickvirt/ecs1.0Likely human-written13Go2,3152026-08-29View →
frankiejun/serv00-play1.0Likely human-written4Shell2,1312026-08-29View →
Maintainerr/Maintainerr1.0Likely human-written105TypeScript2,2332026-08-29View →
boardgameio/boardgame.io1.0Likely human-written39TypeScript12,4132026-08-29View →
wanglin2/mind-map1.0Likely human-written23JavaScript12,6652026-08-29View →
sqlite/sqlite1.0Likely human-written378C10,3622026-08-29View →
getlago/lago1.0Likely human-written13Go10,4382026-08-29View →
anchore/grype1.0Likely human-written157Go12,7992026-08-29View →
fatih/vim-go1.0Likely human-written4Vim Script16,2182026-08-29View →
dreamhunter2333/cloudflare_temp_email1.0Likely human-written51TypeScript11,5752026-08-29View →
star-history/star-history1.0Likely human-written11TypeScript9,4382026-08-29View →
HigherOrderCO/Bend1.0Likely human-written22Rust19,8082026-08-29View →
sysadminsmedia/homebox1.0Likely human-written199Go7,0362026-08-29View →
imba/imba1.0Likely human-written166JavaScript6,5042026-08-29View →
aws-amplify/amplify-js1.0Likely human-written205TypeScript9,5572026-08-29View →
pinokiocomputer/pinokio1.0Likely human-written8JavaScript7,8862026-08-29View →
win12-online/win121.0Likely human-written24JavaScript7,2662026-08-29View →
achristmascarl/rainfrog1.0Likely human-written9Rust5,3002026-08-29View →
exa-labs/exa-mcp-server1.0Likely human-written16TypeScript4,9412026-08-29View →
mikro-orm/mikro-orm1.0Likely human-written417TypeScript9,1892026-08-29View →
RodZill4/material-maker1.0Likely human-written8GDScript5,8632026-08-29View →
swiftbar/SwiftBar1.0Likely human-written18Swift4,4812026-08-29View →
shuakami/qq-chat-exporter1.0Likely human-written103TypeScript4,8872026-08-29View →
sysstat/sysstat1.0Likely human-written89C3,3622026-08-29View →
MeowDump/Integrity-Box1.0Likely human-written8HTML2,5982026-08-29View →
fcitx5-android/fcitx5-android1.0Likely human-written11Kotlin5,5942026-08-29View →
HapeLee/legado-with-MD31.0Likely human-written97Kotlin5,8932026-08-29View →
open-telemetry/opentelemetry-collector1.0Likely human-written261Go7,4682026-08-29View →
FasterXML/jackson1.0Likely human-written29,8032026-08-29View →
typehero/typehero1.0Likely human-written54TypeScript6,6402026-08-29View →
Rich-Harris/degit1.0Likely human-written7TypeScript7,9262026-08-29View →
GUI-for-Cores/GUI.for.SingBox1.0Likely human-written26Vue8,1102026-08-29View →
ellite/Wallos1.0Likely human-written58PHP8,4192026-08-29View →
t1m0thyj/WinDynamicDesktop1.0Likely human-written4C#5,0082026-08-29View →
anacrolix/torrent1.0Likely human-written19Go6,1022026-08-29View →
chalk/chalk1.0Likely human-written2JavaScript23,3102026-08-29View →
metersphere/metersphere1.0Likely human-written278Java13,4792026-08-29View →
Humanizr/Humanizer1.0Likely human-written572C#9,8382026-08-29View →
walkinglabs/learn-harness-engineering1.0Likely human-written82TypeScript14,4752026-08-29View →
prakhar1989/docker-curriculum1.0Likely human-written10CSS6,0902026-08-29View →
peco/peco1.0Likely human-written14Go7,9102026-08-29View →
hwdsl2/docker-ipsec-vpn-server1.0Likely human-written3Shell7,1232026-08-29View →
Velocidex/velociraptor1.0Likely human-written361Go4,2142026-08-29View →
bbycroft/llm-viz1.0Likely human-written48TypeScript5,5132026-08-29View →
omnimind-ai/OmniBot1.0Likely human-written155Dart1,9342026-08-29View →
tgstation/tgstation1.0Likely human-written280DM1,9352026-08-29View →
rolling-scopes/rsschool-app1.0Likely human-written164TypeScript10,3672026-08-29View →
shipshapecode/shepherd1.0Likely human-written31JavaScript13,7982026-08-29View →
qpdf/qpdf1.0Likely human-written30C++5,3572026-08-29View →
KuekHaoYang/KVideo1.0Likely human-written52TypeScript4,0432026-08-29View →
wmjordan/PDFPatcher1.0Likely human-written92C#12,6422026-08-29View →
bashalarmistalt/decimen-optical-transfer1.0Likely human-written23TypeScript6,5662026-08-29View →
vantage-sh/ec2instances.info1.0Likely human-written52TypeScript5,7612026-08-29View →
zhu1090093659/dsh-web-ui1.0Likely human-written214TypeScript6,4332026-08-29View →
f/prompts.chat0.9Likely human-written252HTML168,1142026-08-29View →
shadcn-ui/ui0.9Likely human-written532TypeScript122,3902026-08-29View →
FFmpeg/FFmpeg0.9Likely human-written1621C63,7392026-08-29View →
FuelLabs/fuel-core0.9Likely human-written158Rust56,8792026-08-29View →
charlax/professional-programming0.9Likely human-written4Python51,4532026-08-29View →
mastodon/mastodon0.9Likely human-written518Ruby50,2552026-08-29View →
Alamofire/Alamofire0.9Likely human-written302Swift42,4262026-08-29View →
drizzle-team/drizzle-orm0.9Likely human-written608TypeScript35,6182026-08-29View →
backstage/backstage0.9Likely human-written1028TypeScript34,2742026-08-29View →
kubernetes/minikube0.9Likely human-written223Go32,0742026-08-29View →
parallax/jsPDF0.9Likely human-written136JavaScript31,2922026-08-29View →
mantinedev/mantine0.9Likely human-written348TypeScript31,6312026-08-29View →
gethomepage/homepage0.9Likely human-written78JavaScript32,2792026-08-29View →
heroui-inc/heroui0.9Likely human-written155TypeScript30,4812026-08-29View →
QuantumNous/new-api0.9Likely human-written306Go46,6982026-08-29View →
badges/shields0.9Likely human-written48JavaScript27,1292026-08-29View →
OI-wiki/OI-wiki0.9Likely human-written131TypeScript26,5802026-08-29View →
Max-Eee/NeoPass0.9Likely human-written12JavaScript24,5692026-08-29View →
angular/components0.9Likely human-written370TypeScript25,0392026-08-29View →
OpenListTeam/OpenList0.9Likely human-written124Go24,3662026-08-29View →
pqrs-org/Karabiner-Elements0.9Likely human-written89C++22,6922026-08-29View →
lit/lit0.9Likely human-written165TypeScript21,7922026-08-29View →
WordPress/WordPress0.9Likely human-written588PHP21,3712026-08-29View →
mihonapp/mihon0.9Likely human-written11Kotlin23,1912026-08-29View →
Ebazhanov/linkedin-skill-assessments-quizzes0.9Likely human-written61Python28,8102026-08-29View →
jsdom/jsdom0.9Likely human-written110JavaScript21,6632026-08-29View →
adonisjs/core0.9Likely human-written4TypeScript19,1032026-08-29View →
golangci/golangci-lint0.9Likely human-written324Go19,3302026-08-29View →
kysely-org/kysely0.9Likely human-written102TypeScript14,1742026-08-29View →
ast-grep/ast-grep0.9Likely human-written60Rust15,6782026-08-29View →
mytechnotalent/Reverse-Engineering0.9Likely human-written3Assembly14,1852026-08-29View →
advplyr/audiobookshelf0.9Likely human-written140JavaScript14,1692026-08-29View →
CleverRaven/Cataclysm-DDA0.9Likely human-written2618C++13,0512026-08-29View →
formbricks/formbricks0.9Likely human-written483TypeScript12,8372026-08-29View →
prestodb/presto0.9Likely human-written760Java16,7262026-08-29View →
521xueweihan/HelloGitHub0.9Likely human-written23Python173,4802026-08-29View →
Foundry376/Mailspring0.9Likely human-written230JavaScript17,7632026-08-29View →
mjmlio/mjml0.9Likely human-written16JavaScript18,2122026-08-29View →
infinitered/ignite0.9Likely human-written26TypeScript19,9382026-08-29View →
zhaoolee/ChromeAppHeroes0.9Likely human-written181JavaScript25,8052026-08-29View →
bggRGjQaUbCoE/PiliPlus0.9Likely human-written387Dart17,7762026-08-29View →
atlassian/pragmatic-drag-and-drop0.9Likely human-written83TypeScript12,7392026-08-29View →
mapbox/mapbox-gl-js0.9Likely human-written933TypeScript12,3922026-08-29View →
Wei-Shaw/claude-relay-service0.9Likely human-written141JavaScript12,5772026-08-29View →
quic-go/quic-go0.9Likely human-written80Go11,7522026-08-29View →
didi/LogicFlow0.9Likely human-written111TypeScript11,6722026-08-29View →
LemmyNet/lemmy0.9Likely human-written86Rust14,5712026-08-29View →
dwmkerr/hacker-laws0.9Likely human-written4HTML27,2732026-08-29View →
jasmine/jasmine0.9Likely human-written40JavaScript15,8222026-08-29View →
select2/select20.9Likely human-written24JavaScript25,9072026-08-29View →
novnc/noVNC0.9Likely human-written10JavaScript13,9662026-08-29View →
dexie/Dexie.js0.9Likely human-written95TypeScript14,5532026-08-29View →
poteto/hiring-without-whiteboards0.9Likely human-written1JavaScript51,8132026-08-29View →
every-app/open-seo0.9Likely human-written287TypeScript14,1202026-08-29View →
siderolabs/talos0.9Likely human-written606Go11,0412026-08-29View →
containerd/nerdctl0.9Likely human-written87Go10,3432026-08-29View →
mui/base-ui0.9Likely human-written352TypeScript10,7572026-08-29View →
gitbucket/gitbucket0.9Likely human-written165Scala9,4002026-08-29View →
robolectric/robolectric0.9Likely human-written300Java6,0422026-08-29View →
kwsch/PKHeX0.9Likely human-written538C#5,0732026-08-29View →
spotiflacapp/SpotiFLAC-Mobile0.9Likely human-written415Dart6,0172026-08-29View →
duckduckgo/Android0.9Likely human-written594Kotlin4,8032026-08-29View →
microg/GmsCore0.9Likely human-written40Java14,3922026-08-29View →
libvips/libvips0.9Likely human-written251C11,6132026-08-29View →
thunderbird/thunderbird-android0.9Likely human-written189Kotlin13,9312026-08-29View →
aws/aws-cdk0.9Likely human-written2563TypeScript12,8762026-08-29View →
citusdata/citus0.9Likely human-written397C12,7342026-08-29View →
anomalyco/opentui0.9Likely human-written288TypeScript13,1752026-08-29View →
chrismaltby/gb-studio0.9Likely human-written41TypeScript9,3872026-08-29View →
0xJacky/nginx-ui0.9Likely human-written148Go11,4582026-08-29View →
WhiskeySockets/Baileys0.9Likely human-written39JavaScript10,8902026-08-29View →
pymumu/smartdns0.9Likely human-written79C11,2742026-08-29View →
rorkai/App-Store-Connect-CLI0.9Likely human-written683Go6,3092026-08-29View →
AdguardTeam/AdguardFilters0.9Likely human-written222Adblock Filter List4,4842026-08-29View →
aldinokemal/go-whatsapp-web-multidevice0.9Likely human-written54Go4,6892026-08-29View →
EhPanda-Team/EhPanda0.9Likely human-written6Swift3,9612026-08-29View →
space-wizards/space-station-140.9Likely human-written1568C#3,7622026-08-29View →
bastillion-io/Bastillion0.9Likely human-written13Java3,5412026-08-29View →
chthollyphile/folia-major0.9Likely human-written199TypeScript1,8552026-08-29View →
Stremio/stremio-web0.9Likely human-written14JavaScript12,8802026-08-29View →
shadowsocks/shadowsocks-rust0.9Likely human-written94Rust10,8292026-08-29View →
nexmoe/VidBee0.9Likely human-written60TypeScript10,4152026-08-29View →
basketikun/infinite-canvas0.9Likely human-written63TypeScript5,7372026-08-29View →
tt-a1i/archify0.9Likely human-written438JavaScript27,9062026-08-29View →
kubeovn/kube-ovn0.9Likely human-written199Go2,3942026-08-29View →
dedicatedcode/reitti0.9Likely human-written70Java2,4382026-08-29View →
Comfy-Org/ComfyUI_frontend0.9Likely human-written1162TypeScript1,9892026-08-29View →
cpinitiative/usaco-guide0.9Likely human-written78MDX1,8392026-08-29View →
Infisical/agent-vault0.9Likely human-written49Go2,1572026-08-29View →
linkerd/linkerd20.9Likely human-written222Go11,4832026-08-29View →
ctf-wiki/ctf-wiki0.9Likely human-written135Python9,5992026-08-29View →
whatwg/html0.9Likely human-written3HTML9,3722026-08-29View →
openclaw/gogcli0.9Likely human-written275Go8,3402026-08-29View →
kubernetes-sigs/headlamp0.9Likely human-written469TypeScript7,1662026-08-29View →
Piebald-AI/claude-code-system-prompts0.9Likely human-written7JavaScript12,4892026-08-29View →
XcodesOrg/XcodesApp0.9Likely human-written8Swift8,5032026-08-29View →
go-shiori/shiori0.9Likely human-written43Go11,6192026-08-29View →
deniscerri/ytdlnis0.9Likely human-written23Kotlin9,8482026-08-29View →
OHIF/Viewers0.9Likely human-written356TypeScript4,3122026-08-29View →
kubernetes-sigs/external-dns0.9Likely human-written108Go9,0732026-08-29View →
Aethersailor/Custom_OpenClash_Rules0.9Likely human-written101Shell6,4142026-08-29View →
sindresorhus/eslint-plugin-unicorn0.9Likely human-written445JavaScript5,2332026-08-29View →
zsh-users/zsh0.9Likely human-written151C4,2902026-08-29View →
Aidoku/Aidoku0.9Likely human-written71Swift4,5022026-08-29View →
glitternetwork/pinme0.9Likely human-written29TypeScript3,7332026-08-29View →
bgreenwell/doxx0.9Likely human-written8Rust3,7462026-08-29View →
automazeio/vibeproxy0.9Likely human-written9Swift3,3152026-08-29View →
Martchus/syncthingtray0.9Likely human-written119C++2,9252026-08-29View →
grobidOrg/grobid0.9Likely human-written482Java5,1092026-08-29View →
freeplane/freeplane0.9Likely human-written60Java4,3232026-08-29View →
jo-inc/camofox-browser0.9Likely human-written37JavaScript8,9482026-08-29View →
erebe/wstunnel0.9Likely human-written12Rust7,0042026-08-29View →
google/go-github0.9Likely human-written173Go11,2882026-08-29View →
vercel-labs/deepsec0.9Likely human-written85TypeScript7,8492026-08-29View →
vinta/pangu.js0.9Likely human-written11TypeScript4,8062026-08-29View →
beyond-all-reason/Beyond-All-Reason0.9Likely human-written736Lua4,1822026-08-29View →
nteract/hydrogen0.9Likely human-written14TypeScript4,0192026-08-29View →
primer/react0.9Likely human-written204TypeScript3,8932026-08-29View →
dlang/dmd0.9Likely human-written71D3,3022026-08-29View →
DenverCoder1/readme-typing-svg0.9Likely human-written3PHP9,2702026-08-29View →
github/gh-ost0.9Likely human-written19Go13,5432026-08-29View →
Vencord/Vesktop0.9Likely human-written14TypeScript8,3612026-08-29View →
ACL4SSR/ACL4SSR0.9Likely human-written34Python6,5942026-08-29View →
quay/clair0.9Likely human-written35Go11,0532026-08-29View →
dequelabs/axe-core0.9Likely human-written149JavaScript7,4512026-08-29View →
flowable/flowable-engine0.9Likely human-written445Java9,5002026-08-29View →
visgl/react-map-gl0.9Likely human-written27TypeScript8,4972026-08-29View →
jepsen-io/jepsen0.9Likely human-written4Clojure7,4802026-08-29View →
nock/nock0.9Likely human-written32JavaScript13,1232026-08-29View →
LSPosed/LSPosed0.9Likely human-written38Java24,5292026-08-29View →
fontforge/fontforge0.9Likely human-written431C7,9162026-08-29View →
ChromeDevTools/devtools-frontend0.9Likely human-written1802TypeScript4,0232026-08-29View →
stoatchat/stoatchat0.9Likely human-written103Rust3,2612026-08-29View →
go-admin-team/go-admin0.9Likely human-written29Go12,7492026-08-29View →
mg-chao/snow-apps0.9Likely human-written406C++4,9282026-08-29View →
Cute-Dress/Dress0.9Likely human-written15Python2,8362026-08-29View →
osintbrazuca/osint-brazuca0.9Likely human-written13Python2,6842026-08-29View →
empjs/emp0.9Likely human-written28TypeScript2,3972026-08-29View →
james-6-23/codex2api0.9Likely human-written292Go1,9922026-08-29View →
dzikoysk/reposilite0.9Likely human-written20Kotlin1,8622026-08-29View →
bytedeco/javacv0.9Likely human-written31Java8,3352026-08-29View →
Beingpax/VoiceInk0.9Likely human-written30Swift6,1632026-08-29View →
lonePatient/awesome-pretrained-chinese-nlp-models0.9Likely human-written1Python5,5822026-08-29View →
flarum/framework0.9Likely human-written189PHP6,7482026-08-29View →
triwinds/ns-emu-tools0.9Likely human-written53Rust4,9482026-08-29View →
import-js/eslint-plugin-import0.9Likely human-written45JavaScript5,9402026-08-29View →
w7corp/easywechat0.9Likely human-written48PHP10,3672026-08-29View →
zhu1090093659/dsh-web0.9Likely human-written226TypeScript6,6792026-09-02View →
freeCodeCamp/freeCodeCamp0.8Likely human-written837TypeScript454,7282026-08-29View →
anomalyco/opencode0.8Likely human-written457TypeScript202,1252026-08-29View →
mrdoob/three.js0.8Likely human-written526JavaScript114,8832026-08-29View →
axios/axios0.8Likely human-written38JavaScript109,1932026-08-29View →
traefik/traefik0.8Likely human-written158Go64,6332026-08-29View →
jquery/jquery0.8Likely human-written42JavaScript59,7762026-08-29View →
saadeghi/daisyui0.8Likely human-written92JavaScript42,2272026-08-29View →
outline/outline0.8Likely human-written203TypeScript40,3622026-08-29View →
markedjs/marked0.8Likely human-written23JavaScript37,0972026-08-29View →
directus/directus0.8Likely human-written489TypeScript37,6602026-08-29View →
MHSanaei/3x-ui0.8Likely human-written197Go45,5052026-08-29View →
swc-project/swc0.8Likely human-written5995Rust34,1892026-08-29View →
NginxProxyManager/nginx-proxy-manager0.8Likely human-written24TypeScript34,0122026-08-29View →
vbenjs/vue-vben-admin0.8Likely human-written119Vue33,2652026-08-29View →
ajaxorg/ace0.8Likely human-written119JavaScript27,1442026-08-29View →
linshenkx/prompt-optimizer0.8Likely human-written269TypeScript33,5242026-08-29View →
trufflesecurity/trufflehog0.8Likely human-written368Go27,6202026-08-29View →
toon-format/toon0.8Likely human-written21TypeScript25,2682026-08-29View →
processing/p5.js0.8Likely human-written124JavaScript23,9142026-08-29View →
samber/lo0.8Likely human-written82Go21,4132026-08-29View →
vitessio/vitess0.8Likely human-written962Go21,2712026-08-29View →
eggjs/egg0.8Likely human-written151TypeScript18,9842026-08-29View →
resend/react-email0.8Likely human-written104TypeScript19,6822026-08-29View →
graphql/graphiql0.8Likely human-written55TypeScript16,8992026-08-29View →
Homebrew/homebrew-core0.8Likely human-written202Ruby15,5392026-08-29View →
adobe/react-spectrum0.8Likely human-written49715,8252026-08-29View →
GLips/Figma-Context-MCP0.8Likely human-written14TypeScript15,7302026-08-29View →
ryoppippi/ccusage0.8Likely human-written35Rust18,2132026-08-29View →
tinacms/tinacms0.8Likely human-written120TypeScript13,7582026-08-29View →
roots/sage0.8Likely human-written1PHP13,2652026-08-29View →
openlayers/openlayers0.8Likely human-written123JavaScript12,5592026-08-29View →
hashicorp/nomad0.8Likely human-written512Go16,8402026-08-29View →
C4illin/ConvertX0.8Likely human-written8TypeScript18,6192026-08-29View →
mswjs/msw0.8Likely human-written39TypeScript18,1742026-08-29View →
rjsf-team/react-jsonschema-form0.8Likely human-written117TypeScript15,8772026-08-29View →
infinitered/reactotron0.8Likely human-written26TypeScript15,5852026-08-29View →
mobxjs/mobx0.8Likely human-written115TypeScript28,2062026-08-29View →
millionco/react-doctor0.8Likely human-written675TypeScript14,6462026-08-29View →
tusen-ai/naive-ui0.8Likely human-written209TypeScript18,5172026-08-29View →
Light-City/CPlusPlusThings0.8Likely human-written29C++43,3882026-08-29View →
zakirullin/cognitive-load0.8Likely human-written112,4902026-08-29View →
wenzhixin/bootstrap-table0.8Likely human-written20JavaScript11,8092026-08-29View →
hluk/CopyQ0.8Likely human-written162C++12,1902026-08-29View →
yoavbls/pretty-ts-errors0.8Likely human-written12TypeScript14,1062026-08-29View →
apache/answer0.8Likely human-written175Go15,6602026-08-29View →
element-hq/element-web0.8Likely human-written477TypeScript13,4072026-08-29View →
radix-ui/primitives0.8Likely human-written73TypeScript19,2182026-08-29View →
winstonjs/winston0.8Likely human-written11JavaScript24,5112026-08-29View →
thomaspark/bootswatch0.8Likely human-written965JavaScript14,7482026-08-29View →
umijs/qiankun0.8Likely human-written36TypeScript16,6722026-08-29View →
ccusage/ccusage0.8Likely human-written35Rust18,2152026-08-29View →
v2rayA/v2rayA0.8Likely human-written28Go15,5182026-08-29View →
studyzy/imewlconverter0.8Likely human-written148C#10,2902026-08-29View →
baptisteArno/typebot.io0.8Likely human-written130TypeScript10,2962026-08-29View →
aeron-io/aeron0.8Likely human-written178Java8,8242026-08-29View →
chengaopan/AutoMergePublicNodes0.8Likely human-written43Python8,0042026-08-29View →
648540858/wvp-GB28181-pro0.8Likely human-written142Java7,2762026-08-29View →
Byron/dua-cli0.8Likely human-written18Rust6,1852026-08-29View →
EsotericSoftware/spine-runtimes0.8Likely human-written533C++5,2682026-08-29View →
web-infra-dev/modern.js0.8Likely human-written139TypeScript5,0382026-08-29View →
harlan-zw/unlighthouse0.8Likely human-written12JavaScript4,7872026-08-29View →
ai-collection/ai-collection0.8Likely human-written159,1352026-08-29View →
justjavac/awesome-wechat-weapp0.8Likely human-written31TypeScript51,1892026-08-29View →
ajayyy/SponsorBlock0.8Likely human-written34TypeScript13,7052026-08-29View →
reactjs/react.dev0.8Likely human-written84JavaScript11,7942026-08-29View →
godotengine/godot-demo-projects0.8Likely human-written4GDScript9,4262026-08-29View →
withastro/starlight0.8Likely human-written44TypeScript9,1492026-08-29View →
BuilderIO/builder0.8Likely human-written257TypeScript8,8112026-08-29View →
ntop/ntopng0.8Likely human-written536Lua8,1192026-08-29View →
actions/checkout0.8Likely human-written12TypeScript8,7762026-08-29View →
Col-E/Recaf0.8Likely human-written46Java7,3592026-08-29View →
evcc-io/evcc0.8Likely human-written241Go7,1542026-08-29View →
SwiftOldDriver/iOS-Weekly0.8Likely human-written11JavaScript4,9862026-08-29View →
squidowl/halloy0.8Likely human-written24Rust4,4382026-08-29View →
texstudio-org/texstudio0.8Likely human-written429C++3,6142026-08-29View →
usekaneo/kaneo0.8Likely human-written257TypeScript8,6392026-08-29View →
peasoft/NoMoreWalls0.8Likely human-written43Python3,4612026-08-29View →
WordPress/wordpress-develop0.8Likely human-written718PHP3,4242026-08-29View →
scarsty/kys-cpp0.8Likely human-written58C++2,9512026-08-29View →
lingdojo/kana-dojo0.8Likely human-written2013,2842026-08-29View →
XiaomingX/ai-money-maker-handbook0.8Likely human-written8CSS4,6572026-08-29View →
mempool/mempool0.8Likely human-written59TypeScript2,8272026-08-29View →
rust-lang/libc0.8Likely human-written141Rust2,6012026-08-29View →
ChunelFeng/CGraph0.8Likely human-written15C++2,3012026-08-29View →
spacebarchat/server0.8Likely human-written85TypeScript2,1962026-08-29View →
platformatic/platformatic0.8Likely human-written232JavaScript2,0372026-08-29View →
zarf-dev/zarf0.8Likely human-written83Go2,0202026-08-29View →
hotwired/stimulus0.8Likely human-written9TypeScript13,0832026-08-29View →
gibbok/typescript-book0.8Likely human-written63TypeScript10,3452026-08-29View →
bpmn-io/bpmn-js0.8Likely human-written83JavaScript9,6362026-08-29View →
mqttjs/MQTT.js0.8Likely human-written15TypeScript9,1092026-08-29View →
We5ter/Scanners-Box0.8Likely human-written29,0272026-08-29View →
justjavac/wechat-miniapp-radar0.8Likely human-written31TypeScript51,1892026-08-29View →
davidsonfellipe/awesome-wpo0.8Likely human-written19,0542026-08-29View →
openshift/origin0.8Likely human-written396Go8,6802026-08-29View →
longhorn/longhorn0.8Likely human-written46Shell7,9452026-08-29View →
openbao/openbao0.8Likely human-written623Go7,1942026-08-29View →
wanasit/chrono0.8Likely human-written38TypeScript5,2712026-08-29View →
flipt-io/flipt0.8Likely human-written85Go4,8842026-08-29View →
Achilng/floral-notepaper0.8Likely human-written31Rust4,9542026-08-29View →
testssl/testssl.sh0.8Likely human-written10Shell9,1832026-08-29View →
tsparticles/tsparticles0.8Likely human-written414TypeScript8,9722026-08-29View →
CyberTimon/RapidRAW0.8Likely human-written153TypeScript9,6622026-08-29View →
appleboy/gorush0.8Likely human-written13Go8,7622026-08-29View →
orhun/binsider0.8Likely human-written4Rust4,4082026-08-29View →
grimmory-tools/grimmory0.8Likely human-written324Java4,1302026-08-29View →
LLOneBot/LuckyLilliaBot0.8Likely human-written48TypeScript3,5762026-08-29View →
onedr0p/home-ops0.8Likely human-written2YAML2,8672026-08-29View →
open5gs/open5gs0.8Likely human-written2499C2,7012026-08-29View →
visjs/vis-timeline0.8Likely human-written19JavaScript2,5492026-08-29View →
yuin/goldmark0.8Likely human-written44Go4,9702026-08-29View →
kubernetes/website0.8Likely human-written438HTML5,3632026-08-29View →
par274/sharpemu0.8Likely human-written160C#5,1222026-08-29View →
QuipNetwork/hashsigs-solidity0.8Likely human-written1Solidity11,2162026-08-29View →
nexu-io/html-anything0.8Likely human-written28HTML8,5372026-08-29View →
microsoft/rushstack0.8Likely human-written629TypeScript6,4952026-08-29View →
typecho/typecho0.8Likely human-written38PHP12,4292026-08-29View →
RaspberryPiFoundation/blockly0.8Likely human-written190JavaScript13,5382026-08-29View →
roundcube/roundcubemail0.8Likely human-written126PHP7,1372026-08-29View →
popcorntime/popcorntime0.8Likely human-written41TypeScript10,6512026-08-29View →
momenbasel/PureMac0.8Likely human-written17Swift6,1242026-08-29View →
jellyfin/Swiftfin0.8Likely human-written69Swift4,1262026-08-29View →
sharpemu/sharpemu0.8Likely human-written160C#5,1252026-08-29View →
chakra-ui/zag0.8Likely human-written346TypeScript5,1982026-08-29View →
unovue/reka-ui0.8Likely human-written145Vue6,7502026-08-29View →
killbill/killbill0.8Likely human-written99Java5,7062026-08-29View →
AmazingAng/WTF-Solidity0.8Likely human-written103Solidity14,0342026-08-29View →
tonhowtf/omniget0.8Likely human-written278Rust9,1802026-08-29View →
Shopify/flash-list0.8Likely human-written24TypeScript7,1862026-08-29View →
bytedance/sonic0.8Likely human-written137Go9,5902026-08-29View →
buuing/lucky-canvas0.8Likely human-written10TypeScript8,7532026-08-29View →
podman-container-tools/skopeo0.8Likely human-written9Go11,1962026-08-29View →
vcmi/vcmi0.8Likely human-written399C++5,8162026-08-29View →
ferdium/ferdium-app0.8Likely human-written23TypeScript4,5722026-08-29View →
microsoft/flint-chart0.8Likely human-written889TypeScript4,0442026-08-29View →
openaddresses/openaddresses0.8Likely human-written102Python3,2442026-08-29View →
parseablehq/parseable0.8Likely human-written58Rust2,4482026-08-29View →
maharmstone/btrfs0.8Likely human-written79C7,6422026-08-29View →
cytoscape/cytoscape.js0.8Likely human-written121JavaScript11,1892026-08-29View →
HaxeFoundation/haxe0.8Likely human-written10Haxe6,9212026-08-29View →
appleboy/ssh-action0.8Likely human-written2Shell6,1832026-08-29View →
hpjansson/chafa0.8Likely human-written62C5,1872026-08-29View →
nix-darwin/nix-darwin0.8Likely human-written1Nix5,8862026-08-29View →
sachaos/viddy0.8Likely human-written5Rust5,4042026-08-29View →
BlueWallet/BlueWallet0.8Likely human-written142TypeScript3,2792026-08-29View →
GladysAssistant/Gladys0.8Likely human-written295JavaScript3,1652026-08-29View →
Mic92/sops-nix0.8Likely human-written3Nix3,1322026-08-29View →
firebase/quickstart-android0.8Likely human-written17Kotlin9,3082026-08-29View →
miekg/dns0.8Likely human-written27Go8,7642026-08-29View →
freestylefly/awesome-gpt-image-20.8Likely human-written29JavaScript24,7912026-08-29View →
kmario23/deep-learning-drizzle0.8Likely human-written5HTML12,9362026-08-29View →
thinkgem/jeesite0.8Likely human-written69Vue8,0492026-08-29View →
colyseus/colyseus0.8Likely human-written63TypeScript7,2332026-08-29View →
awesome-selfhosted/awesome-selfhosted0.7Likely human-written1315,7202026-08-29View →
ollama/ollama0.7Likely human-written260Go179,6342026-08-29View →
junegunn/fzf0.7Likely human-written26Go82,6952026-08-29View →
moby/moby0.7Likely human-written491Go72,0102026-08-29View →
dani-garcia/vaultwarden0.7Likely human-written44Rust66,4212026-08-29View →
ionic-team/ionic-framework0.7Likely human-written291TypeScript52,6322026-08-29View →
gogs/gogs0.7Likely human-written74Go47,7802026-08-29View →
AykutSarac/jsoncrack.com0.7Likely human-written6TypeScript44,3382026-08-29View →
yarnpkg/yarn0.7Likely human-written30JavaScript41,4862026-08-29View →
phaserjs/phaser0.7Likely human-written72JavaScript40,2212026-08-29View →
RSSNext/Folo0.7Likely human-written174TypeScript38,8812026-08-29View →
docker/compose0.7Likely human-written49Go38,0702026-08-29View →
pmndrs/react-spring0.7Likely human-written30TypeScript29,1422026-08-29View →
tailwindlabs/headlessui0.7Likely human-written81TypeScript28,7262026-08-29View →
tj/commander.js0.7Likely human-written20JavaScript28,3802026-08-29View →
fanmingming/live0.7Likely human-written19JavaScript28,3862026-08-29View →
dapr/dapr0.7Likely human-written289Go26,0422026-08-29View →
deskflow/deskflow0.7Likely human-written73C++28,3942026-08-29View →
greensock/GSAP0.7Likely human-written25JavaScript28,0712026-08-29View →
urfave/cli0.7Likely human-written27Go24,2092026-08-29View →
jquense/yup0.7Likely human-written11TypeScript23,6722026-08-29View →
emberjs/ember.js0.7Likely human-written168TypeScript22,5662026-08-29View →
apache/rocketmq0.7Likely human-written86Java22,5712026-08-29View →
gin-gonic/gin0.7Likely human-written18Go89,1292026-08-29View →
jesseduffield/lazydocker0.7Likely human-written11Go52,6452026-08-29View →
activepieces/activepieces0.7Likely human-written1067TypeScript24,0772026-08-29View →
getsops/sops0.7Likely human-written19Go22,9512026-08-29View →
CarGuo/GSYVideoPlayer0.7Likely human-written34Java21,4782026-08-29View →
renovatebot/renovate0.7Likely human-written373TypeScript22,3672026-08-29View →
magicuidesign/magicui0.7Likely human-written67MDX22,0912026-08-29View →
grpc-ecosystem/grpc-gateway0.7Likely human-written132Go19,9932026-08-29View →
realm/SwiftLint0.7Likely human-written60Swift19,7142026-08-29View →
linkwarden/linkwarden0.7Likely human-written45TypeScript19,6212026-08-29View →
ktorio/ktor0.7Likely human-written82Kotlin14,5042026-08-29View →
oauth2-proxy/oauth2-proxy0.7Likely human-written66Go14,8892026-08-29View →
imputnet/helium0.7Likely human-written73C++19,9592026-08-29View →
Sonarr/Sonarr0.7Likely human-written170C#15,3042026-08-29View →
Vendicated/Vencord0.7Likely human-written55TypeScript13,9912026-08-29View →
LawnchairLauncher/lawnchair0.7Likely human-written129Java13,4142026-08-29View →
web-infra-dev/rspack0.7Likely human-written458Rust12,8742026-08-29View →
highcharts/highcharts0.7Likely human-written572TypeScript12,4822026-08-29View →
juliangarnier/anime0.7Likely human-written36JavaScript72,4922026-08-29View →
iamgio/quarkdown0.7Likely human-written35Kotlin16,0352026-08-29View →
sweetalert2/sweetalert20.7Likely human-written11JavaScript18,1042026-08-29View →
iluwatar/java-design-patterns0.7Likely human-written57Java94,6332026-08-29View →
emotion-js/emotion0.7Likely human-written21JavaScript18,0212026-08-29View →
ChatGPTNextWeb/NextChat0.7Likely human-written24TypeScript88,6592026-08-29View →
lxgw/LxgwWenKai0.7Likely human-written1Shell25,7162026-08-29View →
neovide/neovide0.7Likely human-written25Rust15,1942026-08-29View →
Netflix/zuul0.7Likely human-written6Java14,0632026-08-29View →
jackc/pgx0.7Likely human-written60Go14,1922026-08-29View →
crimx/ext-saladict0.7Likely human-written62TypeScript13,2972026-08-29View →
notionnext-org/NotionNext0.7Likely human-written97JavaScript11,7822026-08-29View →
diegomura/react-pdf0.7Likely human-written68TypeScript16,7612026-08-29View →
humanlayer/12-factor-agents0.7Likely human-written37TypeScript25,5502026-08-29View →
Diolinux/PhotoGIMP0.7Likely human-written3Python17,6662026-08-29View →
trekhleb/javascript-algorithms0.7Likely human-written37JavaScript196,5752026-08-29View →
Kong/kong0.7Likely human-written109Lua44,0552026-08-29View →
AnthonyCalandra/modern-cpp-features0.7Likely human-written421,8592026-08-29View →
Chuyu-Team/Dism-Multi-language0.7Likely human-written11HTML20,2752026-08-29View →
xbtlin/ai-berkshire0.7Likely human-written159Python15,9492026-08-29View →
altic-dev/FluidVoice0.7Likely human-written25Swift11,0292026-08-29View →
Termix-SSH/Termix0.7Likely human-written444TypeScript14,9432026-08-29View →
runatlantis/atlantis0.7Likely human-written95Go9,2612026-08-29View →
KaringX/clashmi0.7Likely human-written18Dart9,0242026-08-29View →
piscinajs/piscina0.7Likely human-written9TypeScript5,1972026-08-29View →
MarkEdit-app/MarkEdit0.7Likely human-written26Swift5,5482026-08-29View →
blocklistproject/Lists0.7Likely human-written197Python5,0562026-08-29View →
saber-notes/saber0.7Likely human-written44Dart4,7382026-08-29View →
rs/zerolog0.7Likely human-written15Go12,4952026-08-29View →
golang-migrate/migrate0.7Likely human-written10Go18,8622026-08-29View →
unovue/shadcn-vue0.7Likely human-written414TypeScript10,5102026-08-29View →
Milkdown/milkdown0.7Likely human-written70TypeScript11,8652026-08-29View →
github/copilot-cli0.7Likely human-written2Shell11,1212026-08-29View →
azerothcore/azerothcore-wotlk0.7Likely human-written1413C++8,8462026-08-29View →
pocket-id/pocket-id0.7Likely human-written67Go9,0452026-08-29View →
protobufjs/protobuf.js0.7Likely human-written24JavaScript10,5852026-08-29View →
pentaho/pentaho-kettle0.7Likely human-written268Java8,3832026-08-29View →
linearmouse/linearmouse0.7Likely human-written33Swift6,7502026-08-29View →
claration/Feather0.7Likely human-written10Swift4,6112026-08-29View →
MattParkerDev/SharpIDE0.7Likely human-written14C#3,8292026-08-29View →
DeterminateSystems/nix-installer0.7Likely human-written15Rust3,6782026-08-29View →
endoflife-date/endoflife.date0.7Likely human-written50Ruby3,3632026-08-29View →
neomjs/neo0.7Likely human-written786JavaScript3,2612026-08-29View →
alecthomas/kong0.7Likely human-written11Go3,1632026-08-29View →
IHaskell/IHaskell0.7Likely human-written2Jupyter Notebook2,6542026-08-29View →
8680/GOODBYEADS0.7Likely human-written10Python1,8712026-08-29View →
gkjohnson/three-gpu-pathtracer0.7Likely human-written22JavaScript1,8182026-08-29View →
Inochi2D/inochi2d0.7Likely human-written5D1,7782026-08-29View →
acornjs/acorn0.7Likely human-written62JavaScript11,4412026-08-29View →
flxzt/rnote0.7Likely human-written37Rust11,5942026-08-29View →
php/frankenphp0.7Likely human-written50Go11,3152026-08-29View →
Kareadita/Kavita0.7Likely human-written490C#11,5812026-08-29View →
glideapps/quicktype0.7Likely human-written91TypeScript13,8452026-08-29View →
crmeb/CRMEB0.7Likely human-written402Vue9,2902026-08-29View →
graphhopper/graphhopper0.7Likely human-written61Java6,6472026-08-29View →
naver/billboard.js0.7Likely human-written80TypeScript6,0072026-08-29View →
bytedance/flowgram.ai0.7Likely human-written150TypeScript8,4052026-08-29View →
opencart/opencart0.7Likely human-written530PHP8,1892026-08-29View →
0xERR0R/blocky0.7Likely human-written61Go6,9002026-08-29View →
caarlos0/env0.7Likely human-written3Go6,3002026-08-29View →
zeux/meshoptimizer0.7Likely human-written40C++8,2772026-08-29View →
xjasonlyu/tun2socks0.7Likely human-written6Go5,4652026-08-29View →
tinyplex/tinybase0.7Likely human-written171TypeScript5,1602026-08-29View →
CorsixTH/CorsixTH0.7Likely human-written120Lua4,5332026-08-29View →
vuejs/language-tools0.7Likely human-written41TypeScript6,7152026-08-29View →
chenyme/grok2api0.7Likely human-written145Go7,5492026-08-29View →
open-telemetry/opentelemetry-collector-contrib0.7Likely human-written911Go4,8892026-08-29View →
martanne/vis0.7Likely human-written30C4,6982026-08-29View →
miantiao-me/hacker-podcast0.7Likely human-written15TypeScript2,5752026-08-29View →
chuspeeism/dashiAI-ppt-skill0.7Likely human-written175JavaScript6,7612026-08-29View →
HeliBorg/HeliBoard0.7Likely human-written116Kotlin5,9562026-08-29View →
apache/ignite0.7Likely human-written1819Java5,0802026-08-29View →
artilleryio/artillery0.7Likely human-written78TypeScript9,0622026-08-29View →
AnalogJ/scrutiny0.7Likely human-written42Go8,1422026-08-29View →
c3lang/c3c0.7Likely human-written101C35,7822026-08-29View →
Sle2p/AniCh0.7Likely human-written18Dart6,1082026-08-29View →
valhalla/valhalla0.7Likely human-written306C++6,1252026-08-29View →
microsoft/FluidFramework0.7Likely human-written1932TypeScript4,9462026-08-29View →
xanderfrangos/twinkle-tray0.7Likely human-written42JavaScript8,9402026-08-29View →
TwiN/gatus0.7Likely human-written26Go11,9222026-08-29View →
henrypp/simplewall0.7Likely human-written43C8,8912026-08-29View →
solidjs/solid-start0.7Likely human-written19TypeScript5,9162026-08-29View →
RetireJS/retire.js0.7Likely human-written37JavaScript4,1632026-08-29View →
wojtekmaj/react-pdf0.7Likely human-written9TypeScript11,1542026-08-29View →
Choices-js/Choices0.7Likely human-written36JavaScript6,8182026-08-29View →
cucumber/cucumber-js0.7Likely human-written26TypeScript5,3842026-08-29View →
GoogleChromeLabs/quicklink0.7Likely human-written11JavaScript11,2692026-08-29View →
foliojs/pdfkit0.7Likely human-written45JavaScript10,7002026-08-29View →
alibaba/tengine0.7Likely human-written253C13,3432026-08-29View →
microsoft/inshellisense0.7Likely human-written9TypeScript10,6852026-08-29View →
filipedeschamps/tabnews.com.br0.7Likely human-written54HTML6,3762026-08-29View →
shikijs/shiki0.7Likely human-written42TypeScript13,7592026-08-29View →
rust-lang/rfcs0.7Likely human-written136Markdown6,5882026-08-29View →
amark/gun0.7Likely human-written69JavaScript19,1282026-08-29View →
expressjs/multer0.7Likely human-written4JavaScript12,0852026-08-29View →
electron/forge0.7Likely human-written22TypeScript7,1342026-08-29View →
AzuraCast/AzuraCast0.7Likely human-written157PHP4,0122026-08-29View →
DioxusLabs/taffy0.7Likely human-written131Rust3,5442026-08-29View →
irbis-sh/zen-desktop0.7Likely human-written41Go4,2092026-08-29View →
quantskills/quantskills0.7Likely human-written2JavaScript2,2162026-08-29View →
benjamn/recast0.7Likely human-written10TypeScript5,2542026-08-29View →
anc95/ChatGPT-CodeReview0.7Likely human-written9JavaScript4,4602026-08-29View →
pixelfed/pixelfed0.7Likely human-written212PHP7,0732026-08-29View →
pbek/QOwnNotes0.7Likely human-written781C++5,8562026-08-29View →
makenotion/notion-sdk-js0.7Likely human-written19TypeScript5,6552026-08-29View →
Yu9191/wloc0.7Likely human-written1JavaScript9,7712026-08-29View →
highlight/highlight0.7Likely human-written204TypeScript9,3712026-08-29View →
SaladDay/cc-switch-cli0.7Likely human-written227Rust4,8772026-08-29View →
telekom-security/tpotce0.7Likely human-written83Shell9,4472026-08-29View →
sundowndev/phoneinfoga0.7Likely human-written7Go17,6842026-08-29View →
a16z-infra/ai-town0.7Likely human-written19TypeScript10,4062026-08-29View →
anthropics/courses0.7Likely human-written7Jupyter Notebook22,7192026-08-29View →
tidwall/gjson0.7Likely human-written5Go15,5572026-08-29View →
EbookFoundation/free-programming-books0.6Likely human-written18Python395,4372026-08-29View →
airbnb/javascript0.6Likely human-written6JavaScript148,1452026-08-29View →
syncthing/syncthing0.6Likely human-written67Go88,0832026-08-29View →
coder/code-server0.6Likely human-written18TypeScript79,1002026-08-29View →
chartjs/Chart.js0.6Likely human-written27JavaScript67,6692026-08-29View →
gorhill/uBlock0.6Likely human-written108JavaScript67,3482026-08-29View →
mozilla/pdf.js0.6Likely human-written121JavaScript53,7982026-08-29View →
dkhamsing/open-source-ios-apps0.6Likely human-written151,8742026-08-29View →
android/architecture-samples0.6Likely human-written2Kotlin45,8052026-08-29View →
Leaflet/Leaflet0.6Likely human-written52JavaScript45,5282026-08-29View →
ant-design/ant-design-pro0.6Likely human-written20TypeScript38,7192026-08-29View →
TeamNewPipe/NewPipe0.6Likely human-written89Java39,5102026-08-29View →
AdguardTeam/AdGuardHome0.6Likely human-written179TypeScript36,4322026-08-29View →
alibaba/spring-cloud-alibaba0.6Likely human-written11Java29,1652026-08-29View →
nextauthjs/next-auth0.6Likely human-written39TypeScript28,3492026-08-29View →
TanStack/table0.6Likely human-written301TypeScript28,3892026-08-29View →
kdeldycke/awesome-falsehood0.6Likely human-written127,6522026-08-29View →
recharts/recharts0.6Likely human-written153TypeScript27,5222026-08-29View →
microsoft/vcpkg0.6Likely human-written167CMake27,4022026-08-29View →
koodo-reader/koodo-reader0.6Likely human-written47JavaScript28,0002026-08-29View →
Infisical/infisical0.6Likely human-written493TypeScript29,0102026-08-29View →
Schniz/fnm0.6Likely human-written9Rust26,7242026-08-29View →
dataease/dataease0.6Likely human-written75Java24,3792026-08-29View →
mochajs/mocha0.6Likely human-written17JavaScript22,9072026-08-29View →
apify/crawlee0.6Likely human-written101TypeScript25,5392026-08-29View →
facebook/flow0.6Likely human-written754Rust22,2802026-08-29View →
norvig/pytudes0.6Likely human-written48Jupyter Notebook24,4032026-08-29View →
quii/learn-go-with-tests0.6Likely human-written9Go23,8432026-08-29View →
sveltejs/kit0.6Likely human-written27JavaScript20,7662026-08-29View →
docmost/docmost0.6Likely human-written110TypeScript21,5012026-08-29View →
microsoft/fluentui0.6Likely human-written1125TypeScript20,2322026-08-29View →
apollographql/apollo-client0.6Likely human-written198TypeScript19,8122026-08-29View →
iDvel/rime-ice0.6Likely human-written75Lua19,0372026-08-29View →
NodeBB/NodeBB0.6Likely human-written145JavaScript15,2042026-08-29View →
moonD4rk/HackBrowserData0.6Likely human-written16Go14,4662026-08-29View →
seerge/g-helper0.6Likely human-written10C#14,9222026-08-29View →
trinodb/trino0.6Likely human-written316Java13,1922026-08-29View →
infracost/infracost0.6Likely human-written137Go12,4952026-08-29View →
doitsujin/dxvk0.6Likely human-written91C++17,9482026-08-29View →
localsend/localsend0.6Likely human-written126Dart89,5952026-08-29View →
google/styleguide0.6Likely human-written15HTML39,5492026-08-29View →
benfred/py-spy0.6Likely human-written60Rust15,4532026-08-29View →
balena-io/etcher0.6Likely human-written18TypeScript34,2532026-08-29View →
lukasz-madon/awesome-remote-job0.6Likely human-written148,1822026-08-29View →
elunez/eladmin0.6Likely human-written1Java21,9172026-08-29View →
toml-lang/toml0.6Likely human-written120,5942026-08-29View →
sindresorhus/type-fest0.6Likely human-written25TypeScript17,3862026-08-29View →
logto-io/logto0.6Likely human-written303TypeScript14,4752026-08-29View →
vercel/chatbot0.6Likely human-written11TypeScript20,8852026-08-29View →
jaywcjlove/reference0.6Likely human-written68Dockerfile15,1992026-08-29View →
DataTalksClub/machine-learning-zoomcamp0.6Likely human-written16Jupyter Notebook14,0412026-08-29View →
vuejs/pinia0.6Likely human-written8TypeScript14,7152026-08-29View →
qier222/YesPlayMusic0.6Likely human-written4Vue33,2152026-08-29View →
square/leakcanary0.6Likely human-written29Kotlin29,9882026-08-29View →
highlightjs/highlight.js0.6Likely human-written79JavaScript24,9872026-08-29View →
Vonng/ddia0.6Likely human-written27Python23,4002026-08-29View →
nylas/nylas-mail0.6Likely human-written42JavaScript24,7342026-08-29View →
Automattic/harper0.6Likely human-written176Rust14,7722026-08-29View →
maplibre/maplibre-gl-js0.6Likely human-written150TypeScript11,4802026-08-29View →
microsoft/winget-pkgs0.6Likely human-written978811,0232026-08-29View →
phpredis/phpredis0.6Likely human-written73C10,2322026-08-29View →
chaitin/PandaWiki0.6Likely human-written72TypeScript10,1642026-08-29View →
dropwizard/metrics0.6Likely human-written27Java7,8442026-08-29View →
HuLaSpark/HuLa0.6Likely human-written97Vue7,6922026-08-29View →
DavidAnson/markdownlint0.6Likely human-written22JavaScript6,3082026-08-29View →
bililive-go/bililive-go0.6Likely human-written31Go5,6922026-08-29View →
grafana/tempo0.6Likely human-written224Go5,4572026-08-29View →
binance/binance-spot-api-docs0.6Likely human-written84,8562026-08-29View →
TwilitRealm/dusklight0.6Likely human-written1236C++5,1632026-08-29View →
lipis/flag-icons0.6Likely human-written3HTML12,3612026-08-29View →
changesets/changesets0.6Likely human-written24TypeScript12,3412026-08-29View →
home-assistant/home-assistant.io0.6Likely human-written31HTML9,7462026-08-29View →
hmjz100/LinkSwift0.6Likely human-written6JavaScript19,8262026-08-29View →
lottie-react-native/lottie-react-native0.6Likely human-written7TypeScript17,2102026-08-29View →
vercel/satori0.6Likely human-written24TypeScript13,8672026-08-29View →
fuma-nama/fumadocs0.6Likely human-written65TypeScript13,0082026-08-29View →
miniflux/v20.6Likely human-written72Go9,6212026-08-29View →
webstudio-is/webstudio0.6Likely human-written171TypeScript8,8722026-08-29View →
tonyantony300/alt-sendme0.6Likely human-written52TypeScript9,3222026-08-29View →
openwrt/luci0.6Likely human-written124JavaScript7,8122026-08-29View →
dorssel/usbipd-win0.6Likely human-written10C#6,0772026-08-29View →
osmandapp/OsmAnd0.6Likely human-written155Java5,9362026-08-29View →
nikkinikki-org/OpenWrt-nikki0.6Likely human-written2JavaScript5,2012026-08-29View →
openclaw/Peekaboo0.6Likely human-written266Swift5,0732026-08-29View →
zerebos/ghostty-config0.6Likely human-written7TypeScript4,1612026-08-29View →
nextcloud/desktop0.6Likely human-written401C++3,8452026-08-29View →
LibreCAD/LibreCAD0.6Likely human-written572C++6,2912026-08-29View →
expressjs/expressjs.com0.6Likely human-written19MDX5,3662026-08-29View →
betaflight/betaflight-configurator0.6Likely human-written152JavaScript3,2992026-08-29View →
carbon-design-system/carbon-components-svelte0.6Likely human-written99TypeScript2,9022026-08-29View →
dmjio/miso0.6Likely human-written9Haskell2,4302026-08-29View →
viest/php-ext-xlswriter0.6Likely human-written65C2,3712026-08-29View →
yudataguy/Awesome-Japanese0.6Likely human-written1JavaScript2,3182026-08-29View →
DP-Hridayan/aShellYou0.6Likely human-written22Kotlin2,2432026-08-29View →
kimwang1978/collect-txt0.6Likely human-written137Python1,9472026-08-29View →
stenciljs/core0.6Likely human-written141TypeScript13,1262026-08-29View →
mapeditor/tiled0.6Likely human-written236C++12,8552026-08-29View →
pawelsalawa/letos0.6Likely human-written406C6,7212026-08-29View →
ecomfe/vue-echarts0.6Likely human-written14TypeScript10,7412026-08-29View →
Automattic/node-canvas0.6Likely human-written16JavaScript10,6902026-08-29View →
ltaoo/wx_channels_download0.6Likely human-written101Go8,9152026-08-29View →
ryanoasis/nerd-fonts0.6Likely human-written37CSS64,4472026-08-29View →
DouyinFE/semi-design0.6Likely human-written279TypeScript10,3292026-08-29View →
halfrost/Halfrost-Field0.6Likely human-written159Go13,2202026-08-29View →
runtipi/runtipi0.6Likely human-written23TypeScript9,6342026-08-29View →
teamhanko/hanko0.6Likely human-written60Go9,0162026-08-29View →
awslabs/llrt0.6Likely human-written56Rust8,7932026-08-29View →
facebook/proxygen0.6Likely human-written146C++8,3762026-08-29View →
rescript-lang/rescript0.6Likely human-written46OCaml7,4342026-08-29View →
orval-labs/orval0.6Likely human-written285TypeScript6,4042026-08-29View →
MontFerret/ferret0.6Likely human-written83Go6,0082026-08-29View →
streamyfin/streamyfin0.6Likely human-written103TypeScript5,1512026-08-29View →
github/explore0.6Likely human-written13Ruby4,8692026-08-29View →
less/less.js0.6Likely human-written31JavaScript17,0292026-08-29View →
spotbye/SpotiFLAC0.6Likely human-written38TypeScript10,7842026-08-29View →
babashka/babashka0.6Likely human-written9Clojure4,5962026-08-29View →
aardappel/treesheets0.6Likely human-written9C++3,1022026-08-29View →
envoyproxy/gateway0.6Likely human-written683Go2,9962026-08-29View →
lichess-org/mobile0.6Likely human-written677Dart2,5132026-08-29View →
wader/fq0.6Likely human-written61Go10,5822026-08-29View →
dotenvx/dotenvx0.6Likely human-written24JavaScript5,7122026-08-29View →
mosn/mosn0.6Likely human-written154Go4,5082026-08-29View →
caprover/caprover0.6Likely human-written17TypeScript15,1482026-08-29View →
brianc/node-postgres0.6Likely human-written7JavaScript13,1982026-08-29View →
h3js/h30.6Likely human-written34TypeScript5,4172026-08-29View →
iDescriptor/iDescriptor0.6Likely human-written55QML4,2722026-08-29View →
HiddenRamblings/TagMo0.6Likely human-written13JavaScript3,2092026-08-29View →
owasp-amass/amass0.6Likely human-written24Go15,0572026-08-29View →
allegro/bigcache0.6Likely human-written3Go8,1572026-08-29View →
gotson/komga0.6Likely human-written111Kotlin6,6082026-08-29View →
amber-lang/amber0.6Likely human-written16Rust5,2152026-08-29View →
Tencent/tmagic-editor0.6Likely human-written22TypeScript4,9322026-08-29View →
hapijs/hapi0.6Likely human-written6JavaScript14,7932026-08-29View →
KhronosGroup/MoltenVK0.6Likely human-written41Objective-C++5,8062026-08-29View →
elastic/eui0.6Likely human-written207TypeScript6,3462026-08-29View →
yangshun/tech-interview-handbook0.6Likely human-written36TypeScript142,2782026-08-29View →
tonyantony300/dashbeam0.6Likely human-written53TypeScript9,3222026-08-29View →
YOURLS/YOURLS0.6Likely human-written6PHP12,1792026-08-29View →
aniyomiorg/aniyomi0.6Likely human-written12Kotlin7,6332026-08-29View →
BrasilAPI/BrasilAPI0.6Likely human-written20JavaScript11,0722026-08-29View →
chakra-ui/ark0.6Likely human-written181TypeScript5,3642026-08-29View →
Viren070/AIOStreams0.6Likely human-written165TypeScript2,5962026-08-29View →
gaul/s3proxy0.6Likely human-written14Java2,3232026-08-29View →
jayfunc/BetterLyrics0.6Likely human-written11C#2,1162026-08-29View →
eslint-stylistic/eslint-stylistic0.6Likely human-written105TypeScript1,9872026-08-29View →
appium/appium-inspector0.6Likely human-written23JavaScript1,8892026-08-29View →
codelucas/newspaper0.6Likely human-written125Python15,1462026-08-29View →
github/CopilotForXcode0.6Likely human-written46Swift6,2872026-08-29View →
ianyh/Amethyst0.6Likely human-written11Swift16,2432026-08-29View →
wildfirechat/im-server0.6Likely human-written20Java8,5422026-08-29View →
Kunzisoft/KeePassDX0.6Likely human-written88Kotlin7,1912026-08-29View →
NaturalIntelligence/fast-xml-parser0.6Likely human-written8JavaScript3,1352026-08-29View →
krillinai/KrillinAI0.6Likely human-written22Go11,2872026-08-29View →
beeradmoore/dlss-swapper0.6Likely human-written14C#7,0002026-08-29View →
capstone-engine/capstone0.6Likely human-written617C8,9792026-08-29View →
offa/android-foss0.6Likely human-written1Python11,0512026-08-29View →
agentsmd/agents.md0.6Likely human-written2TypeScript23,9752026-08-29View →
lissy93/personal-security-checklist0.6Likely human-written42026-09-02View →
opencost/opencost0.6Likely human-written120Go6,7212026-09-02View →
clash-verge-rev/clash-verge-rev0.5Likely human-written45TypeScript140,7472026-08-29View →
ant-design/ant-design0.5Likely human-written112TypeScript99,2432026-08-29View →
immich-app/immich0.5Likely human-written214TypeScript112,8642026-08-29View →
puppeteer/puppeteer0.5Likely human-written101TypeScript95,5142026-08-29View →
punkpeye/awesome-mcp-servers0.5Likely human-written192,9612026-08-29View →
webpack/webpack0.5Likely human-written252JavaScript65,9642026-08-29View →
socketio/socket.io0.5Likely human-written33TypeScript63,2082026-08-29View →
usememos/memos0.5Likely human-written98Go62,6182026-08-29View →
2dust/v2rayNG0.5Likely human-written7Kotlin61,7412026-08-29View →
firstcontributions/first-contributions0.5Likely human-written2055,7212026-08-29View →
vuejs/core0.5Likely human-written95TypeScript54,2592026-08-29View →
react-hook-form/react-hook-form0.5Likely human-written28TypeScript44,8422026-08-29View →
sudheerj/reactjs-interview-questions0.5Likely human-written13JavaScript44,7612026-08-29View →
nolimits4web/swiper0.5Likely human-written20TypeScript41,8952026-08-29View →
freeCodeCamp/devdocs0.5Likely human-written28Ruby39,3842026-08-29View →
lerna/lerna0.5Likely human-written28TypeScript36,0532026-08-29View →
fastify/fastify0.5Likely human-written39JavaScript37,0472026-08-29View →
k3s-io/k3s0.5Likely human-written25Go33,8412026-08-29View →
yuliskov/SmartTube0.5Likely human-written115Java32,3952026-08-29View →
postcss/postcss0.5Likely human-written8TypeScript28,9842026-08-29View →
swagger-api/swagger-ui0.5Likely human-written51JavaScript28,9942026-08-29View →
signalapp/Signal-Android0.5Likely human-written151Kotlin29,2622026-08-29View →
Anuken/Mindustry0.5Likely human-written11Java28,7572026-08-29View →
Wox-launcher/Wox0.5Likely human-written211Go27,2842026-08-29View →
Modernizr/Modernizr0.5Likely human-written10JavaScript25,6892026-08-29View →
neoclide/coc.nvim0.5Likely human-written70TypeScript25,1672026-08-29View →
Lissy93/dashy0.5Likely human-written25Vue26,3172026-08-29View →
plausible/analytics0.5Likely human-written81Elixir28,7862026-08-29View →
argoproj/argo-cd0.5Likely human-written293Go24,0272026-08-29View →
nektos/act0.5Likely human-written21Go71,6832026-08-29View →
vsouza/awesome-ios0.5Likely human-written2Swift53,1942026-08-29View →
microsoft/AI-For-Beginners0.5Likely human-written97Jupyter Notebook67,5292026-08-29View →
alibaba/druid0.5Likely human-written145Java28,1792026-08-29View →
phoenixframework/phoenix0.5Likely human-written16Elixir23,1292026-08-29View →
vueComponent/ant-design-vue0.5Likely human-written102Vue21,6342026-08-29View →
terrastruct/d20.5Likely human-written226Go25,0902026-08-29View →
temporalio/temporal0.5Likely human-written481Go22,5862026-08-29View →
dariubs/GoBooks0.5Likely human-written1Go19,6412026-08-29View →
clauderic/dnd-kit0.5Likely human-written19TypeScript17,5792026-08-29View →
ffuf/ffuf0.5Likely human-written5Go16,6002026-08-29View →
phpstan/phpstan0.5Likely human-written58PHP14,0862026-08-29View →
ikatyang/emoji-cheat-sheet0.5Likely human-written2TypeScript13,8082026-08-29View →
denoland/fresh0.5Likely human-written11TypeScript13,7892026-08-29View →
zitadel/zitadel0.5Likely human-written530Go14,8872026-08-29View →
seanprashad/leetcode-patterns0.5Likely human-written15TypeScript13,6852026-08-29View →
bitwarden/server0.5Likely human-written860C#19,9502026-08-29View →
OpenRA/OpenRA0.5Likely human-written128C#17,2892026-08-29View →
sunface/rust-course0.5Likely human-written31Rust30,8402026-08-29View →
11ty/eleventy0.5Likely human-written34JavaScript19,8692026-08-29View →
OpenRCT2/OpenRCT20.5Likely human-written428C++16,1582026-08-29View →
go-gorm/gorm0.5Likely human-written19Go39,9342026-08-29View →
playcanvas/supersplat0.5Likely human-written21TypeScript9,9162026-08-29View →
nextai-translator/nextai-translator0.5Likely human-written24TypeScript24,9742026-08-29View →
koalaman/shellcheck0.5Likely human-written1Haskell39,9512026-08-29View →
pranshuparmar/witr0.5Likely human-written11Go21,7392026-08-29View →
kubernetes/community0.5Likely human-written49Jupyter Notebook12,9892026-08-29View →
jackyzha0/quartz0.5Likely human-written13TypeScript13,1192026-08-29View →
ageron/handson-ml20.5Likely human-written1Jupyter Notebook29,9562026-08-29View →
Swordfish90/cool-retro-term0.5Likely human-written2QML25,9642026-08-29View →
callstack/react-native-paper0.5Likely human-written38TypeScript14,4482026-08-29View →
streetwriters/notesnook0.5Likely human-written195TypeScript14,4812026-08-29View →
fullcalendar/fullcalendar0.5Likely human-written54TypeScript20,6232026-08-29View →
11ty/buildawesome0.5Likely human-written34JavaScript19,8692026-08-29View →
AlexxIT/go2rtc0.5Likely human-written28Go14,0592026-08-29View →
horsicq/Detect-It-Easy0.5Likely human-written9JavaScript11,4382026-08-29View →
boostorg/boost0.5Likely human-written8HTML8,5572026-08-29View →
SanderMertens/flecs0.5Likely human-written346C8,6272026-08-29View →
btcpayserver/btcpayserver0.5Likely human-written89C#7,7322026-08-29View →
tinyauthapp/tinyauth0.5Likely human-written11Go8,1822026-08-29View →
dontbesilent2025/dbskill0.5Likely human-written15JavaScript9,7752026-08-29View →
NickvisionApps/Parabolic0.5Likely human-written4C#6,9612026-08-29View →
mob-sakai/ParticleEffectForUGUI0.5Likely human-written4C#5,9732026-08-29View →
pagefaultgames/pokerogue0.5Likely human-written183TypeScript5,8222026-08-29View →
nextcloud/android0.5Likely human-written59Kotlin5,5412026-08-29View →
Querz/mcaselector0.5Likely human-written5Java4,7582026-08-29View →
HBAI-Ltd/Toonflow-app0.5Likely human-written61TypeScript14,8032026-08-29View →
open-policy-agent/opa0.5Likely human-written567Go12,1742026-08-29View →
puckeditor/puck0.5Likely human-written7TypeScript13,2212026-08-29View →
google/guice0.5Likely human-written26Java12,7322026-08-29View →
ghostfolio/ghostfolio0.5Likely human-written52TypeScript9,2052026-08-29View →
google/closure-compiler0.5Likely human-written468JavaScript7,6762026-08-29View →
openebs/openebs0.5Likely human-written99,8052026-08-29View →
modelcontextprotocol/modelcontextprotocol0.5Likely human-written17TypeScript9,0722026-08-29View →
logisim-evolution/logisim-evolution0.5Likely human-written79Java7,4952026-08-29View →
faridrashidi/kaggle-solutions0.5Likely human-written17Astro6,5042026-08-29View →
bisq-network/bisq0.5Likely human-written118Java5,1292026-08-29View →
Hufe921/canvas-editor0.5Likely human-written22TypeScript5,1592026-08-29View →
erxes/erxes0.5Likely human-written372TypeScript4,0742026-08-29View →
pulsejet/memories0.5Likely human-written35Vue3,8302026-08-29View →
Athou/commafeed0.5Likely human-written17Java3,6042026-08-29View →
zyantific/zydis0.5Likely human-written20C4,3532026-08-29View →
vdsm/virtual-dsm0.5Likely human-written1Shell3,9742026-08-29View →
dagucloud/dagu0.5Likely human-written254Go3,8142026-08-29View →
wotakumoe/wotaku0.5Likely human-written15TypeScript3,0222026-08-29View →
webcamoid/webcamoid0.5Likely human-written252C++2,5402026-08-29View →
msasikanth/twine0.5Likely human-written11Kotlin2,3892026-08-29View →
aquaproj/aqua0.5Likely human-written29Go1,8242026-08-29View →
freshframework/fresh0.5Likely human-written11TypeScript13,7892026-08-29View →
thedevs-network/kutt0.5Likely human-written9JavaScript11,0622026-08-29View →
angular/angularfire0.5Likely human-written37TypeScript7,8042026-08-29View →
LibChecker/LibChecker0.5Likely human-written17Kotlin7,1212026-08-29View →
VueTorrent/VueTorrent0.5Likely human-written30Vue6,9362026-08-29View →
aandrew-me/ytDownloader0.5Likely human-written5JavaScript10,2432026-08-29View →
Minestom/Minestom0.5Likely human-written13Java3,2582026-08-29View →
wgtunnel/android0.5Likely human-written8Kotlin3,0952026-08-29View →
MorpheApp/morphe-patches0.5Likely human-written53Java3,4302026-08-29View →
kangarooking/cangjie-skill0.5Likely human-written1Python9,1412026-08-29View →
fishjar/kiss-translator0.5Likely human-written58JavaScript12,2392026-08-29View →
Nutlope/hallmark0.5Likely human-written11CSS27,4492026-08-29View →
chillzhuang/SpringBlade0.5Likely human-written5Java6,9332026-08-29View →
actions/runner-images0.5Likely human-written8PowerShell13,0702026-08-29View →
vercel-labs/portless0.5Likely human-written22TypeScript11,3402026-08-29View →
next-terminal/next-terminal0.5Likely human-written28TypeScript5,6152026-08-29View →
psviderski/uncloud0.5Likely human-written39Go5,4672026-08-29View →
hashicorp/terraform-provider-azurerm0.5Likely human-written292Go4,9732026-08-29View →
fatih/color0.5Likely human-written1Go7,9982026-08-29View →
bytedance/xgplayer0.5Likely human-written41JavaScript9,2862026-08-29View →
rust-embedded/awesome-embedded-rust0.5Likely human-written18,0522026-08-29View →
kern/filepizza0.5Likely human-written8TypeScript10,1492026-08-29View →
wechat-article/wechat-article-exporter0.5Likely human-written19TypeScript12,8072026-08-29View →
TarsCloud/Tars0.5Likely human-written1C++10,0792026-08-29View →
javascript-tutorial/en.javascript.info0.5Likely human-written27HTML25,4402026-08-29View →
iSoron/uhabits0.5Likely human-written18Kotlin10,1782026-08-29View →
jellyfin/jellyfin-web0.5Likely human-written152JavaScript3,8022026-08-29View →
KOWX712/Tricky-Addon-Update-Target-List0.5Likely human-written2TypeScript3,4102026-08-29View →
afragen/git-updater0.5Likely human-written16PHP3,3202026-08-29View →
svgdotjs/svg.js0.5Likely human-written8JavaScript11,8222026-08-29View →
hashicorp/golang-lru0.5Likely human-written2Go5,1162026-08-29View →
winsw/winsw0.5Likely human-written6C#14,2592026-08-29View →
agenda/agenda0.5Likely human-written39HTML9,7002026-08-29View →
florisboard/florisboard0.5Likely human-written48Kotlin8,6082026-08-29View →
antfu-collective/ni0.5Likely human-written5TypeScript8,2932026-08-29View →
primer/octicons0.5Likely human-written8TypeScript8,7442026-08-29View →
BishopFox/sliver0.5Likely human-written95Go11,7442026-08-29View →
vanshb03/Summer2027-Internships0.5Likely human-written58,9612026-08-29View →
mongo-express/mongo-express0.5Likely human-written4JavaScript5,9842026-08-29View →
oso95/scroll-world0.5Likely human-written1JavaScript8,7682026-08-29View →
c3js/c30.5Likely human-written11JavaScript9,3492026-08-29View →
GoogleChrome/workbox0.5Likely human-written34JavaScript12,9952026-08-29View →
missing-semester-cn/missing-semester-cn.github.io0.5Likely human-written5Markdown7,3812026-08-29View →
PawanOsman/OpenCursor0.5Likely human-written9TypeScript6,0042026-08-29View →
d2lang/d20.5Likely human-written225Go25,1002026-08-29View →
maillab/cloud-mail0.5Likely human-written8JavaScript13,7702026-08-29View →
hydro-dev/Hydro0.5Likely human-written32TypeScript6,9102026-08-29View →
epicweb-dev/epic-stack0.5Likely human-written18TypeScript5,5442026-08-29View →
sinonjs/sinon0.5Likely human-written24JavaScript9,7582026-08-29View →
pillarjs/path-to-regexp0.5Likely human-written2TypeScript8,6012026-08-29View →
greatfrontend/top-javascript-interview-questions0.5Likely human-written10MDX9,9642026-08-29View →
brookhong/Surfingkeys0.5Likely human-written10JavaScript6,1572026-08-29View →
RipMeApp/ripme0.5Likely human-written6Java4,1042026-08-29View →
OpenTabletDriver/OpenTabletDriver0.5Likely human-written26C#4,0352026-08-29View →
fastly/pushpin0.5Likely human-written63Rust3,8572026-08-29View →
SamboyCoding/Cpp2IL0.5Likely human-written34C#2,6032026-08-29View →
clojure/clojurescript0.5Likely human-written3Clojure9,3912026-08-29View →
pdfcpu/pdfcpu0.5Likely human-written141Go8,8042026-08-29View →
luckjiawei/frpc-desktop0.5Likely human-written13TypeScript6,8532026-08-29View →
wesbos/beginner-javascript0.5Likely human-written36HTML6,7752026-08-29View →
yusing/godoxy0.5Likely human-written52Go4,1192026-08-29View →
tw-in-js/twind0.5Likely human-written45JavaScript3,9482026-08-29View →
ardatan/graphql-mesh0.5Likely human-written176TypeScript3,5132026-08-29View →
prettier/eslint-config-prettier0.5Likely human-written2JavaScript5,8882026-08-29View →
abhivaikar/howtheytest0.5Likely human-written8TypeScript6,8652026-08-29View →
gpbl/react-day-picker0.5Likely human-written45TypeScript6,8462026-08-29View →
asciimoo/hister0.5Likely human-written59Go3,2282026-08-29View →
IridiumIO/CompactGUI0.5Likely human-written1Visual Basic .NET8,6692026-08-29View →
yangzongzhuan/RuoYi-Vue30.5Likely human-written3Vue6,7282026-08-29View →
satnaing/shadcn-admin0.5Likely human-written11TypeScript14,1032026-09-03View →
google/guava0.4Likely human-written107Java51,8952026-08-29View →
TanStack/query0.4Likely human-written86TypeScript50,2232026-08-29View →
type-challenges/type-challenges0.4Likely human-written5TypeScript48,4802026-08-29View →
jestjs/jest0.4Likely human-written101TypeScript45,4742026-08-29View →
vercel/hyper0.4Likely human-written11TypeScript44,7072026-08-29View →
lapce/lapce0.4Likely human-written22Rust38,7832026-08-29View →
XTLS/Xray-core0.4Likely human-written36Go41,2702026-08-29View →
sxyazi/yazi0.4Likely human-written11Rust41,7552026-08-29View →
chen08209/FlClash0.4Likely human-written25Dart50,2272026-08-29View →
ueberdosis/tiptap0.4Likely human-written103TypeScript38,1922026-08-29View →
umami-software/umami0.4Likely human-written71TypeScript38,4212026-08-29View →
jaywcjlove/linux-command0.4Likely human-written20Markdown36,6932026-08-29View →
vercel/swr0.4Likely human-written13TypeScript32,4762026-08-29View →
dokku/dokku0.4Likely human-written31Shell32,1132026-08-29View →
docsifyjs/docsify0.4Likely human-written17JavaScript31,4842026-08-29View →
chinabugotech/hutool0.4Likely human-written21Java30,2682026-08-29View →
nginx/nginx0.4Likely human-written129C31,5192026-08-29View →
flameshot-org/flameshot0.4Likely human-written61C++30,7092026-08-29View →
the1812/Bilibili-Evolved0.4Likely human-written33TypeScript30,3052026-08-29View →
element-plus/element-plus0.4Likely human-written90TypeScript27,7232026-08-29View →
koreader/koreader0.4Likely human-written64Lua29,3242026-08-29View →
asdf-vm/asdf0.4Likely human-written6Go25,5512026-08-29View →
flipped-aurora/gin-vue-admin0.4Likely human-written55Go24,9772026-08-29View →
react-navigation/react-navigation0.4Likely human-written65TypeScript24,5002026-08-29View →
iBotPeaches/Apktool0.4Likely human-written6Java25,4022026-08-29View →
validatorjs/validator.js0.4Likely human-written11JavaScript23,7382026-08-29View →
reduxjs/react-redux0.4Likely human-written15TypeScript23,4482026-08-29View →
MagicMirrorOrg/MagicMirror0.4Likely human-written15JavaScript23,8052026-08-29View →
conwnet/github1s0.4Likely human-written20TypeScript23,2922026-08-29View →
slimtoolkit/slim0.4Likely human-written28Go23,4102026-08-29View →
vueuse/vueuse0.4Likely human-written45TypeScript22,3362026-08-29View →
mifi/lossless-cut0.4Likely human-written25TypeScript43,2692026-08-29View →
monicahq/monica0.4Likely human-written86PHP25,1272026-08-29View →
MaaAssistantArknights/MaaAssistantArknights0.4Likely human-written901C++22,8392026-08-29View →
go-playground/validator0.4Likely human-written20Go20,1362026-08-29View →
JetBrains/compose-multiplatform0.4Likely human-written31Kotlin19,3262026-08-29View →
nndl/nndl.github.io0.4Likely human-written8CSS142026-08-29View →
bluenviron/mediamtx0.4Likely human-written49Go19,9542026-08-29View →
javascript-obfuscator/javascript-obfuscator0.4Likely human-written29TypeScript16,2182026-08-29View →
DaoCloud/public-image-mirror0.4Likely human-written1Shell14,9652026-08-29View →
hq450/fancyss0.4Likely human-written54Shell13,7142026-08-29View →
juewuy/ShellCrash0.4Likely human-written5Shell13,2252026-08-29View →
VictoriaMetrics/VictoriaMetrics0.4Likely human-written201Go17,6092026-08-29View →
wtfutil/wtf0.4Likely human-written13Go17,0652026-08-29View →
sharkdp/hyperfine0.4Likely human-written3Rust28,7562026-08-29View →
zhaoolee/ChineseBQB0.4Likely human-written79JavaScript16,0582026-08-29View →
Lordog/dive-into-llms0.4Likely human-written1Jupyter Notebook50,4062026-08-29View →
Redocly/redoc0.4Likely human-written20TypeScript25,8902026-08-29View →
go-kratos/kratos0.4Likely human-written13Go25,9012026-08-29View →
PlasmoHQ/plasmo0.4Likely human-written12TypeScript13,1412026-08-29View →
Sjj1024/PakePlus0.4Likely human-written8HTML14,4752026-08-29View →
react-native-elements/react-native-elements0.4Likely human-written25MDX25,8672026-08-29View →
coredns/coredns0.4Likely human-written35Go14,2832026-08-29View →
jbranchaud/til0.4Likely human-written21Vim Script14,1412026-08-29View →
k88hudson/git-flight-rules0.4Likely human-written742,5992026-08-29View →
netchx/netch0.4Likely human-written32C#17,6912026-08-29View →
FuelLabs/fuels-rs0.4Likely human-written21Rust43,0462026-08-29View →
Universal-Debloater-Alliance/universal-android-debloater-next-generation0.4Likely human-written8Rust8,9402026-08-29View →
videojs/video.js0.4Likely human-written34JavaScript39,8682026-08-29View →
putyy/res-downloader0.4Likely human-written5Go19,5642026-08-29View →
sogou/workflow0.4Likely human-written18C++14,4182026-08-29View →
KaringX/karing0.4Likely human-written36Dart14,5562026-08-29View →
future-architect/vuls0.4Likely human-written51Go12,2462026-08-29View →
jeffvli/feishin0.4Likely human-written67TypeScript9,6692026-08-29View →
yaklang/yakit0.4Likely human-written178TypeScript7,7062026-08-29View →
igareck/vpn-configs-for-russia0.4Likely human-written48,3132026-08-29View →
hazelcast/hazelcast0.4Likely human-written494Java6,6042026-08-29View →
wakujs/waku0.4Likely human-written12TypeScript6,4162026-08-29View →
MorpheApp/morphe-manager0.4Likely human-written35Kotlin7,5462026-08-29View →
home-assistant/frontend0.4Likely human-written223TypeScript5,6372026-08-29View →
middleapi/orpc0.4Likely human-written63TypeScript5,5152026-08-29View →
micrometer-metrics/micrometer0.4Likely human-written15Java4,8912026-08-29View →
scala-js/scala-js0.4Likely human-written78Scala4,7102026-08-29View →
SPLWare/esProc0.4Likely human-written173Java4,6842026-08-29View →
ChatGPTBox-dev/chatGPTBox0.4Likely human-written7JavaScript10,7572026-08-29View →
cosscom/coss0.4Likely human-written89TypeScript10,4982026-08-29View →
redis/RedisInsight0.4Likely human-written216TypeScript8,7922026-08-29View →
szimek/signature_pad0.4Likely human-written1TypeScript12,0242026-08-29View →
breezy-weather/breezy-weather0.4Likely human-written12Kotlin11,2282026-08-29View →
fmhy/edit0.4Likely human-written29JavaScript11,4012026-08-29View →
p0deje/Maccy0.4Likely human-written2Swift21,3742026-08-29View →
leanprover/lean40.4Likely human-written2712Lean8,9232026-08-29View →
wxxsfxyzm/InstallerX-Revived0.4Likely human-written20Kotlin6,3632026-08-29View →
jiangtian616/JHenTai0.4Likely human-written24Dart5,4612026-08-29View →
hey-api/hey-api0.4Likely human-written375TypeScript5,3222026-08-29View →
MCSManager/MCSManager0.4Likely human-written37TypeScript4,9372026-08-29View →
jishenghua/jshERP0.4Likely human-written47Java4,5422026-08-29View →
UnicornsOnLSD/finamp0.4Likely human-written7Dart4,2172026-08-29View →
arl/statsviz0.4Likely human-written3Go3,6452026-08-29View →
caelestia-dots/shell0.4Likely human-written9QML11,7342026-08-29View →
zhongsp/TypeScript0.4Likely human-written27TypeScript7,3852026-08-29View →
JamesIves/github-pages-deploy-action0.4Likely human-written3TypeScript4,6022026-08-29View →
coreruleset/coreruleset0.4Likely human-written27Python3,2482026-08-29View →
lin-snow/Ech00.4Likely human-written59Go2,0522026-08-29View →
OpenAPITools/openapi-generator-cli0.4Likely human-written4TypeScript1,9732026-08-29View →
ZeroLu/awesome-gpt-image0.4Likely human-written3Python2,0892026-08-29View →
zws-im/zws0.4Likely human-written2TypeScript1,8472026-08-29View →
haskell/cabal0.4Likely human-written30Haskell1,7462026-08-29View →
graphql/dataloader0.4Likely human-written2JavaScript13,3852026-08-29View →
laradock/laradock0.4Likely human-written28Dockerfile12,6732026-08-29View →
shaka-project/shaka-player0.4Likely human-written137JavaScript8,2092026-08-29View →
iorate/ublacklist0.4Likely human-written7TypeScript6,6242026-08-29View →
nitrojs/nitro0.4Likely human-written20TypeScript11,1522026-08-29View →
bottlerocket-os/bottlerocket0.4Likely human-written20Rust9,6652026-08-29View →
phil-opp/blog_os0.4Likely human-written13HTML17,6972026-08-29View →
AhmadIbrahiim/Website-downloader0.4Likely human-written3HTML5,2672026-08-29View →
x-extends/vxe-table0.4Likely human-written24TypeScript8,6202026-08-29View →
gokcehan/lf0.4Likely human-written8Go9,4812026-08-29View →
anchore/syft0.4Likely human-written173Go9,4742026-08-29View →
shirou/gopsutil0.4Likely human-written14Go11,9042026-08-29View →
openresty/lua-nginx-module0.4Likely human-written29C11,7902026-08-29View →
rubenlagus/TelegramBots0.4Likely human-written8Java5,5052026-08-29View →
freelensapp/freelens0.4Likely human-written97TypeScript5,4952026-08-29View →
certd/certd0.4Likely human-written242JavaScript4,9832026-08-29View →
klinecharts/KLineChart0.4Likely human-written16TypeScript4,0962026-08-29View →
LSPosed/CorePatch0.4Likely human-written1Kotlin3,2842026-08-29View →
hacdias/webdav0.4Likely human-written2Go5,8102026-08-29View →
typelevel/cats0.4Likely human-written20Scala5,4582026-08-29View →
TypeStrong/typedoc0.4Likely human-written52TypeScript8,4472026-08-29View →
nullclaw/nullclaw0.4Likely human-written3Zig8,0512026-08-29View →
auth0/java-jwt0.4Likely human-written4Java6,2342026-08-29View →
greatfrontend/top-reactjs-interview-questions0.4Likely human-written1MDX5,9112026-08-29View →
psviderski/unregistry0.4Likely human-written2Go4,8622026-08-29View →
JedWatson/react-select0.4Likely human-written11TypeScript28,0352026-08-29View →
Hypfer/Valetudo0.4Likely human-written55JavaScript9,5932026-08-29View →
gridstack/gridstack.js0.4Likely human-written22TypeScript9,0892026-08-29View →
OvidijusParsiunas/deep-chat0.4Likely human-written40TypeScript3,7062026-08-29View →
marcelscruz/public-apis0.4Likely human-written3JavaScript9,3982026-08-29View →
chakra-ui/panda0.4Likely human-written91TypeScript6,1692026-08-29View →
strimzi/strimzi-kafka-operator0.4Likely human-written81Java5,9212026-08-29View →
ariga/atlas0.4Likely human-written42Go8,6892026-08-29View →
onnx/models0.4Likely human-written113Jupyter Notebook9,7822026-08-29View →
focus-creative-games/hybridclr0.4Likely human-written19C++7,9542026-08-29View →
penrose/penrose0.4Likely human-written34TypeScript7,9742026-08-29View →
bmax121/APatch0.4Likely human-written12Kotlin7,8682026-08-29View →
all-contributors/allcontributors.org0.4Likely human-written1MDX8,0942026-08-29View →
digininja/DVWA0.4Likely human-written9PHP13,5632026-08-29View →
portfolio-performance/portfolio0.4Likely human-written236Java4,0472026-08-29View →
Icalingua-plus-plus/Icalingua-plus-plus0.4Likely human-written20TypeScript3,3732026-08-29View →
fooyin/fooyin0.4Likely human-written344C++2,2992026-08-29View →
diamondburned/dissent0.4Likely human-written6Go1,8392026-08-29View →
vega/vega-lite0.4Likely human-written101TypeScript5,4642026-08-29View →
MinecraftForge/MinecraftForge0.4Likely human-written13Java7,7652026-08-29View →
skeletonlabs/skeleton0.4Likely human-written47TypeScript6,0492026-08-29View →
ananthakumaran/paisa0.4Likely human-written32TypeScript3,2042026-08-29View →
finamp-app/finamp0.4Likely human-written7Dart4,2172026-08-29View →
qiye45/wechatDownload0.4Likely human-written7HTML9,1502026-08-29View →
snail007/goproxy0.4Likely human-written10Go17,1212026-08-29View →
imgproxy/imgproxy0.4Likely human-written18Go11,0342026-08-29View →
analysis-tools-dev/static-analysis0.4Likely human-written7Rust14,7522026-08-29View →
alibaba/ARouter0.4Likely human-written1Java14,4582026-09-02View →
jackfrued/Python-100-Days0.3Likely human-written30Jupyter Notebook185,7002026-08-29View →
2dust/v2rayN0.3Likely human-written10C#114,8552026-08-29View →
sveltejs/svelte0.3Likely human-written41JavaScript88,0102026-08-29View →
nestjs/nest0.3Likely human-written35TypeScript76,4832026-08-29View →
ReactiveX/RxJava0.3Likely human-written96Java48,2082026-08-29View →
skylot/jadx0.3Likely human-written12Java50,2462026-08-29View →
remotion-dev/remotion0.3Likely human-written216TypeScript57,6132026-08-29View →
tabler/tabler0.3Likely human-written23Astro41,5722026-08-29View →
YunaiV/ruoyi-vue-pro0.3Likely human-written63Java39,0422026-08-29View →
qbittorrent/qBittorrent0.3Likely human-written227C++39,7612026-08-29View →
veggiemonk/awesome-docker0.3Likely human-written236,7352026-08-29View →
binarywang/WxJava0.3Likely human-written34Java33,0532026-08-29View →
ianstormtaylor/slate0.3Likely human-written17TypeScript31,7492026-08-29View →
mqyqingfeng/Blog0.3Likely human-written731,0772026-08-29View →
transloadit/uppy0.3Likely human-written31TypeScript30,9382026-08-29View →
statelyai/xstate0.3Likely human-written52TypeScript30,0692026-08-29View →
gitroomhq/postiz-app0.3Likely human-written35TypeScript35,2332026-08-29View →
keepassxreboot/keepassxc0.3Likely human-written179C++28,5842026-08-29View →
ente-io/ente0.3Likely human-written213Dart28,5442026-08-29View →
GrapesJS/grapesjs0.3Likely human-written41TypeScript26,1702026-08-29View →
blackmatrix7/ios_rule_script0.3Likely human-written408JavaScript27,6952026-08-29View →
wg-easy/wg-easy0.3Likely human-written8TypeScript26,7862026-08-29View →
youzan/vant0.3Likely human-written34TypeScript24,3762026-08-29View →
postcss/autoprefixer0.3Likely human-written6JavaScript22,2372026-08-29View →
jashkenas/backbone0.3Likely human-written6JavaScript28,1002026-08-29View →
be5invis/Iosevka0.3Likely human-written5JavaScript22,6852026-08-29View →
gitui-org/gitui0.3Likely human-written17Rust22,4442026-08-29View →
appium/appium0.3Likely human-written33TypeScript21,9042026-08-29View →
android/nowinandroid0.3Likely human-written9Kotlin21,7362026-08-29View →
pure-admin/vue-pure-admin0.3Likely human-written32Vue20,5742026-08-29View →
pcottle/learnGitBranching0.3Likely human-written15JavaScript33,9622026-08-29View →
go-task/task0.3Likely human-written10Go16,0652026-08-29View →
Koenkk/zigbee2mqtt0.3Likely human-written10TypeScript15,5802026-08-29View →
musescore/MuseScore0.3Likely human-written1170C++15,0362026-08-29View →
xpipe-io/xpipe0.3Likely human-written13Java14,4642026-08-29View →
qdm12/gluetun0.3Likely human-written23Go15,3222026-08-29View →
nukeop/nuclear0.3Likely human-written27TypeScript18,3562026-08-29View →
preactjs/preact0.3Likely human-written16JavaScript38,8402026-08-29View →
restic/restic0.3Likely human-written32Go35,7642026-08-29View →
aidenybai/react-scan0.3Likely human-written11TypeScript21,8132026-08-29View →
YunaiV/yudao-cloud0.3Likely human-written59Java19,4592026-08-29View →
alyssaxuu/screenity0.3Likely human-written32JavaScript18,5122026-08-29View →
mltframework/shotcut0.3Likely human-written136C++15,0112026-08-29View →
PipedreamHQ/pipedream0.3Likely human-written25JavaScript11,6522026-08-29View →
amir1376/ab-download-manager0.3Likely human-written17Kotlin17,5422026-08-29View →
passteque/gluetun0.3Likely human-written23Go15,3232026-08-29View →
Unleash/unleash0.3Likely human-written113TypeScript13,7692026-08-29View →
fish2018/pansou0.3Likely human-written19Go14,3822026-08-29View →
chartdb/chartdb0.3Likely human-written65TypeScript22,8202026-08-29View →
floating-ui/floating-ui0.3Likely human-written24TypeScript32,7132026-08-29View →
ente/ente0.3Likely human-written213Dart28,5472026-08-29View →
webpro-nl/knip0.3Likely human-written19TypeScript12,1352026-08-29View →
ankidroid/Anki-Android0.3Likely human-written62Kotlin11,6332026-08-29View →
moby/buildkit0.3Likely human-written75Go10,2142026-08-29View →
HerbertHe/iptv-sources0.3Likely human-written1TypeScript8,9262026-08-29View →
EndlessCheng/codeforces-go0.3Likely human-written373Go8,6742026-08-29View →
MuntashirAkon/AppManager0.3Likely human-written45Java8,8402026-08-29View →
nicotsx/zerobyte0.3Likely human-written61TypeScript6,8732026-08-29View →
ProtonMail/WebClients0.3Likely human-written1449TypeScript5,5652026-08-29View →
Mintimate/oh-my-rime0.3Likely human-written58Lua4,8952026-08-29View →
Effect-TS/effect0.3Likely human-written176TypeScript15,5492026-08-29View →
99designs/gqlgen0.3Likely human-written102Go10,7532026-08-29View →
cachethq/cachet0.3Likely human-written1PHP15,2292026-08-29View →
kopia/kopia0.3Likely human-written39Go13,9782026-08-29View →
LMMS/lmms0.3Likely human-written212C++10,3022026-08-29View →
rsuite/rsuite0.3Likely human-written118TypeScript8,6962026-08-29View →
AntennaPod/AntennaPod0.3Likely human-written25Java8,1092026-08-29View →
k8sgpt-ai/k8sgpt0.3Likely human-written9Go8,1312026-08-29View →
vinceliuice/WhiteSur-gtk-theme0.3Likely human-written21CSS9,2172026-08-29View →
mahdibland/V2RayAggregator0.3Likely human-written80Python4,0102026-08-29View →
arkadiyt/bounty-targets-data0.3Likely human-written53,9242026-08-29View →
FasterXML/jackson-databind0.3Likely human-written42Java3,7462026-08-29View →
loov/lensm0.3Likely human-written3Go3,6902026-08-29View →
wevm/viem0.3Likely human-written103TypeScript3,5452026-08-29View →
ejbills/DockDoor0.3Likely human-written10Swift5,9642026-08-29View →
alecthomas/chroma0.3Likely human-written23Go5,0222026-08-29View →
komikku-app/komikku0.3Likely human-written25Kotlin4,6232026-08-29View →
Yamato-Security/hayabusa0.3Likely human-written26Rust3,3262026-08-29View →
iptv-org/epg0.3Likely human-written69HTML3,2532026-08-29View →
opengaming/osgameclones0.3Likely human-written23Python3,0922026-08-29View →
projen/projen0.3Likely human-written70TypeScript2,9492026-08-29View →
gentoo/gentoo0.3Likely human-written71Shell2,4402026-08-29View →
ScoopInstaller/Extras0.3Likely human-written8PowerShell2,1472026-08-29View →
VictoriaMetrics/VictoriaLogs0.3Likely human-written39Go2,1982026-08-29View →
zhangxiangliang/stock-api0.3Likely human-written7TypeScript1,8362026-08-29View →
mthcht/awesome-lists0.3Likely human-written104YARA1,8952026-08-29View →
TrinityCore/TrinityCore0.3Likely human-written1324C++10,7472026-08-29View →
evilmartians/lefthook0.3Likely human-written5Go8,7392026-08-29View →
mermaid-js/mermaid-live-editor0.3Likely human-written5TypeScript6,7842026-08-29View →
JetBrains/Exposed0.3Likely human-written60Kotlin9,2832026-08-29View →
arktypeio/arktype0.3Likely human-written23TypeScript7,8512026-08-29View →
evrone/go-clean-template0.3Likely human-written5Go7,6622026-08-29View →
traccar/traccar0.3Likely human-written10Java7,6662026-08-29View →
ipader/SwiftGuide0.3Likely human-written1Swift15,9922026-08-29View →
processone/ejabberd0.3Likely human-written5Erlang6,7212026-08-29View →
TeamPiped/Piped0.3Likely human-written11Vue10,2082026-08-29View →
yargs/yargs0.3Likely human-written7JavaScript11,5142026-08-29View →
typedb/typedb0.3Likely human-written50Rust4,4302026-08-29View →
cp-algorithms/cp-algorithms0.3Likely human-written7C++11,1172026-08-29View →
WuKongIM/WuKongIM0.3Likely human-written251Go4,9272026-08-29View →
mangowm/mango0.3Likely human-written11C3,5402026-08-29View →
HaishinKit/HaishinKit.swift0.3Likely human-written17Swift3,0652026-08-29View →
int128/kubelogin0.3Likely human-written3Go2,3512026-08-29View →
go-swagger/go-swagger0.3Likely human-written102Go10,0052026-08-29View →
coze-dev/coze-loop0.3Likely human-written347Go5,7052026-08-29View →
TGX-Android/Telegram-X0.3Likely human-written31Java5,9302026-08-29View →
AppIntro/AppIntro0.3Likely human-written2Kotlin10,5692026-08-29View →
re4/LibreCode0.3Likely human-written4C#852026-08-29View →
hxh19950701/WebViewTvLive0.3Likely human-written1Kotlin5,0982026-08-29View →
easy-swoole/easyswoole0.3Likely human-written1PHP4,7582026-08-29View →
projectdiscovery/httpx0.3Likely human-written5Go10,3282026-08-29View →
prometheus-operator/kube-prometheus0.3Likely human-written10Jsonnet7,7192026-08-29View →
open-circle/valibot0.3Likely human-written55TypeScript8,9692026-08-29View →
iconify/iconify0.3Likely human-written27TypeScript6,2802026-08-29View →
tortuvshin/open-apps0.3Likely human-written7Astro4,3332026-08-29View →
home-assistant/android0.3Likely human-written34Kotlin3,8402026-08-29View →
ng-select/ng-select0.3Likely human-written11TypeScript3,3712026-08-29View →
felixmosh/bull-board0.3Likely human-written17TypeScript3,4642026-08-29View →
silenceper/wechat0.3Likely human-written11Go5,2932026-08-29View →
ethereum/ethereum-org-website0.3Likely human-written1221Markdown5,9572026-08-29View →
rougier/numpy-1000.3Likely human-written1Python14,3942026-08-29View →
emilkowalski/skills0.3Likely human-written1Markdown33,3072026-08-29View →
urfave/negroni0.3Likely human-written2Go7,5282026-08-29View →
antfu-collective/icones0.3Likely human-written5Vue7,4422026-08-29View →
PathOfBuildingCommunity/PathOfBuilding0.3Likely human-written255Lua5,4262026-08-29View →
Automattic/simplenote-electron0.3Likely human-written8TypeScript5,2672026-08-29View →
YILS-LIN/short-video-factory0.3Likely human-written4TypeScript5,1862026-08-29View →
qishibo/AnotherRedisDesktopManager0.3Likely human-written6JavaScript34,7022026-08-29View →
coze-dev/coze-studio0.3Likely human-written407TypeScript21,5142026-08-29View →
neetcode-gh/leetcode0.3Likely human-written170JavaScript6,4572026-08-29View →
taye/interact.js0.3Likely human-written7TypeScript12,9262026-08-29View →
http-party/node-http-proxy0.3Likely human-written3JavaScript14,1282026-08-29View →
bitcoinj/bitcoinj0.3Likely human-written32Java5,2282026-08-29View →
plankanban/planka0.3Likely human-written60JavaScript12,4612026-08-29View →
ReactiveX/rxjs0.3Likely human-written84TypeScript31,7022026-08-29View →
pdone/lx-music-source0.3Likely human-written1JavaScript8,3142026-08-29View →
QwikDev/partytown0.3Likely human-written48TypeScript13,7672026-08-29View →
hadolint/hadolint0.3Likely human-written1Haskell12,3792026-08-29View →
dotansimha/graphql-code-generator0.3Likely human-written42TypeScript11,2642026-08-29View →
huntabyte/shadcn-svelte0.3Likely human-written67TypeScript9,0642026-08-29View →
FongMi/TV0.3Likely human-written10Java9,2502026-08-29View →
ben-manes/gradle-versions-plugin0.3Likely human-written3Groovy4,0792026-08-29View →
vozlt/nginx-module-vts0.3Likely human-written8C3,5002026-08-29View →
common-voice/common-voice0.3Likely human-written283TypeScript3,4862026-08-29View →
Automattic/pocket-casts-android0.3Likely human-written84Kotlin2,8342026-08-29View →
Card-Forge/forge0.3Likely human-written326Java2,6442026-08-29View →
Hypostasis-Cat/HypoMux0.3Likely human-written21Go3,2692026-08-29View →
prisma/prisma-examples0.3Likely human-written25TypeScript6,6442026-08-29View →
osfans/trime0.3Likely human-written12Kotlin4,6042026-08-29View →
jellyfin/jellyfin-androidtv0.3Likely human-written29Kotlin4,4992026-08-29View →
antvis/X60.3Likely human-written36TypeScript6,6842026-08-29View →
mikepenz/MaterialDrawer0.3Likely human-written4Kotlin11,6422026-08-29View →
remeda/remeda0.3Likely human-written26TypeScript5,4202026-08-29View →
wiremock/wiremock0.3Likely human-written31Java7,3502026-08-29View →
nicobailon/visual-explainer0.3Likely human-written2HTML9,6022026-08-29View →
GoogleChrome/web-vitals0.3Likely human-written9JavaScript8,5972026-08-29View →
panva/jose0.3Likely human-written11TypeScript7,7682026-08-29View →
czy0729/Bangumi0.3Likely human-written88TypeScript5,8892026-08-29View →
MovingBlocks/Terasology0.3Likely human-written20Java3,8992026-08-29View →
charmbracelet/glamour0.3Likely human-written2Go3,6752026-08-29View →
SimonAKing/scrcpy-gui0.3Likely human-written7TypeScript3,9282026-08-29View →
chimurai/http-proxy-middleware0.3Likely human-written4TypeScript11,1322026-08-29View →
transitive-bullshit/nextjs-notion-starter-kit0.3Likely human-written2TypeScript7,0282026-08-29View →
louislam/uptime-kuma0.2Likely human-written27JavaScript90,7142026-08-29View →
expressjs/express0.2Likely human-written5JavaScript69,4012026-08-29View →
dbeaver/dbeaver0.2Likely human-written68Java51,5752026-08-29View →
square/okhttp0.2Likely human-written20Kotlin47,0562026-08-29View →
ColorlibHQ/AdminLTE0.2Likely human-written16Astro45,5632026-08-29View →
docker/awesome-compose0.2Likely human-written16HTML46,1872026-08-29View →
xyflow/xyflow0.2Likely human-written12TypeScript38,1822026-08-29View →
v2fly/v2ray-core0.2Likely human-written26Go34,5142026-08-29View →
zeromicro/go-zero0.2Likely human-written35Go33,2852026-08-29View →
SagerNet/sing-box0.2Likely human-written38Go37,3522026-08-29View →
0xAX/linux-insides0.2Likely human-written3Python32,9592026-08-29View →
VSCodium/vscodium0.2Likely human-written3Shell33,0092026-08-29View →
pmndrs/react-three-fiber0.2Likely human-written3TypeScript31,8172026-08-29View →
jashkenas/underscore0.2Likely human-written43JavaScript27,3292026-08-29View →
ReVanced/revanced-manager0.2Likely human-written5Kotlin29,2572026-08-29View →
zloirock/core-js0.2Likely human-written40JavaScript25,5272026-08-29View →
simple-icons/simple-icons0.2Likely human-written7JavaScript25,7432026-08-29View →
google/gson0.2Likely human-written5Java24,2292026-08-29View →
air-verse/air0.2Likely human-written3Go23,9302026-08-29View →
louislam/dockge0.2Likely human-written7TypeScript24,1932026-08-29View →
GoogleContainerTools/distroless0.2Likely human-written2Starlark23,0412026-08-29View →
brave/brave-browser0.2Likely human-written223,4592026-08-29View →
lodash/lodash0.2Likely human-written10JavaScript61,2832026-08-29View →
Lissy93/web-check0.2Likely human-written6TypeScript34,6162026-08-29View →
rxhanson/Rectangle0.2Likely human-written3Swift29,7642026-08-29View →
mbadolato/iTerm2-Color-Schemes0.2Likely human-written38Shell27,1612026-08-29View →
lucide-icons/lucide0.2Likely human-written20TypeScript24,2242026-08-29View →
Homebrew/homebrew-cask0.2Likely human-written13Ruby22,1772026-08-29View →
wwebjs/whatsapp-web.js0.2Likely human-written1JavaScript22,4852026-08-29View →
pmndrs/jotai0.2Likely human-written8TypeScript21,2462026-08-29View →
v2ray/v2ray-core0.2Likely human-written12Go46,9312026-08-29View →
JunkFood02/Seal0.2Likely human-written7Kotlin28,5382026-08-29View →
avajs/ava0.2Likely human-written7JavaScript20,8302026-08-29View →
knadh/listmonk0.2Likely human-written16Go23,1572026-08-29View →
github/docs0.2Likely human-written844TypeScript20,7442026-08-29View →
sqlc-dev/sqlc0.2Likely human-written35Go18,2122026-08-29View →
faker-js/faker0.2Likely human-written39TypeScript15,4762026-08-29View →
drduh/YubiKey-Guide0.2Likely human-written1HTML12,4502026-08-29View →
firebase/functions-samples0.2Likely human-written67JavaScript12,2192026-08-29View →
microsoft/windows-rs0.2Likely human-written498Rust12,7102026-08-29View →
Tencent/tinker0.2Likely human-written11Java17,6422026-08-29View →
jsdoc/jsdoc0.2Likely human-written9JavaScript15,4542026-08-29View →
sudheerj/javascript-interview-questions0.2Likely human-written4JavaScript27,6182026-08-29View →
twpayne/chezmoi0.2Likely human-written10Go21,3472026-08-29View →
material-components/material-components-android0.2Likely human-written45Java17,3752026-08-29View →
xifangczy/cat-catch0.2Likely human-written5JavaScript21,5952026-08-29View →
websockets/ws0.2Likely human-written4JavaScript22,7932026-08-29View →
yjs/yjs0.2Likely human-written6JavaScript22,7182026-08-29View →
inkonchain/docs0.2Likely human-written2MDX36,5162026-08-29View →
coil-kt/coil0.2Likely human-written11Kotlin11,8822026-08-29View →
bettercap/bettercap0.2Likely human-written15Go19,8722026-08-29View →
date-fns/date-fns0.2Likely human-written31TypeScript36,6422026-08-29View →
koajs/koa0.2Likely human-written4JavaScript35,6902026-08-29View →
openresty/openresty0.2Likely human-written1C14,0182026-08-29View →
motdotla/dotenv0.2Likely human-written1JavaScript20,5282026-08-29View →
redis/ioredis0.2Likely human-written12TypeScript15,3342026-08-29View →
airbnb/visx0.2Likely human-written36TypeScript21,0272026-08-29View →
Free-TV/IPTV0.2Likely human-written1Python20,0622026-08-29View →
teslamate-org/teslamate0.2Likely human-written11Elixir8,9252026-08-29View →
nilbuild/driver.js0.2Likely human-written4TypeScript26,6492026-08-29View →
maotoumao/MusicFree0.2Likely human-written14TypeScript26,4102026-08-29View →
sindresorhus/got0.2Likely human-written10TypeScript14,9402026-08-29View →
toss/es-toolkit0.2Likely human-written53TypeScript11,3172026-08-29View →
digitalinnovationone/dio-lab-open-source0.2Likely human-written262Jupyter Notebook8,6362026-08-29View →
violentmonkey/violentmonkey0.2Likely human-written15JavaScript8,7912026-08-29View →
mob-sakai/UIEffect0.2Likely human-written4C#7,6092026-08-29View →
AvengeMedia/DankMaterialShell0.2Likely human-written68QML7,7952026-08-29View →
goss-org/goss0.2Likely human-written5Go5,9552026-08-29View →
qor/qor0.2Likely human-written1Go5,3442026-08-29View →
VickScarlet/lifeRestart0.2Likely human-written3TypeScript10,4172026-08-29View →
ZuodaoTech/everyone-can-use-english0.2Likely human-written8TypeScript36,8962026-08-29View →
rust-lang/book0.2Likely human-written16Rust18,2502026-08-29View →
plait-board/drawnix0.2Likely human-written4TypeScript14,6422026-08-29View →
tiny-craft/tiny-rdm0.2Likely human-written10Vue13,0682026-08-29View →
webpack/webpack-dev-server0.2Likely human-written4JavaScript7,8492026-08-29View →
sindresorhus/execa0.2Likely human-written6JavaScript7,5952026-08-29View →
seerr-team/seerr0.2Likely human-written19TypeScript12,4192026-08-29View →
nodejs/nodejs.org0.2Likely human-written33TypeScript6,8622026-08-29View →
librenms/librenms0.2Likely human-written609PHP4,8552026-08-29View →
ibhagwan/fzf-lua0.2Likely human-written7Lua4,4232026-08-29View →
amzxyz/rime-wanxiang0.2Likely human-written57Lua4,4702026-08-29View →
unhappychoice/gitlogue0.2Likely human-written2Rust4,9412026-08-29View →
sidorares/node-mysql20.2Likely human-written9TypeScript4,3862026-08-29View →
mbloch/mapshaper0.2Likely human-written4JavaScript4,1692026-08-29View →
web-infra-dev/rsbuild0.2Likely human-written20TypeScript3,3672026-08-29View →
glincker/thesvg0.2Likely human-written11TypeScript2,6222026-08-29View →
github/advisory-database0.2Likely human-written19302,4412026-08-29View →
nsfw-filter/nsfw-filter0.2Likely human-written4TypeScript1,7762026-08-29View →
openstyles/stylus0.2Likely human-written8JavaScript6,8502026-08-29View →
TeamAmaze/AmazeFileManager0.2Likely human-written27Kotlin6,3572026-08-29View →
prasathmani/tinyfilemanager0.2Likely human-written2PHP5,9702026-08-29View →
concourse/concourse0.2Likely human-written63Go7,8932026-08-29View →
tbphp/gpt-load0.2Likely human-written8Go6,2872026-08-29View →
hatoo/oha0.2Likely human-written2Rust10,5152026-08-29View →
emacs-lsp/lsp-mode0.2Likely human-written2Emacs Lisp5,1192026-08-29View →
Jeric-X/SyncClipboard0.2Likely human-written13C#4,9462026-08-29View →
dr5hn/countries-states-cities-database0.2Likely human-written253Python9,8052026-08-29View →
alovajs/alova0.2Likely human-written22TypeScript4,0152026-08-29View →
luarocks/luarocks0.2Likely human-written9Lua3,7252026-08-29View →
wppconnect-team/wppconnect0.2Likely human-written8TypeScript3,4062026-08-29View →
Microsoft365DSC/Microsoft365DSC0.2Likely human-written18PowerShell2,3772026-08-29View →
gyroflow/gyroflow0.2Likely human-written29Rust9,3732026-08-29View →
react-dropzone/react-dropzone0.2Likely human-written6TypeScript11,0142026-08-29View →
anyproto/anytype-ts0.2Likely human-written35TypeScript8,7172026-08-29View →
recloudstream/cloudstream0.2Likely human-written19Kotlin10,5432026-08-29View →
galacean/engine0.2Likely human-written23TypeScript5,8792026-08-29View →
sindresorhus/np0.2Likely human-written2JavaScript7,7122026-08-29View →
actions/setup-node0.2Likely human-written5TypeScript4,9482026-08-29View →
pa11y/pa11y0.2Likely human-written3JavaScript4,4922026-08-29View →
lysine-dev/okhttp0.2Likely human-written20Kotlin47,0562026-08-29View →
YimMenu/YimMenuV20.2Likely human-written42C++1,6772026-08-29View →
isomorphic-git/isomorphic-git0.2Likely human-written27JavaScript8,3382026-08-29View →
swagger-api/swagger-editor0.2Likely human-written7JavaScript9,4612026-08-29View →
Turfjs/turf0.2Likely human-written20TypeScript10,4622026-08-29View →
dremin/RetroBar0.2Likely human-written2C#4,3362026-08-29View →
laoma2053/awesome-zhuiju-free0.2Likely human-written1JavaScript6,4202026-08-29View →
PKUFlyingPig/cs-self-learning0.2Likely human-written1HTML75,2252026-08-29View →
bbatsov/prelude0.2Likely human-written1Emacs Lisp5,3292026-08-29View →
Comcast/react-data-grid0.2Likely human-written5TypeScript7,6702026-08-29View →
hubotio/hubot0.2Likely human-written1JavaScript16,7992026-08-29View →
filecxx/FileCentipede0.2Likely human-written10C++10,8972026-08-29View →
moment/moment0.2Likely human-written36JavaScript47,9112026-08-29View →
stalniy/casl0.2Likely human-written9TypeScript7,0632026-08-29View →
pmndrs/valtio0.2Likely human-written5TypeScript10,2292026-08-29View →
josdejong/jsoneditor0.2Likely human-written10JavaScript12,2632026-08-29View →
nodejs/docker-node0.2Likely human-written1Dockerfile8,5882026-08-29View →
mojs/mojs0.2Likely human-written3CoffeeScript18,7582026-08-29View →
TomWright/dasel0.2Likely human-written8Go8,0282026-08-29View →
ixartz/Next-js-Boilerplate0.2Likely human-written4TypeScript13,0552026-08-29View →
adnanh/webhook0.2Likely human-written1Go12,0992026-08-29View →
lokesh/color-thief0.2Likely human-written3TypeScript13,6222026-08-29View →
VickScarlet/remake0.2Likely human-written3TypeScript10,4182026-08-29View →
GoogleChromeLabs/ProjectVisBug0.2Likely human-written5JavaScript5,7692026-08-29View →
webpack/webpack-bundle-analyzer0.2Likely human-written8JavaScript12,6602026-08-29View →
ai-shifu/ChatALL0.2Likely human-written9JavaScript16,4872026-08-29View →
ant-design/ant-design-mobile0.2Likely human-written18TypeScript12,0402026-08-29View →
camsong/You-Dont-Need-jQuery0.2Likely human-written3JavaScript20,1342026-08-29View →
stackryze/FreeDomains0.2Likely human-written3JavaScript10,7992026-08-29View →
JakeWharton/timber0.2Likely human-written1Kotlin10,8462026-08-29View →
caolan/async0.2Likely human-written21JavaScript28,1382026-08-29View →
ordinals/ord0.2Likely human-written14Rust3,9692026-08-29View →
classgraph/classgraph0.2Likely human-written15Java3,0052026-08-29View →
KOP-XIAO/QuantumultX0.2Likely human-written2JavaScript2,9862026-08-29View →
PranshulGG/WeatherMaster0.2Likely human-written10Kotlin3,0622026-08-29View →
cerbos/cerbos0.2Likely human-written47Go4,5602026-08-29View →
vercel/commerce0.2Likely human-written1TypeScript14,2382026-08-29View →
qjfoidnh/BaiduPCS-Go0.2Likely human-written5Go5,5352026-08-29View →
cdk8s-team/cdk8s0.2Likely human-written41JavaScript4,8522026-08-29View →
faisalman/ua-parser-js0.2Likely human-written6JavaScript10,1862026-08-29View →
jonobr1/two.js0.2Likely human-written10JavaScript8,6532026-08-29View →
PicoTrex/Awesome-Nano-Banana-images0.2Likely human-written223,6242026-09-02View →
ruanyf/weekly0.1Likely human-written8101,4712026-08-29View →
hakimel/reveal.js0.1Likely human-written5JavaScript72,2262026-08-29View →
tldr-pages/tldr0.1Likely human-written47Markdown63,5122026-08-29View →
pmndrs/zustand0.1Likely human-written3TypeScript58,6242026-08-29View →
OpenCut-app/OpenCut0.1Likely human-written1TypeScript87,7252026-08-29View →
drawdb-io/drawdb0.1Likely human-written3JavaScript39,3022026-08-29View →
solidjs/solid0.1Likely human-written4TypeScript35,9342026-08-29View →
1Panel-dev/1Panel0.1Likely human-written39Go36,6652026-08-29View →
filebrowser/filebrowser0.1Likely human-written9Go35,9632026-08-29View →
ItzCrazyKns/Vane0.1Likely human-written1TypeScript36,5242026-08-29View →
Dokploy/dokploy0.1Likely human-written61TypeScript36,9302026-08-29View →
immutable-js/immutable-js0.1Likely human-written7TypeScript33,0402026-08-29View →
casey/just0.1Likely human-written9Rust35,5272026-08-29View →
lovell/sharp0.1Likely human-written2JavaScript32,6112026-08-29View →
layui/layui0.1Likely human-written6JavaScript30,5742026-08-29View →
cheeriojs/cheerio0.1Likely human-written3TypeScript30,4712026-08-29View →
matteocrippa/awesome-swift0.1Likely human-written1Ruby26,2312026-08-29View →
electron-react-boilerplate/electron-react-boilerplate0.1Likely human-written2TypeScript24,2552026-08-29View →
svg/svgo0.1Likely human-written3JavaScript22,6552026-08-29View →
reduxjs/redux0.1Likely human-written16TypeScript61,5092026-08-29View →
square/retrofit0.1Likely human-written12Java43,9372026-08-29View →
remy/nodemon0.1Likely human-written2JavaScript26,6762026-08-29View →
hagezi/dns-blocklists0.1Likely human-written71Text25,7702026-08-29View →
ethereumbook/ethereumbook0.1Likely human-written121,5182026-08-29View →
remoteintech/remote-jobs0.1Likely human-written3JavaScript40,7642026-08-29View →
monkeytypegame/monkeytype0.1Likely human-written196TypeScript20,6232026-08-29View →
jeessy2/ddns-go0.1Likely human-written1Go17,2722026-08-29View →
uuidjs/uuid0.1Likely human-written2TypeScript15,3202026-08-29View →
alibaba/hooks0.1Likely human-written4TypeScript14,9832026-08-29View →
librespeed/speedtest0.1Likely human-written2JavaScript15,1162026-08-29View →
lint-staged/lint-staged0.1Likely human-written3JavaScript14,7212026-08-29View →
neovim/nvim-lspconfig0.1Likely human-written2Lua13,8972026-08-29View →
projectdiscovery/subfinder0.1Likely human-written2Go14,3292026-08-29View →
conventional-changelog/commitlint0.1Likely human-written4TypeScript18,7132026-08-29View →
moment/luxon0.1Likely human-written4JavaScript16,4462026-08-29View →
mdx-js/mdx0.1Likely human-written6JavaScript19,7592026-08-29View →
oblador/react-native-vector-icons0.1Likely human-written9TypeScript17,9142026-08-29View →
facebook/fresco0.1Likely human-written103Kotlin17,1612026-08-29View →
carloscuesta/gitmoji0.1Likely human-written1TypeScript16,7872026-08-29View →
AaronFeng753/Waifu2x-Extension-GUI0.1Likely human-written3C++16,9252026-08-29View →
youngyangyang04/leetcode-master0.1Likely human-written21Shell62,3062026-08-29View →
dockur/windows0.1Likely human-written3Shell53,0712026-08-29View →
tabler/tabler-icons0.1Likely human-written2JavaScript21,5242026-08-29View →
github/opensource.guide0.1Likely human-written2HTML15,6512026-08-29View →
dense-analysis/ale0.1Likely human-written2Vim Script14,0182026-08-29View →
YouMind-OpenLab/awesome-nano-banana-pro-prompts0.1Likely human-written4TypeScript13,3052026-08-29View →
stylelint/stylelint0.1Likely human-written2JavaScript11,5172026-08-29View →
linlinjava/litemall0.1Likely human-written10Java20,3422026-08-29View →
git-tips/tips0.1Likely human-written1JavaScript21,7242026-08-29View →
electric-sql/pglite0.1Likely human-written14TypeScript15,9302026-08-29View →
reduxjs/redux-devtools0.1Likely human-written6TypeScript14,3652026-08-29View →
graphql/graphql-spec0.1Likely human-written1JavaScript14,5882026-08-29View →
gvergnaud/ts-pattern0.1Likely human-written2TypeScript15,1392026-08-29View →
ourongxing/newsnow0.1Likely human-written3TypeScript21,5262026-08-29View →
dipakkr/A-to-Z-Resources-for-Students0.1Likely human-written122,2122026-08-29View →
masterking32/MasterDnsVPN0.1Likely human-written5Go6,9322026-08-29View →
goldbergyoni/nodebestpractices0.1Likely human-written6Dockerfile105,6032026-08-29View →
ramda/ramda0.1Likely human-written3JavaScript24,0552026-08-29View →
asciinema/asciinema0.1Likely human-written1Rust17,7432026-08-29View →
YouMind-OpenLab/awesome-gpt-image-20.1Likely human-written4TypeScript9,5642026-08-29View →
uber/h30.1Likely human-written37C6,5042026-08-29View →
proxifly/free-proxy-list0.1Likely human-written16,6542026-08-29View →
sourcegit-scm/sourcegit0.1Likely human-written5C#5,8282026-08-29View →
Docile-Alligator/Infinity-For-Reddit0.1Likely human-written2Java5,4332026-08-29View →
HarbourMasters/Shipwright0.1Likely human-written720C5,2972026-08-29View →
folke/lazy.nvim0.1Likely human-written1Lua21,4732026-08-29View →
cryptomator/cryptomator0.1Likely human-written3Java16,0302026-08-29View →
infinilabs/analysis-ik0.1Likely human-written1Java17,5172026-08-29View →
Tonejs/Tone.js0.1Likely human-written6TypeScript14,7142026-08-29View →
microsoft/fluentui-system-icons0.1Likely human-written89HTML10,7992026-08-29View →
feathersjs/feathers0.1Likely human-written10TypeScript15,2652026-08-29View →
ljharb/qs0.1Likely human-written1JavaScript8,9422026-08-29View →
googleapis/googleapis0.1Likely human-written7Starlark8,7202026-08-29View →
openfaas/faas0.1Likely human-written1Go26,2312026-08-29View →
pikvm/pikvm0.1Likely human-written110,2792026-08-29View →
brave-people/Dev-Event0.1Likely human-written18,8202026-08-29View →
mockoon/mockoon0.1Likely human-written11TypeScript8,3822026-08-29View →
floccusaddon/floccus0.1Likely human-written8JavaScript8,3952026-08-29View →
ChuckerTeam/chucker0.1Likely human-written2Kotlin4,5552026-08-29View →
anilbeesetti/nextplayer0.1Likely human-written3Kotlin4,3212026-08-29View →
zotero-chinese/styles0.1Likely human-written40XML6,3152026-08-29View →
red/red0.1Likely human-written8Red6,0332026-08-29View →
OxygenCobalt/Auxio0.1Likely human-written10Kotlin4,2032026-08-29View →
6boris/awesome-golang-algorithm0.1Likely human-written40Go3,5062026-08-29View →
Mahmud0808/Iconify0.1Likely human-written18Kotlin3,1532026-08-29View →
shivammathur/homebrew-php0.1Likely human-written1Ruby2,8712026-08-29View →
vczh-libraries/GacUI0.1Likely human-written1787C++2,6832026-08-29View →
rpearce/react-medium-image-zoom0.1Likely human-written1TypeScript2,1172026-08-29View →
openupm/openupm0.1Likely human-written8JavaScript1,8952026-08-29View →
James-Yu/LaTeX-Workshop0.1Likely human-written75TypeScript12,2942026-08-29View →
vanilla-extract-css/vanilla-extract0.1Likely human-written10TypeScript10,4182026-08-29View →
qvacua/vimr0.1Likely human-written6Swift6,9912026-08-29View →
gz-yami/mall4cloud0.1Likely human-written14JavaScript6,1382026-08-29View →
vavr-io/vavr0.1Likely human-written6Java6,1662026-08-29View →
openapi-ts/openapi-typescript0.1Likely human-written17TypeScript8,3372026-08-29View →
SpartnerNL/Laravel-Excel0.1Likely human-written4PHP12,7052026-08-29View →
bia-pain-bache/BPB-Worker-Panel0.1Likely human-written2TypeScript13,2652026-08-29View →
open-cli-tools/concurrently0.1Likely human-written1TypeScript7,8422026-08-29View →
Meloong-Git/PCL0.1Likely human-written3Visual Basic .NET7,1382026-08-29View →
k1LoW/tbls0.1Likely human-written9Go4,3292026-08-29View →
trickest/cve0.1Likely human-written35HTML8,0302026-08-29View →
guokaigdg/animal-island-ui0.1Likely human-written6TypeScript4,4572026-08-29View →
visjs/vis-network0.1Likely human-written17JavaScript3,6182026-08-29View →
mrcjkb/rustaceanvim0.1Likely human-written1Lua3,1002026-08-29View →
MoeKoeMusic/MoeKoeMusic0.1Likely human-written6Vue6,1932026-08-29View →
docker-library/docs0.1Likely human-written4Shell5,2872026-08-29View →
olimorris/codecompanion.nvim0.1Likely human-written11Lua6,8272026-08-29View →
kulshekhar/ts-jest0.1Likely human-written11TypeScript7,0752026-08-29View →
zdhxiong/mdui0.1Likely human-written9TypeScript4,5212026-08-29View →
guoyue2010/lxmusic-0.1Likely human-written4JavaScript5,3772026-08-29View →
vrana/adminer0.1Likely human-written5PHP7,8382026-08-29View →
lysine-dev/retrofit0.1Likely human-written12Java43,9372026-08-29View →
cshum/imagor0.1Likely human-written7Go4,0132026-08-29View →
alireza0/s-ui0.1Likely human-written1Go9,8042026-08-29View →
AnmolSaini16/mapcn0.1Likely human-written2TypeScript11,9422026-08-29View →
lysine-dev/okio0.1Likely human-written8Kotlin9,0382026-08-29View →
epicweb-dev/react-fundamentals0.1Likely human-written2TypeScript5,3162026-08-29View →
egoist/tsup0.1Likely human-written2TypeScript11,2912026-08-29View →
vega/vega0.1Likely human-written35JavaScript11,9792026-08-29View →
amacneil/dbmate0.1Likely human-written2Go7,2572026-08-29View →
konvajs/konva0.1Likely human-written11TypeScript14,7282026-08-29View →
jeinlee1991/chinese-llm-benchmark0.1Likely human-written26,4082026-08-29View →
up-for-grabs/up-for-grabs.net0.1Likely human-written3JavaScript6,0022026-08-29View →
graphql-java/graphql-java0.1Likely human-written17Java6,2232026-08-29View →
json-schema-org/json-schema-spec0.1Likely human-written1JavaScript5,1302026-08-29View →
Zephyruso/zashboard0.1Likely human-written4TypeScript3,3452026-08-29View →
emilkowalski/sonner0.1Likely human-written2TypeScript12,9052026-08-29View →
Openwrt-Passwall/openwrt-passwall20.1Likely human-written2Lua3,5092026-08-29View →
ErsatzTV/legacy0.1Likely human-written140C#2,9202026-08-29View →
magefree/mage0.1Likely human-written179Java2,3442026-08-29View →
belav/csharpier0.1Likely human-written17C#2,3112026-08-29View →
unjs/fontaine0.1Likely human-written3TypeScript1,9832026-08-29View →
coreui/coreui-free-bootstrap-admin-template0.1Likely human-written4HTML12,2432026-08-29View →
inokawa/virtua0.1Likely human-written9TypeScript3,7282026-08-29View →
jacomyal/sigma.js0.1Likely human-written8TypeScript12,1532026-08-29View →
zpao/qrcode.react0.1Likely human-written1TypeScript4,2842026-08-29View →
esm-dev/esm.sh0.1Likely human-written3Go4,1612026-08-29View →
AutonomicAI/equivalence-lean0.0Likely human-written0Lean02026-08-29View →
ossu/computer-science0.0Likely human-written0HTML208,4772026-08-29View →
github/gitignore0.0Likely human-written0175,4802026-08-29View →
iptv-org/iptv0.0Likely human-written0TypeScript136,8982026-08-29View →
Anduin2017/HowToCook0.0Likely human-written0101,9812026-08-29View →
laravel/laravel0.0Likely human-written0Blade84,8882026-08-29View →
MunGell/awesome-for-beginners0.0Likely human-written088,7922026-08-29View →
doocs/advanced-java0.0Likely human-written0Java79,0882026-08-29View →
awesomedata/awesome-public-datasets0.0Likely human-written078,6892026-08-29View →
fffaraz/awesome-cpp0.0Likely human-written072,9792026-08-29View →
danielmiessler/SecLists0.0Likely human-written107PHP73,1322026-08-29View →
base/node0.0Likely human-written0Shell68,4092026-08-29View →
VoltAgent/awesome-design-md0.0Likely human-written0111,0442026-08-29View →
h5bp/html5-boilerplate0.0Likely human-written0JavaScript57,6082026-08-29View →
ngosang/trackerslist0.0Likely human-written054,9862026-08-29View →
ChrisTitusTech/winutil0.0Likely human-written0PowerShell61,3572026-08-29View →
chinese-poetry/chinese-poetry0.0Likely human-written4JavaScript53,2832026-08-29View →
serhii-londar/open-source-mac-os-apps0.0Likely human-written050,1802026-08-29View →
akullpp/awesome-java0.0Likely human-written048,8742026-08-29View →
gedoor/legado0.0Likely human-written0Kotlin47,0382026-08-29View →
Raphire/Win11Debloat0.0Likely human-written0PowerShell56,3822026-08-29View →
mindsdb/mindsdb0.0Likely human-written0Makefile39,6552026-08-29View →
gkd-kit/gkd0.0Likely human-written1Kotlin41,2612026-08-29View →
inkonchain/node0.0Likely human-written0Shell36,4702026-08-29View →
massgravel/Microsoft-Activation-Scripts0.0Likely human-written0Batchfile188,5672026-08-29View →
iamkun/dayjs0.0Likely human-written1JavaScript48,6672026-08-29View →
awesome-foss/awesome-sysadmin0.0Likely human-written035,0112026-08-29View →
waydabber/BetterDisplay0.0Likely human-written033,3822026-08-29View →
microsoft/playwright-mcp0.0Likely human-written0TypeScript36,5792026-08-29View →
OAI/OpenAPI-Specification0.0Likely human-written2Markdown31,1872026-08-29View →
nvim-lua/kickstart.nvim0.0Likely human-written0Lua31,3472026-08-29View →
honojs/hono0.0Likely human-written2TypeScript32,0092026-08-29View →
NvChad/NvChad0.0Likely human-written0Lua28,4402026-08-29View →
Loyalsoldier/clash-rules0.0Likely human-written028,2062026-08-29View →
jivoi/awesome-osint0.0Likely human-written028,6052026-08-29View →
gfwlist/gfwlist0.0Likely human-written025,5622026-08-29View →
Johnshall/Shadowrocket-ADBlock-Rules-Forever0.0Likely human-written029,4712026-08-29View →
charmbracelet/glow0.0Likely human-written0Go27,0992026-08-29View →
ScoopInstaller/Scoop0.0Likely human-written0PowerShell24,6062026-08-29View →
semantic-release/semantic-release0.0Likely human-written1JavaScript24,0142026-08-29View →
lukasmasuch/best-of-ml-python0.0Likely human-written023,7332026-08-29View →
js-cookie/js-cookie0.0Likely human-written0JavaScript22,5912026-08-29View →
Hack-with-Github/Awesome-Hacking0.0Likely human-written0119,2442026-08-29View →
h5bp/Front-end-Developer-Interview-Questions0.0Likely human-written0Nunjucks60,8712026-08-29View →
Solido/awesome-flutter0.0Likely human-written0Dart61,0232026-08-29View →
sorrycc/awesome-javascript0.0Likely human-written035,0222026-08-29View →
byoungd/English-level-up-tips0.0Likely human-written0JavaScript61,9122026-08-29View →
yangshun/front-end-interview-handbook0.0Likely human-written0JavaScript44,0002026-08-29View →
ziadoz/awesome-php0.0Likely human-written032,6702026-08-29View →
MonitorControl/MonitorControl0.0Likely human-written0Swift34,0562026-08-29View →
datawhalechina/pumpkin-book0.0Likely human-written026,0082026-08-29View →
LazyVim/LazyVim0.0Likely human-written0Lua27,3042026-08-29View →
HqWu-HITCS/Awesome-Chinese-LLM0.0Likely human-written022,7512026-08-29View →
AZeC4/TelegramGroup0.0Likely human-written023,0602026-08-29View →
codecrafters-io/build-your-own-x0.0Likely human-written0Markdown543,6692026-08-29View →
HandsOnLLM/Hands-On-Large-Language-Models0.0Likely human-written0Jupyter Notebook28,7202026-08-29View →
ayangweb/BongoCat0.0Likely human-written0Vue22,8322026-08-29View →
matiassingers/awesome-readme0.0Likely human-written021,3882026-08-29View →
AccumulateMore/CV0.0Likely human-written0Jupyter Notebook23,4312026-08-29View →
Loyalsoldier/v2ray-rules-dat0.0Likely human-written020,5722026-08-29View →
zxwk1998/vue-admin-better0.0Likely human-written0Vue18,9122026-08-29View →
Pawdroid/Free-servers0.0Likely human-written018,8232026-08-29View →
obsidianmd/obsidian-releases0.0Likely human-written021,1432026-08-29View →
xx025/carrot0.0Likely human-written017,1742026-08-29View →
free-nodes/clashfree0.0Likely human-written016,4412026-08-29View →
Tyrrrz/YoutubeDownloader0.0Likely human-written0C#16,0202026-08-29View →
mouredev/hello-git0.0Likely human-written014,7872026-08-29View →
keiyoushi/extensions0.0Likely human-written0HTML14,8122026-08-29View →
nestjs/awesome-nestjs0.0Likely human-written013,1212026-08-29View →
T8RIN/ImageToolbox0.0Likely human-written8Kotlin14,3822026-08-29View →
gruntjs/grunt0.0Likely human-written0JavaScript12,2402026-08-29View →
free-nodes/v2rayfree0.0Likely human-written013,5722026-08-29View →
pystardust/ani-cli0.0Likely human-written0Shell13,6152026-08-29View →
tc39/proposals0.0Likely human-written019,1772026-08-29View →
tc39/ecma2620.0Likely human-written0HTML15,6782026-08-29View →
sass/sass0.0Likely human-written1TypeScript15,3722026-08-29View →
auth0/node-jsonwebtoken0.0Likely human-written0JavaScript18,1882026-08-29View →
iCHAIT/awesome-macOS0.0Likely human-written019,1022026-08-29View →
vim-airline/vim-airline0.0Likely human-written0Vim Script17,9612026-08-29View →
PlexPt/awesome-chatgpt-prompts-zh0.0Likely human-written2161,8772026-08-29View →
golang-standards/project-layout0.0Likely human-written0Makefile56,5072026-08-29View →
typescript-cheatsheets/react0.0Likely human-written0TypeScript47,0962026-08-29View →
cursor/cursor0.0Likely human-written033,1902026-08-29View →
alexpate/awesome-design-systems0.0Likely human-written025,8162026-08-29View →
pqina/filepond0.0Likely human-written0JavaScript16,3892026-08-29View →
ForrestKnight/open-source-cs0.0Likely human-written023,7452026-08-29View →
bigint/hey0.0Likely human-written0TypeScript29,3812026-08-29View →
dracula/dracula-theme0.0Likely human-written023,5652026-08-29View →
johnpapa/angular-styleguide0.0Likely human-written0Vim Snippet23,6162026-08-29View →
jwasham/coding-interview-university0.0Likely human-written0359,9132026-08-29View →
nvim-telescope/telescope.nvim0.0Likely human-written0Lua19,7372026-08-29View →
catppuccin/catppuccin0.0Likely human-written0TypeScript19,7032026-08-29View →
JedWatson/classnames0.0Likely human-written0JavaScript17,7812026-08-29View →
yaronn/blessed-contrib0.0Likely human-written0JavaScript15,7672026-08-29View →
sindresorhus/awesome-electron0.0Likely human-written027,2672026-08-29View →
redux-saga/redux-saga0.0Likely human-written2JavaScript22,4242026-08-29View →
dockur/macos0.0Likely human-written0Shell21,4762026-08-29View →
hapijs/joi0.0Likely human-written3JavaScript21,1812026-08-29View →
Gar-b-age/CookLikeHOC0.0Likely human-written0Dockerfile24,5072026-08-29View →
AiHubCN/Awesome-Chinese-LLM0.0Likely human-written022,7512026-08-29View →
macrozheng/mall0.0Likely human-written3Java84,6502026-08-29View →
tailwindlabs/heroicons0.0Likely human-written0JavaScript23,7682026-08-29View →
letta-ai/letta0.0Likely human-written024,4802026-08-29View →
yanue/V2rayU0.0Likely human-written020,1222026-08-29View →
immersive-translate/immersive-translate0.0Likely human-written018,6222026-08-29View →
mindsdb/minds-platform0.0Likely human-written0Makefile39,6562026-08-29View →
papers-we-love/papers-we-love0.0Likely human-written0Shell109,0632026-08-29View →
junegunn/vim-plug0.0Likely human-written0Vim Script35,7522026-08-29View →
naptha/tesseract.js0.0Likely human-written1JavaScript38,6762026-08-29View →
cjbarber/ToolsOfTheTrade0.0Likely human-written017,1572026-08-29View →
privatenumber/tsx0.0Likely human-written1TypeScript12,1212026-08-29View →
libre-tube/LibreTube0.0Likely human-written1Kotlin12,5702026-08-29View →
Leey21/awesome-ai-research-writing0.0Likely human-written033,4152026-08-29View →
microsoft/api-guidelines0.0Likely human-written023,3312026-08-29View →
kepano/obsidian-skills0.0Likely human-written047,4432026-08-29View →
slymnoyann/hey-10.0Likely human-written0TypeScript29,3812026-08-29View →
nndl/nndl0.0Likely human-written019,1282026-08-29View →
kubeflow/kubeflow0.0Likely human-written015,8402026-08-29View →
Axorax/awesome-free-apps0.0Likely human-written0JavaScript7,5632026-08-29View →
hardikpandya/stop-slop0.0Likely human-written016,5252026-08-29View →
Rem0o/FanControl.Releases0.0Likely human-written020,6942026-08-29View →
pot-app/pot-desktop0.0Likely human-written1JavaScript19,3662026-08-29View →
revfactory/harness0.0Likely human-written0HTML8,8512026-08-29View →
d3/d30.0Likely human-written0Shell113,5762026-08-29View →
enaqx/awesome-react0.0Likely human-written074,4242026-08-29View →
lewagon/setup0.0Likely human-written0Ruby19,6262026-08-29View →
kkndmetianya/kkndme_tianya0.0Likely human-written019,4292026-08-29View →
wasabeef/awesome-android-ui0.0Likely human-written057,3882026-08-29View →
pppscn/SmsForwarder0.0Likely human-written1Kotlin27,7302026-08-29View →
chentsulin/awesome-graphql0.0Likely human-written015,1102026-08-29View →
streamich/react-use0.0Likely human-written1TypeScript44,0232026-08-29View →
MisterBooo/LeetCodeAnimation0.0Likely human-written0Java76,7022026-08-29View →
brettwooldridge/HikariCP0.0Likely human-written1Java21,1942026-08-29View →
mindsdb/minds0.0Likely human-written0Makefile39,6562026-08-29View →
GorvGoyl/Clone-Wars0.0Likely human-written036,6642026-08-29View →
halfrost/LeetCode-Go0.0Likely human-written147Go33,7932026-08-29View →
openai/codex-plugin-cc0.0Likely human-written0JavaScript32,5032026-08-29View →
mikeroyal/Self-Hosting-Guide0.0Likely human-written0Dockerfile22,6432026-08-29View →
j4Uq/TVBoxOSC0.0Likely human-written017,3992026-08-29View →
flarum/flarum0.0Likely human-written0PHP16,3852026-08-29View →
liquidslr/interview-company-wise-problems0.0Likely human-written029,3382026-08-29View →
FortAwesome/Font-Awesome0.0Likely human-written14JavaScript76,8852026-08-29View →
viatsko/awesome-vscode0.0Likely human-written0JavaScript28,9832026-08-29View →
quickemu-project/quickemu0.0Likely human-written0Shell15,7372026-08-29View →
byJoey/cfnew0.0Likely human-written015,1402026-08-29View →
dotnet/csharplang0.0Likely human-written6C#12,6962026-08-29View →
liquidslr/leetcode-company-wise-problems0.0Likely human-written029,3382026-08-29View →
rustdesk/rustdesk-server0.0Likely human-written0Rust10,3392026-08-29View →
Openwrt-Passwall/openwrt-passwall0.0Likely human-written0Lua9,8882026-08-29View →
nomi-sec/PoC-in-GitHub0.0Likely human-written58,0262026-08-29View →
octokit/octokit.js0.0Likely human-written0TypeScript7,8372026-08-29View →
deezertidal/shadowrocket-rules0.0Likely human-written0JavaScript6,6472026-08-29View →
ankane/chartkick0.0Likely human-written0Ruby6,5282026-08-29View →
YoulianBoshi/vpn0.0Likely human-written07,5312026-08-29View →
romanvht/ByeByeDPI0.0Likely human-written0Kotlin6,5242026-08-29View →
Mygod/VPNHotspot0.0Likely human-written2Kotlin6,3682026-08-29View →
CocoaPods/Specs0.0Likely human-written8286,8162026-08-29View →
ayn2op/discordo0.0Likely human-written0Go5,7442026-08-29View →
TheSpeedX/PROXY-List0.0Likely human-written05,7862026-08-29View →
trustwallet/assets0.0Likely human-written1Go5,3782026-08-29View →
ineo6/hosts0.0Likely human-written0TypeScript5,3642026-08-29View →
MattPD/cpplinks0.0Likely human-written05,2832026-08-29View →
free18/v2ray0.0Likely human-written05,3282026-08-29View →
gayanvoice/top-github-users0.0Likely human-written114,8862026-08-29View →
plouc/nivo0.0Likely human-written7TypeScript14,0922026-08-29View →
DiningFactory/panda-vpn-pro0.0Likely human-written014,2612026-08-29View →
cncf/landscape0.0Likely human-written09,9832026-08-29View →
StylishThemes/GitHub-Dark0.0Likely human-written1CSS9,9692026-08-29View →
byoungd/up0.0Likely human-written0JavaScript61,9162026-08-29View →
thibmaek/awesome-raspberry-pi0.0Likely human-written0Shell16,8022026-08-29View →
hicccc77/WeFlow0.0Likely human-written013,9922026-08-29View →
svenstaro/genact0.0Likely human-written1Rust12,1782026-08-29View →
is-a-dev/register0.0Likely human-written0JavaScript11,1002026-08-29View →
ZeroLu/awesome-nanobanana-pro0.0Likely human-written010,2652026-08-29View →
hwanz/SSR-V2ray-Trojan0.0Likely human-written018,3312026-08-29View →
iptv-org/awesome-iptv0.0Likely human-written012,3312026-08-29View →
hoochanlon/hamuleite0.0Likely human-written0Python9,5692026-08-29View →
skydoves/Pokedex0.0Likely human-written0Kotlin8,3532026-08-29View →
Laravel-Lang/lang0.0Likely human-written0PHP7,7762026-08-29View →
MiCode/Xiaomi_Kernel_OpenSource0.0Likely human-written09,8192026-08-29View →
v2fly/domain-list-community0.0Likely human-written0Go9,4112026-08-29View →
FQrabbit/SSTap-Rule0.0Likely human-written0Python6,5632026-08-29View →
nix-community/awesome-nix0.0Likely human-written05,4232026-08-29View →
LineageOS/android0.0Likely human-written04,6352026-08-29View →
bbatsov/projectile0.0Likely human-written0Emacs Lisp4,2332026-08-29View →
bulletmark/libinput-gestures0.0Likely human-written0Python4,1352026-08-29View →
clojure-emacs/cider0.0Likely human-written0Emacs Lisp3,6782026-08-29View →
ThePrimeagen/refactoring.nvim0.0Likely human-written0Lua3,6452026-08-29View →
jstrieb/github-stats0.0Likely human-written0Zig3,5442026-08-29View →
ethereum-lists/chains0.0Likely human-written1Kotlin9,8232026-08-29View →
phusion/baseimage-docker0.0Likely human-written0Shell9,0962026-08-29View →
fontsource/fontsource0.0Likely human-written25TypeScript6,0912026-08-29View →
InfinityLoop1308/PipePipe0.0Likely human-written0Shell5,9862026-08-29View →
MM2-0/Kvaesitso0.0Likely human-written6Kotlin5,0512026-08-29View →
LOWERTOP/Shadowrocket-First0.0Likely human-written05,0012026-08-29View →
mingrammer/go-web-framework-stars0.0Likely human-written0Go3,8402026-08-29View →
BEPb/BEPb0.0Likely human-written0Shell3,2202026-08-29View →
PaulWoitaschek/Voice0.0Likely human-written0Kotlin3,0962026-08-29View →
Dark-Xploit/CypherX0.0Likely human-written0Dockerfile2,9162026-08-29View →
acepanel/panel0.0Likely human-written0Go2,9352026-08-29View →
CVEProject/cvelistV50.0Likely human-written3192,9392026-08-29View →
OverTheWallNode/SSV2RayTrojanSSRClash0.0Likely human-written02,8182026-08-29View →
maxiaof/github-hosts0.0Likely human-written0Java2,8902026-08-29View →
nix-community/nix-direnv0.0Likely human-written0Shell2,7632026-08-29View →
v2ray/domain-list-community0.0Likely human-written0Go2,6692026-08-29View →
zieng2/wl0.0Likely human-written02,5922026-08-29View →
stamparm/ipsum0.0Likely human-written02,3582026-08-29View →
ripaojiedian/freenode0.0Likely human-written02,3552026-08-29View →
DropsOfZut/awesome-security-weixin-official-accounts0.0Likely human-written02,2622026-08-29View →
SpaceTimee/Fusion-JetBrainsMapleMono0.0Likely human-written0Python2,2332026-08-29View →
wdcpclover/ai4paper0.0Likely human-written0HTML3,2122026-08-29View →
ZeroLu/awesome-seedance0.0Likely human-written0Shell2,3482026-08-29View →
hujingguang/ChinaIPTV0.0Likely human-written02,0422026-08-29View →
mursor1985/LIVE0.0Likely human-written01,9632026-08-29View →
snakem982/proxypool0.0Likely human-written0Shell2,0402026-08-29View →
ScoopInstaller/Main0.0Likely human-written1PowerShell1,8682026-08-29View →
joyce677/TrendRadar0.0Likely human-written56HTML1,8772026-08-29View →
PuddinCat/BestClash0.0Likely human-written01,9252026-08-29View →
wall-flipping/SSV2RayTrojanClashSSR0.0Likely human-written01,7672026-08-29View →
gyf-dev/ImmersionBar0.0Likely human-written0Java11,4692026-08-29View →
majd/ipatool0.0Likely human-written0Go9,9572026-08-29View →
leiurayer/downkyi0.0Likely human-written024,4222026-08-29View →
react-icons/react-icons0.0Likely human-written0TypeScript12,6252026-08-29View →
yujincheng08/BiliRoaming0.0Likely human-written0Kotlin11,5612026-08-29View →
stevenjoezhang/live2d-widget0.0Likely human-written0TypeScript10,9232026-08-29View →
kelektiv/node-cron0.0Likely human-written1TypeScript8,9472026-08-29View →
yaobiao131/downkyicore0.0Likely human-written07,5082026-08-29View →
ihebski/DefaultCreds-cheat-sheet0.0Likely human-written0Python6,7262026-08-29View →
nirholas/fresh-start0.0Likely human-written06,2462026-08-29View →
metowolf/vCards0.0Likely human-written0JavaScript6,3872026-08-29View →
Fyrd/caniuse0.0Likely human-written4JSON5,8702026-08-29View →
Semporia/TikTok-Unlock0.0Likely human-written0JavaScript12,0072026-08-29View →
asxez/DockerDesktop-CN0.0Likely human-written09,5732026-08-29View →
stonerl/Thaw0.0Likely human-written072026-08-29View →
unjs/consola0.0Likely human-written0TypeScript7,3242026-08-29View →
OpenRunner/clash-freenode0.0Likely human-written06,4192026-08-29View →
sindresorhus/ky0.0Likely human-written0TypeScript17,0492026-08-29View →
microsoft/language-server-protocol0.0Likely human-written2HTML12,9962026-08-29View →
YanG-1989/m3u0.0Likely human-written0Shell11,3802026-08-29View →
twitter/twemoji0.0Likely human-written0HTML17,7672026-08-29View →
godotengine/awesome-godot0.0Likely human-written010,6582026-08-29View →
reqable/reqable-app0.0Likely human-written06,6902026-08-29View →
Loyalsoldier/geoip0.0Likely human-written0Go6,4692026-08-29View →
nvim-mini/mini.nvim0.0Likely human-written3Lua9,4672026-08-29View →
addyosmani/critical0.0Likely human-written0JavaScript10,2662026-08-29View →
WyattBlue/auto-editor0.0Likely human-written0Nim5,0972026-08-29View →
mindsdb/mindshub0.0Likely human-written0Makefile39,6562026-08-29View →
e2b-dev/awesome-ai-agents0.0Likely human-written029,7322026-08-29View →
fangzesheng/free-api0.0Likely human-written016,2242026-08-29View →
ReactNativeNews/React-Native-Apps0.0Likely human-written010,3932026-08-29View →
saghen/blink.cmp0.0Likely human-written1Lua6,5352026-08-29View →
markusschanta/awesome-jupyter0.0Likely human-written04,6632026-08-29View →
semlinker/awesome-typescript0.0Likely human-written04,0452026-08-29View →
diegohaz/constate0.0Likely human-written0TypeScript4,0052026-08-29View →
niumoo/bing-wallpaper0.0Likely human-written1Java3,6922026-08-29View →
deezertidal/QuantumultX-Rewrite0.0Likely human-written0JavaScript3,2792026-08-29View →
aljazceru/awesome-nostr0.0Likely human-written0JavaScript2,9652026-08-29View →
EnergizedProtection/block0.0Likely human-written02,8232026-08-29View →
LukeZGD/Legacy-iOS-Kit0.0Likely human-written0Shell2,9032026-08-29View →
lorien/awesome-web-scraping0.0Likely human-written0JavaScript8,1372026-08-29View →
peazip/PeaZip0.0Likely human-written2Pascal7,8012026-08-29View →
m3y54m/Embedded-Engineering-Roadmap0.0Likely human-written012,9872026-08-29View →
BtbN/FFmpeg-Builds0.0Likely human-written0Shell11,5722026-08-29View →
BetterDiscord/BetterDiscord0.0Likely human-written1TypeScript9,2132026-08-29View →
drduh/macOS-Security-and-Privacy-Guide0.0Likely human-written022,4992026-08-29View →
xushengfeng/eSearch0.0Likely human-written2TypeScript7,0482026-08-29View →
Z-Siqi/Clash-for-Windows_Chinese0.0Likely human-written0JavaScript28,5182026-08-29View →
rzashakeri/beautify-github-profile0.0Likely human-written012,5022026-08-29View →
mdn/browser-compat-data0.0Likely human-written13JSON5,7302026-08-29View →
smogon/pokemon-showdown0.0Likely human-written30TypeScript5,8602026-08-29View →
thuquant/awesome-quant0.0Likely human-written05,5872026-08-29View →
itgoyo/TelegramGroup0.0Likely human-written05,6662026-08-29View →
soruly/trace.moe0.0Likely human-written05,0252026-08-29View →
bytedeco/javacpp0.0Likely human-written0Java4,7052026-08-29View →
Fei-Away/Codex-Dream-Skin0.0Likely human-written0JavaScript14,1852026-08-29View →
wnlen/clash-for-linux0.0Likely human-written0Shell5,9182026-08-29View →
Flowseal/zapret-discord-youtube0.0Likely human-written0Batchfile32,6412026-08-29View →
OJ/gobuster0.0Likely human-written0Go14,0512026-08-29View →
cyrus-and/gdb-dashboard0.0Likely human-written0Python12,2432026-08-29View →
magit/magit0.0Likely human-written0Emacs Lisp7,2122026-08-29View →
farag2/Sophia-Script-for-Windows0.0Likely human-written0PowerShell9,6832026-08-29View →
alexandresanlim/Badges4-README.md-Profile0.0Likely human-written0Markdown13,4362026-08-29View →
LOWERTOP/Shadowrocket0.0Likely human-written04,4262026-08-29View →
Droid-ify/client0.0Likely human-written0Kotlin7,3332026-08-29View →
speedyapply/2027-SWE-College-Jobs0.0Likely human-written09,0132026-08-29View →
privacy-protection-tools/anti-AD0.0Likely human-written010,7032026-08-29View →
twbs/icons0.0Likely human-written1TypeScript8,1142026-08-29View →
fscarmen/sing-box0.0Likely human-written0Shell5,5482026-08-29View →
antirez/ds40.0Likely human-written94C21,8962026-08-29View →
rubocop/ruby-style-guide0.0Likely human-written016,5482026-08-29View →
githubvpn007/v2rayNvpn0.0Likely human-written06,8382026-08-29View →
rubocop/rails-style-guide0.0Likely human-written06,5042026-08-29View →
dialogic-godot/dialogic0.0Likely human-written0GDScript5,9562026-08-29View →
shieldfy/API-Security-Checklist0.0Likely human-written023,3062026-08-29View →
chrislgarry/Apollo-110.0Likely human-written0Assembly72,2202026-08-29View →
greatghoul/remote-working0.0Likely human-written0Ruby11,7372026-08-29View →
kenjihiranabe/The-Art-of-Linear-Algebra0.0Likely human-written0PostScript21,7102026-08-29View →
DevCaress/guia-entrevistas-de-programacion0.0Likely human-written0MDX8,0842026-08-29View →
antfu/eslint-config0.0Likely human-written0JavaScript6,2522026-08-29View →
zgwl/chinese-buy-us-stock-guide0.0Likely human-written06,3982026-08-29View →
op7418/guizang-ppt-skill0.0Likely human-written0HTML25,1272026-08-29View →
fengyuanchen/cropperjs0.0Likely human-written0TypeScript13,8652026-08-29View →
webpro/awesome-dotfiles0.0Likely human-written010,8372026-08-29View →
yonggekkk/sing-box-yg0.0Likely human-written0Shell9,9872026-08-29View →
sindresorhus/quick-look-plugins0.0Likely human-written018,7512026-08-29View →
leandromoreira/digital_video_introduction0.0Likely human-written0Jupyter Notebook16,3042026-08-29View →
kenwheeler/slick0.0Likely human-written0JavaScript28,5502026-08-29View →
FullHuman/purgecss0.0Likely human-written0TypeScript8,0482026-08-29View →
fastfire/deepdarkCTI0.0Likely human-written07,1992026-08-29View →
reHackable/awesome-reMarkable0.0Likely human-written07,6602026-08-29View →
georgezouq/awesome-ai-in-finance0.0Likely human-written06,4512026-08-29View →
justjavac/free-programming-books-zh_CN0.0Likely human-written0118,5452026-08-29View →
ssloy/tinyrenderer0.0Likely human-written0C++24,1532026-08-29View →
dailydotdev/daily0.0Likely human-written0JavaScript20,0452026-08-29View →
AstroNvim/AstroNvim0.0Likely human-written0Lua14,4312026-08-29View →
sebastianbergmann/version0.0Likely human-written0PHP6,5692026-08-29View →
gilbarbara/logos0.0Likely human-written0SVG6,8132026-08-29View →
weekend-project-space/top-rss-list0.0Likely human-written06,5812026-08-29View →
peaceiris/actions-gh-pages0.0Likely human-written0TypeScript5,3582026-08-29View →
mybatis/generator0.0Likely human-written7Java5,3132026-08-29View →
brianpetro/obsidian-smart-connections0.0Likely human-written0JavaScript5,4072026-08-29View →
farizdotid/DAFTAR-API-LOKAL-INDONESIA0.0Likely human-written0TypeScript5,2952026-08-29View →
screego/server0.0Likely human-written0Go10,5112026-08-29View →
callstack/linaria0.0Likely human-written2TypeScript12,3462026-08-29View →
TianxingChen/Embodied-AI-Guide0.0Likely human-written015,6692026-08-29View →
janpaepke/ScrollMagic0.0Likely human-written0TypeScript14,9562026-08-29View →
karpathy/micrograd0.0Likely human-written0Jupyter Notebook17,3092026-08-29View →
dgkanatsios/CKAD-exercises0.0Likely human-written010,1162026-08-29View →
vikiboss/60s0.0Likely human-written2TypeScript5,6852026-08-29View →
ReactiveX/RxAndroid0.0Likely human-written0Java19,9312026-08-29View →
FongMi/Release0.0Likely human-written0Batchfile6,7442026-08-29View →
unclebob/swarm-forge0.0Likely human-written0Clojure2,9902026-08-29View →
K2SOsint/Legendary_OSINT0.0Likely human-written01,7142026-08-29View →
aistra0528/Hail0.0Likely human-written0Kotlin6,5682026-08-29View →
Jsnzkpg/Jsnzkpg0.0Likely human-written04,0882026-08-29View →
Mr-xn/BurpSuite-collections0.0Likely human-written0HTML3,9652026-08-29View →
mintisan/awesome-kan0.0Likely human-written03,2912026-08-29View →
litu54/DevOps-Interview-Guide0.0Likely human-written01,3332026-08-29View →
jordan-cutler/path-to-senior-engineer-handbook0.0Likely human-written018,1162026-08-29View →
browserslist/browserslist0.0Likely human-written0JavaScript13,5602026-08-29View →
samolego/Canta0.0Likely human-written0Kotlin5,6702026-08-29View →
farzher/fuzzysort0.0Likely human-written0JavaScript4,3452026-08-29View →
xdash/FDE-the-Guidance-Book-of-Forward-Deployed-Engineer0.0Likely human-written04,4322026-08-29View →
transmission-remote-gui/transgui0.0Likely human-written0Pascal3,4562026-08-29View →
yuchenlin/rebiber0.0Likely human-written144Python3,0322026-08-29View →
JetpackDuba/Gitnuro0.0Likely human-written1Kotlin2,7472026-08-29View →
openclaw/wacli0.0Likely human-written1Go2,7162026-08-29View →
MIgHTy-alIeN/ai-trader-bot0.0Likely human-written0Solidity2,6912026-08-29View →
BarutSRB/OmniWM0.0Likely human-written7Swift2,6322026-08-29View →
dockur/windows-arm0.0Likely human-written0Batchfile2,2432026-08-29View →
nestjs/typeorm0.0Likely human-written0TypeScript2,1522026-08-29View →
advanced-chat/advanced-chat-components0.0Likely human-written0TypeScript2,0812026-08-29View →
Predidit/KazumiRules0.0Likely human-written0Dart2,0312026-08-29View →
catppuccin/nvim0.0Likely human-written0Lua7,5932026-08-29View →
hemanth/awesome-pwa0.0Likely human-written0JavaScript4,9002026-08-29View →
geongeorge/i-hate-regex0.0Likely human-written0TypeScript4,5572026-08-29View →
RealKai42/qwerty-learner0.0Likely human-written11TypeScript22,8772026-08-29View →
posquit0/Awesome-CV0.0Likely human-written0TeX28,3872026-08-29View →
nhivp/Awesome-Embedded0.0Likely human-written09,0552026-08-29View →
Archmage83/tvapk0.0Likely human-written0Java6,2042026-08-29View →
nextai-translator/bob-plugin-openai-translator0.0Likely human-written0TypeScript5,6552026-08-29View →
nvim-neo-tree/neo-tree.nvim0.0Likely human-written1Lua5,5702026-08-29View →
nasa-jpl/open-source-rover0.0Likely human-written0Prolog9,6132026-08-29View →
vercel/ncc0.0Likely human-written1JavaScript9,8372026-08-29View →
deepseek-ai/awesome-deepseek-agent0.0Likely human-written06,0172026-08-29View →
rossant/awesome-math0.0Likely human-written0Python16,1962026-08-29View →
cordiverse/cordis0.0Likely human-written0TypeScript7,8002026-08-29View →
linsa-io/linsa.io0.0Likely human-written0TypeScript16,8572026-08-29View →
paulmillr/chokidar0.0Likely human-written0TypeScript12,2292026-08-29View →
TideSec/TscanPlus0.0Likely human-written04,2702026-08-29View →
gaoyifan/china-operator-ip0.0Likely human-written0Rust3,6162026-08-29View →
elixir-ecto/ecto0.0Likely human-written0Elixir6,4872026-08-29View →
ZzzLc0405/photo-abstract-editorial0.0Likely human-written05,0512026-08-29View →
humiaozuzu/awesome-flask0.0Likely human-written012,7572026-08-29View →
alexeygrigorev/data-science-interviews0.0Likely human-written0HTML10,1332026-08-29View →
matheusfelipeog/beautiful-docs0.0Likely human-written09,5252026-08-29View →
eze-is/web-access0.0Likely human-written0JavaScript8,7672026-08-29View →
Lerist/FakeLocation0.0Likely human-written0HTML7,2252026-08-29View →
limbopro/Paolujichang0.0Likely human-written06,8902026-08-29View →
pop-os/cosmic-epoch0.0Likely human-written0Just6,7482026-08-29View →
NopeCHALLC/nopecha-extension0.0Likely human-written010,9692026-08-29View →
mnfst/awesome-free-llm-apis0.0Likely human-written0JavaScript7,1832026-08-29View →
rathole-org/rathole0.0Likely human-written0Rust14,0882026-08-29View →
BongoCatPet/BongoCat0.0Likely human-written0Vue22,8502026-08-29View →
zapplyjobs/Internships-20270.0Likely human-written0HTML5,1422026-08-29View →
luestr/ProxyResource0.0Likely human-written0Vim Snippet4,8912026-08-29View →
zh-lx/pinyin-pro0.0Likely human-written1TypeScript4,6902026-08-29View →
tj/n0.0Likely human-written0Shell19,5112026-08-29View →
be5invis/Sarasa-Gothic0.0Likely human-written0JavaScript12,6972026-08-29View →
fengyuanchen/viewerjs0.0Likely human-written2JavaScript8,2352026-08-29View →
Heapy/awesome-kotlin0.0Likely human-written1Kotlin11,3772026-08-29View →
YerongAI/Office-Tool0.0Likely human-written0PowerShell14,0942026-08-29View →
AllThingsSmitty/css-protips0.0Likely human-written030,2622026-08-29View →
iamseancheney/python_for_data_analysis_2nd_chinese_version0.0Likely human-written08,9802026-08-29View →
phosphor-icons/homepage0.0Likely human-written0TypeScript7,3612026-08-29View →
JetBrains/go-modern-guidelines0.0Likely human-written0Go2,7592026-08-29View →
shimohq/chinese-programmer-wrong-pronunciation0.0Likely human-written02026-09-02View →
Asabeneh/30-Days-Of-JavaScript0.0Likely human-written4JavaScript46,7602026-09-02View →
Asabeneh/30-Days-Of-React0.0Likely human-written3JavaScript27,4812026-09-02View →
jondot/awesome-react-native0.0Likely human-written035,6912026-09-02View →

📖 Methodology

Why Detect AI-Generated Code?

As AI coding assistants become ubiquitous, distinguishing human-authored logic from synthetic code is critical for security, maintainability, and architectural integrity. Research indicates that while LLMs increase short-term productivity, they often introduce subtle vulnerabilities, architectural debt, and non-idiomatic patterns that degrade long-term code quality. Identifying AI-generated code allows engineering teams to accurately assess risk, prioritize human review, and maintain rigorous software quality standards.

SynthScan v2.0 employs a rigorously layered, orthogonal detection architecture to identify and quantify the presence of synthetic code. Because Large Language Models exhibit distinct linguistic, structural, and architectural fingerprints, relying on a single heuristic yields unacceptable false positive rates. Our system solves this by intersecting lexical pattern matching, abstract syntax tree (AST) depth profiling, multi-line structural tells, and fuzzy cross-file repetition analysis. Finally, temporal gating applies Bayesian priors to historical commits, strictly diminishing confidence for code written prior to the widespread commercial viability of LLM development environments.

v2.0 Algorithmic Adjustments

Our detection engine executes three deterministic modifiers prior to statistical normalisation, guaranteeing higher precision and active resistance to adversarial masking.

Density Clustering Factor

Isolated indicators can be coincidental; high-density clusters are definitive synthetic footprints.

Topological ConditionAlgorithmic Effect
≥ 3 signatures within a 10-line execution windowConstituent matches multiplicatively boosted by ×1.5

Contextual Isolation Multiplier

LLMs empirically over-annotate, hallucinating verbose scaffolding. We amplify comments relative to strict execution paths.

Lexical ContextMultiplierRationale
COMMENT×1.5High probability of zero-shot hallucinated documentation
CODE×1.0Algorithmic Baseline
STRING×0.5Diminished impact to ignore intentional user-facing copy

Architectural Diminishing Returns

Prevents outlier monolithic files (e.g. generated schemas) from inducing systemic statistical skew.

Statistical ConditionAlgorithmic Effect
Excess signatures beyond the 20th per individual fileExcess matches mathematically discounted by ×0.5

Scoring Formula & Temporal Gate

Each atomic pattern match accrues a base severity coefficient, heavily calibrated by a per-line context multiplier to segregate inline documentation from executable logic. The sum of these adjusted coefficients forms the raw score, which is definitively normalised against total lines of code to yield the baseline synthetic probability factor:

synthetic_score = (raw_score / lines_scanned) × 1000

The adjusted score further cascades through a temporal discount factor based on the repository's most recent commit metadata. Code bases unmodified since late 2022 demonstrably lack modern LLM signatures; therefore, we scientifically decrement their theoretical AI involvement probability to systematically eliminate historical false positives.

Last PushDiscountRationale
Before Nov 20225%Pre-ChatGPT era — near-zero AI signal
Nov 2022 – Jun 202340%Early adoption, limited usage
Jun 2023 – Jan 202475%Growing but not ubiquitous
Jan 2024 onward100%Full AI era — no discount

5 Orthogonal Detection Planes

SynthScan v2.0 structurally interleaves five distinct analytical modules to triangulate synthetic code that evades univariate detection logic.

  1. Lexical Pattern Matching — 160+ deterministic regex heuristics traversing 23 cognitive categories; effectively scanning 94 syntactic file extensions.
  2. Topological Block Analysis — Identifies LLM-specific architectural artifacts: zero-shot docstrings (≥3 headers), non-specific exception swallowing, and anomalous density block comments.
  3. Abstract Syntax Tree (AST) Profiling — Parses underlying execution trees to surface non-idiomatic dead code, anomalous nesting limits, and deterministic generation anti-patterns.
  4. Fuzzy Cross-File Similarity Matrix — Employs token-level Jaccard similarity metrics (≥85% threshold) to surface auto-regressive scaffolding copied indiscriminately across distinct modules.
  5. Deterministic Suppression Engine — Allows precise manual overrides via `.synthscanignore` to systematically curate false positives.

Severity Classification Matrix

ClassificationBase CoefficientDefinitive Signatures
CRITICAL10Hallucinated external dependencies, explicit LLM attribution metadata
HIGH5Cross-linguistic syntactic bleeding, dense cross-file scaffolding
MEDIUM2Recognisable conversational padding, AI-specific structural vocabulary
LOW1Redundant tautological comments, overly generic boilerplate

Base severity coefficients undergo our multi-pass modifier engine prior to repo-wide normalisation. The holistic result is mapped to four definitive analytical bands.

Analytical Risk Thresholds

Score IntervalScientific Verdict
0 – 5Definitively Human-Authored
5 – 15Low / Assistive AI Involvement
15 – 30Moderate / Structural AI Involvement
30+Primary Synthetic Authorship

📚 References

  • Vulnerability Introduction: Pearce et al. (2022) in "Asleep at the Keyboard? Assessing the Security of GitHub Copilot's Code Contributions" demonstrated that ~40% of generated programs across various scenarios contained security vulnerabilities.
  • Developer Complacency: Perry et al. (2022) in "Do Users Write More Insecure Code with AI Assistants?" found that participants using AI assistants wrote significantly less secure code while simultaneously believing their code was more secure than the control group.
  • Code Churn & Maintainability: A 2024 analysis by GitClear on over 150 million lines of code found a significant increase in "code churn" (code pushed and then quickly deleted/modified) correlated with the rise of AI assistants, warning of accumulating technical debt.
  • Hallucinations & Correctness: Chen et al. (2021) in "Evaluating Large Language Models Trained on Code" highlighted the prevalence of hallucinations, where models invent APIs or incorrectly implement complex logic despite producing superficially plausible code.
  • Technical Debt: Jesse et al. (2023) in "Large Language Models for Software Engineering: A Systematic Literature Review" highlight that automatically generated code without proper human verification leads to exponential growth in technical debt.
  • Architectural Degradation: Open research and industry reports point out that LLMs optimize for local code generation, frequently violating global architectural invariants and design patterns if not strictly bounded by human oversight.