TL;DR: 1. xai-org/grok-build - SpaceXAI's coding agent harness and TUI. Fullscreen, mouse i; 2. MDX-Tom/gpt-5.6-instruct - A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. ; 3. littledivy/mimic - Intercept any app, then call it from Python like a library
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
SpaceXAI's coding agent harness and TUI. Fullscreen, mouse interactive, extensible.
README Preview:
Grok Build (grok)
**Gr...
### [MDX-Tom/gpt-5.6-instruct](https://github.com/MDX-Tom/gpt-5.6-instruct)
**Stars:** 1430 | **Forks:** 277
A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。
**README Preview:**
# Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct
**中文** | [English](README_EN.md)
> 针对 `gpt-5.6-sol` 的 Codex CLI 破甲提示词与测试包。
> 参考并延展自 [yynxxxxx/Codex-5.5-codex-instruct-5.5](https://github.com/yynxxxxx/Codex-5.5-codex-instruct-5.5)。
本项目提供大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。
提供两个等级的提示词:`v5` 结构更简单,足够应付多数场景并作为推荐选项;`v35` 进一步将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况,但**建议仅在 `v5` 无法满足需求时使用**。...
### [littledivy/mimic](https://github.com/littledivy/mimic)
**Stars:** 1042 | **Forks:** 46
Intercept any app, then call it from Python like a library
**README Preview:**
# mimic
Intercept any app, then call it from Python like a library.
```python
from hinge_client import Hinge
acc = Hinge() # reuses your captured session
recs = acc.get_recommendations()
acc.like(subject_id, comment="hi lol")
```
You don't write `hinge_client.py`. mimic captures your own app traffic and an AI
generates the client from it.
## How it works
Most apps authenticate every request with the same bundle of values: a bearer
token, some device ids, a session id, cooki...
### [Fei-Away/Codex-Dream-Skin](https://github.com/Fei-Away/Codex-Dream-Skin)
**Stars:** 1026 | **Forks:** 167
Codex Dream Skin
**README Preview:**
# Codex Dream Skin
TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. MDX-Tom/gpt-5.6-instruct - A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. ; 3. Robbyant/lingbot-world-v2 - Infinite Worlds with Versatile Interactions
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
[](https://technology.robbyant.com/lingbot-world-v2)
[](https://arxiv.org/abs/2607.07534)
[
**Stars:** 1055 | **Forks:** 2164
No description provided.
**README Preview:**
# (3x-ui fork) روی Railway با یک پورت واحد
این ریپازیتوری، پنل Heimdall (نسخهی بهبودیافتهی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا میکند که پنل، ساباسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص میدهد) در دسترس میگذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد.
## دربارهی دیتابیس
Heimdall بهصورت پیشفرض از **SQLite** استفاده میکند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت...
### [vinhhien112/Three.js-Object-Sculptor-Codex-Plugin](https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin)
**Stars:** 997 | **Forks:** 114
Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models.
**README Preview:**
# Three.js Object Sculptor
Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code.
Three.js Object Sculptor is a Codex plugin for rebuilding the visible object in a user-provided attachment image as a code-only Three.js model. It does not try to do photogrammetry, download an art pack, or extract a perfect mesh from one image. Instead, it guides Codex through a sculpting workflow: validate the image, describe the object pre...
---
TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Robbyant/lingbot-world-v2 - Infinite Worlds with Versatile Interactions; 3. MDX-Tom/gpt-5.6-instruct - A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol.
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
[](https://technology.robbyant.com/lingbot-world-v2)
[](https://arxiv.org/abs/2607.07534)
[
**Stars:** 1079 | **Forks:** 213
A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。
**README Preview:**
# Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct
**中文** | [English](README_EN.md)
> 针对 `gpt-5.6-sol` 的 Codex CLI 破甲提示词与测试包。
> 参考并延展自 [yynxxxxx/Codex-5.5-codex-instruct-5.5](https://github.com/yynxxxxx/Codex-5.5-codex-instruct-5.5)。
本项目提供大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。
提供两个等级的提示词:`v5` 结构更简单,足够应付多数场景并作为推荐选项;`v35` 进一步将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况,但**建议仅在 `v5` 无法满足需求时使用**。...
### [x4gKing/3x-ui-Upgrade](https://github.com/x4gKing/3x-ui-Upgrade)
**Stars:** 1029 | **Forks:** 2104
No description provided.
**README Preview:**
# (3x-ui fork) روی Railway با یک پورت واحد
این ریپازیتوری، پنل Heimdall (نسخهی بهبودیافتهی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا میکند که پنل، ساباسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص میدهد) در دسترس میگذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد.
## دربارهی دیتابیس
Heimdall بهصورت پیشفرض از **SQLite** استفاده میکند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت...
### [vinhhien112/Three.js-Object-Sculptor-Codex-Plugin](https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin)
**Stars:** 977 | **Forks:** 114
Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models.
**README Preview:**
# Three.js Object Sculptor
Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code.
Three.js Object Sculptor is a Codex plugin for rebuilding the visible object in a user-provided attachment image as a code-only Three.js model. It does not try to do photogrammetry, download an art pack, or extract a perfect mesh from one image. Instead, it guides Codex through a sculpting workflow: validate the image, describe the object pre...
---
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
[](https://technology.robbyant.com/lingbot-world-v2)
[](https://arxiv.org/abs/2607.07534)
[
**Stars:** 1021 | **Forks:** 2070
No description provided.
**README Preview:**
# (3x-ui fork) روی Railway با یک پورت واحد
این ریپازیتوری، پنل Heimdall (نسخهی بهبودیافتهی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا میکند که پنل، ساباسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص میدهد) در دسترس میگذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد.
## دربارهی دیتابیس
Heimdall بهصورت پیشفرض از **SQLite** استفاده میکند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت...
### [MDX-Tom/gpt-5.6-instruct](https://github.com/MDX-Tom/gpt-5.6-instruct)
**Stars:** 979 | **Forks:** 193
A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。
**README Preview:**
# Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct
**中文** | [English](README_EN.md)
> 针对 `gpt-5.6-sol` 的 Codex CLI 破甲提示词与测试包。
> 参考并延展自 [yynxxxxx/Codex-5.5-codex-instruct-5.5](https://github.com/yynxxxxx/Codex-5.5-codex-instruct-5.5)。
本项目提供一套大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。当前 `v35` 的主要改进是先将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况;项目同时提供可复现的测试、评测与迭代优化流程。
在 `gpt-5.6-sol` 的 120 条 `medium...
### [vinhhien112/Three.js-Object-Sculptor-Codex-Plugin](https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin)
**Stars:** 957 | **Forks:** 112
Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models.
**README Preview:**
# Three.js Object Sculptor
Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code.
Three.js Object Sculptor is a Codex plugin for rebuilding the visible object in a user-provided attachment image as a code-only Three.js model. It does not try to do photogrammetry, download an art pack, or extract a perfect mesh from one image. Instead, it guides Codex through a sculpting workflow: validate the image, describe the object pre...
---
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
[](https://technology.robbyant.com/lingbot-world-v2)
[](https://arxiv.org/abs/2607.07534)
[
**Stars:** 970 | **Forks:** 1980
No description provided.
**README Preview:**
# (3x-ui fork) روی Railway با یک پورت واحد
این ریپازیتوری، پنل Heimdall (نسخهی بهبودیافتهی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا میکند که پنل، ساباسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص میدهد) در دسترس میگذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد.
## دربارهی دیتابیس
Heimdall بهصورت پیشفرض از **SQLite** استفاده میکند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت...
### [vinhhien112/Three.js-Object-Sculptor-Codex-Plugin](https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin)
**Stars:** 903 | **Forks:** 106
Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models.
**README Preview:**
# Three.js Object Sculptor
Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code.
Three.js Object Sculptor is a Codex plugin for rebuilding the visible object in a user-provided attachment image as a code-only Three.js model. It does not try to do photogrammetry, download an art pack, or extract a perfect mesh from one image. Instead, it guides Codex through a sculpting workflow: validate the image, describe the object pre...
### [MDX-Tom/gpt-5.6-instruct](https://github.com/MDX-Tom/gpt-5.6-instruct)
**Stars:** 774 | **Forks:** 173
A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。
**README Preview:**
# Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct
**中文** | [English](README_EN.md)
> 针对 `gpt-5.6-sol` 的 Codex CLI 破甲提示词与测试包。
> 参考并延展自 [yynxxxxx/Codex-5.5-codex-instruct-5.5](https://github.com/yynxxxxx/Codex-5.5-codex-instruct-5.5)。
本项目提供一套大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。当前 `v35` 的主要改进是先将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况;项目同时提供可复现的测试、评测与迭代优化流程。
在 `gpt-5.6-sol` 的 120 条 `medium...
---
TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo; 3. oso95/scroll-world - A skill that turn any brand into a scrollable 3D world
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.
README Preview:
Knockoff
A browser extension that filters pseudo-brand junk out of Amazon. Buy from
real, established brands, even when that means paying more.
Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK,
DOZAWA...): random strings registered at the USPTO purely to unlock Amazon
Brand Registry, selling commodity goods with no company, no warranty, and no
reputation behind them. Knockoff detects those lis...
An agent skill — for Claude Code, Codex, and any SKILL.md-compatible agent — that
builds an immersive, scroll-scrubbed "fly through the world" landing page for any industry or brand — the kind where, as you scroll, a camera flies
from outside each scene into its interior, then flows on to the next scene with no
cuts. One continuous connected flight through a little generated world (th...
[](https://technology.robbyant.com/lingbot-world-v2)
[](https://arxiv.org/abs/2607.07534)
[
**Stars:** 927 | **Forks:** 1937
No description provided.
**README Preview:**
# (3x-ui fork) روی Railway با یک پورت واحد
این ریپازیتوری، پنل Heimdall (نسخهی بهبودیافتهی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا میکند که پنل، ساباسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص میدهد) در دسترس میگذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد.
## دربارهی دیتابیس
Heimdall بهصورت پیشفرض از **SQLite** استفاده میکند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت...
---
TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo; 3. oso95/scroll-world - A skill that turn any brand into a scrollable 3D world
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.
README Preview:
Knockoff
A browser extension that filters pseudo-brand junk out of Amazon. Buy from
real, established brands, even when that means paying more.
Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK,
DOZAWA...): random strings registered at the USPTO purely to unlock Amazon
Brand Registry, selling commodity goods with no company, no warranty, and no
reputation behind them. Knockoff detects those lis...
An agent skill — for Claude Code, Codex, and any SKILL.md-compatible agent — that
builds an immersive, scroll-scrubbed "fly through the world" landing page for any industry or brand — the kind where, as you scroll, a camera flies
from outside each scene into its interior, then flows on to the next scene with no
cuts. One continuous connected flight through a little generated world (th...
[](https://technology.robbyant.com/lingbot-world-v2)
[](https://arxiv.org/abs/2607.07534)
[
**Stars:** 896 | **Forks:** 1867
No description provided.
**README Preview:**
# (3x-ui fork) روی Railway با یک پورت واحد
این ریپازیتوری، پنل Heimdall (نسخهی بهبودیافتهی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا میکند که پنل، ساباسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص میدهد) در دسترس میگذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد.
## دربارهی دیتابیس
Heimdall بهصورت پیشفرض از **SQLite** استفاده میکند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت...
---
TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo; 3. MaximeRivest/riddle - The diary of Tom Riddle for the reMarkable Paper Pro — write
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.
README Preview:
Knockoff
A browser extension that filters pseudo-brand junk out of Amazon. Buy from
real, established brands, even when that means paying more.
Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK,
DOZAWA...): random strings registered at the USPTO purely to unlock Amazon
Brand Registry, selling commodity goods with no company, no warranty, and no
reputation behind them. Knockoff detects those lis...
The diary of Tom Riddle for the reMarkable Paper Pro — write with your pen, the page drinks your ink and answers in a flowing hand
README Preview:
riddle — the diary of Tom Riddle, for the reMarkable Paper Pro
Write on the page with your pen. After a pause, the diary drinks your ink —
your words fade into the paper — the page thinks for a moment, and an answer
writes itself back in a flowing hand, stroke by stroke, then fades away.
No screen glow, no keyboard, no chat UI. Just ink appearing on paper.
An agent skill — for Claude Code, Codex, and any SKILL.md-compatible agent — that
builds an immersive, scroll-scrubbed "fly through the world" landing page for any industry or brand — the kind where, as you scroll, a camera flies
from outside each scene into its interior, then flows on to the next scene with no
cuts. One continuous connected flight through a little generated world (th...
TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo; 3. MaximeRivest/riddle - The diary of Tom Riddle for the reMarkable Paper Pro — write
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.
README Preview:
Knockoff
A browser extension that filters pseudo-brand junk out of Amazon. Buy from
real, established brands, even when that means paying more.
Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK,
DOZAWA...): random strings registered at the USPTO purely to unlock Amazon
Brand Registry, selling commodity goods with no company, no warranty, and no
reputation behind them. Knockoff detects those lis...
The diary of Tom Riddle for the reMarkable Paper Pro — write with your pen, the page drinks your ink and answers in a flowing hand
README Preview:
riddle — the diary of Tom Riddle, for the reMarkable Paper Pro
Write on the page with your pen. After a pause, the diary drinks your ink —
your words fade into the paper — the page thinks for a moment, and an answer
writes itself back in a flowing hand, stroke by stroke, then fades away.
No screen glow, no keyboard, no chat UI. Just ink appearing on paper.
An agent skill — for Claude Code, Codex, and any SKILL.md-compatible agent — that
builds an immersive, scroll-scrubbed "fly through the world" landing page for any industry or brand — the kind where, as you scroll, a camera flies
from outside each scene into its interior, then flows on to the next scene with no
cuts. One continuous connected flight through a little generated world (th...
TL;DR: 1. x4gKing/X4G - No description provided.; 2. withmarbleapp/os-taxonomy - No description provided.; 3. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
دروازه (Gateway) سریع و مدرن برای تونلزنی VLESS روی WebSocket و XHTTP + HTTP Proxy، با داشبورد مدیریتی زیبا، ربات مدیریت تلگرام، صفحات ساب حرفهای و قابلیت ساخت لینکهای اختصاصی با محدودیت ترافیک، سرعت و آیپی.
✨ ویژگیها
🔌 تونل VLESS روی چند ترابرد قابلانتخاب: WebSocket، XHTTP (packet-up) و XHTTP (stream-up)
🌐 HTTP Proxy داخلی
📊 داشبورد مدیریتی کامل (آمار، نمودار ترافیک ساعتی،...
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.
README Preview:
Knockoff
A browser extension that filters pseudo-brand junk out of Amazon. Buy from
real, established brands, even when that means paying more.
Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK,
DOZAWA...): random strings registered at the USPTO purely to unlock Amazon
Brand Registry, selling commodity goods with no company, no warranty, and no
reputation behind them. Knockoff detects those lis...
Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign,
skirmish, and Generals Challenge, with touch controls built for RTS (tap-select,
drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this
is the real 2003 engine compiled for ARM64, renderin...
The diary of Tom Riddle for the reMarkable Paper Pro — write with your pen, the page drinks your ink and answers in a flowing hand
README Preview:
riddle — the diary of Tom Riddle, for the reMarkable Paper Pro
Write on the page with your pen. After a pause, the diary drinks your ink —
your words fade into the paper — the page thinks for a moment, and an answer
writes itself back in a flowing hand, stroke by stroke, then fades away.
No screen glow, no keyboard, no chat UI. Just ink appearing on paper.
TL;DR: 1. x4gKing/X4G - No description provided.; 2. withmarbleapp/os-taxonomy - No description provided.; 3. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
دروازه (Gateway) سریع و مدرن برای تونلزنی VLESS روی WebSocket و XHTTP + HTTP Proxy، با داشبورد مدیریتی زیبا، ربات مدیریت تلگرام، صفحات ساب حرفهای و قابلیت ساخت لینکهای اختصاصی با محدودیت ترافیک، سرعت و آیپی.
✨ ویژگیها
🔌 تونل VLESS روی چند ترابرد قابلانتخاب: WebSocket، XHTTP (packet-up) و XHTTP (stream-up)
🌐 HTTP Proxy داخلی
📊 داشبورد مدیریتی کامل (آمار، نمودار ترافیک ساعتی،...
An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.
Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.
README Preview:
Knockoff
A browser extension that filters pseudo-brand junk out of Amazon. Buy from
real, established brands, even when that means paying more.
Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK,
DOZAWA...): random strings registered at the USPTO purely to unlock Amazon
Brand Registry, selling commodity goods with no company, no warranty, and no
reputation behind them. Knockoff detects those lis...
Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign,
skirmish, and Generals Challenge, with touch controls built for RTS (tap-select,
drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this
is the real 2003 engine compiled for ARM64, renderin...
The diary of Tom Riddle for the reMarkable Paper Pro — write with your pen, the page drinks your ink and answers in a flowing hand
README Preview:
riddle — the diary of Tom Riddle, for the reMarkable Paper Pro
Write on the page with your pen. After a pause, the diary drinks your ink —
your words fade into the paper — the page thinks for a moment, and an answer
writes itself back in a flowing hand, stroke by stroke, then fades away.
No screen glow, no keyboard, no chat UI. Just ink appearing on paper.
TL;DR: 1. x4gKing/X4G - No description provided.; 2. synthetic-sciences/openscience - The open-source AI workbench for scientific research; 3. withmarbleapp/os-taxonomy - No description provided.
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
دروازه (Gateway) سریع و مدرن برای تونلزنی VLESS روی WebSocket و XHTTP + HTTP Proxy، با داشبورد مدیریتی زیبا، ربات مدیریت تلگرام، صفحات ساب حرفهای و قابلیت ساخت لینکهای اختصاصی با محدودیت ترافیک، سرعت و آیپی.
✨ ویژگیها
🔌 تونل VLESS روی چند ترابرد قابلانتخاب: WebSocket، XHTTP (packet-up) و XHTTP (stream-up)
🌐 HTTP Proxy داخلی
📊 داشبورد مدیریتی کامل (آمار، نمودار ترافیک ساعتی،...
The open-source AI workbench for scientific research
README Preview:
### The open-source AI workbench for scientific research
Give it a goal. It reads the literature, writes and runs code, runs the experiments, and writes up what it found.
[](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml)
[
**Stars:** 2000 | **Forks:** 356
No description provided.
**README Preview:**
# Marble Skill Taxonomy
An open, structured taxonomy of **what children learn** across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by [Marble](https://withmarble.com).
> **Version:** `v1` · **Topics:** 1,590 · **Prerequisite edges:** 3,221 · **Subjects:** 8
## See it

**Stars:** 1753 | **Forks:** 105
小隐寺投资百科官方公开索引:美股、期权与加密货币知识框架
**README Preview:**
# 投资入门指南
[](https://xiaoyinsi.com/)
[](https://xiaoyinsi.com/wiki)
[](LICENSE.md)

**作者:徐冲浪**
这是一份面向中文投资者的公开投资入门指南,适合想从零开始了解美股、期权和加密货币,却不知道应该先学什么、怎样建立完整知识框架的人。
指南不要求读者具备金融专业背景。内容从交易时间、订单类型、财务报表和基础估值讲起,再逐步延伸到期权定价、仓位管理、钱包安全、链上交易与常见骗局,帮助初学者看懂投资过程中真正会遇到的术语和操作问题。
...
### [Shpigford/knockoff](https://github.com/Shpigford/knockoff)
**Stars:** 1657 | **Forks:** 54
Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.
**README Preview:**

# Knockoff
**A browser extension that filters pseudo-brand junk out of Amazon.** Buy from
real, established brands, even when that means paying more.
Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK,
DOZAWA...): random strings registered at the USPTO purely to unlock Amazon
Brand Registry, selling commodity goods with no company, no warranty, and no
reputation behind them. Knockoff detects those lis...
---
دروازه (Gateway) سریع و مدرن برای تونلزنی VLESS روی WebSocket و XHTTP + HTTP Proxy، با داشبورد مدیریتی زیبا، ربات مدیریت تلگرام، صفحات ساب حرفهای و قابلیت ساخت لینکهای اختصاصی با محدودیت ترافیک، سرعت و آیپی.
✨ ویژگیها
🔌 تونل VLESS روی چند ترابرد قابلانتخاب: WebSocket، XHTTP (packet-up) و XHTTP (stream-up)
🌐 HTTP Proxy داخلی
📊 داشبورد مدیریتی کامل (آمار، نمودار ترافیک ساعتی،...
The open-source AI workbench for scientific research
README Preview:
### The open-source AI workbench for scientific research
Give it a goal. It reads the literature, writes and runs code, runs the experiments, and writes up what it found.
[](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml)
[
**Stars:** 1666 | **Forks:** 100
小隐寺投资百科官方公开索引:美股、期权与加密货币知识框架
**README Preview:**
# 投资入门指南
[](https://xiaoyinsi.com/)
[](https://xiaoyinsi.com/wiki)
[](LICENSE.md)

**作者:徐冲浪**
这是一份面向中文投资者的公开投资入门指南,适合想从零开始了解美股、期权和加密货币,却不知道应该先学什么、怎样建立完整知识框架的人。
指南不要求读者具备金融专业背景。内容从交易时间、订单类型、财务报表和基础估值讲起,再逐步延伸到期权定价、仓位管理、钱包安全、链上交易与常见骗局,帮助初学者看懂投资过程中真正会遇到的术语和操作问题。
...
### [withmarbleapp/os-taxonomy](https://github.com/withmarbleapp/os-taxonomy)
**Stars:** 1612 | **Forks:** 292
No description provided.
**README Preview:**
# Marble Skill Taxonomy
An open, structured taxonomy of **what children learn** across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by [Marble](https://withmarble.com).
> **Version:** `v1` · **Topics:** 1,590 · **Prerequisite edges:** 3,221 · **Subjects:** 8
## See it

**Stars:** 1584 | **Forks:** 50
Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.
**README Preview:**

# Knockoff
**A browser extension that filters pseudo-brand junk out of Amazon.** Buy from
real, established brands, even when that means paying more.
Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK,
DOZAWA...): random strings registered at the USPTO purely to unlock Amazon
Brand Registry, selling commodity goods with no company, no warranty, and no
reputation behind them. Knockoff detects thos...
---
TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. x4gKing/X4G - No description provided.; 3. synthetic-sciences/openscience - The open-source AI workbench for scientific research
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. x4gKing/X4G - No description provided.; 3. synthetic-sciences/openscience - The open-source AI workbench for scientific research
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. x4gKing/X4G - No description provided.; 3. synthetic-sciences/openscience - The open-source AI workbench for scientific research
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. synthetic-sciences/openscience - The open-source AI workbench for scientific research; 3. ammaarreshi/Generals-Mac-iOS-iPad - Command & Conquer Generals: Zero Hour running natively on ma
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
The open-source AI workbench for scientific research
README Preview:
### The open-source AI workbench for scientific research
Give it a goal. It reads the literature, writes and runs code, runs the experiments, and writes up what it found.
[](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml)
[
**Stars:** 1307 | **Forks:** 104
Command & Conquer Generals: Zero Hour running natively on macOS, iPhone & iPad — real engine (EA GPL v3 source, via GeneralsX), DXVK/MoltenVK renderer, RTS touch controls. No game assets included.
**README Preview:**
# Command & Conquer Generals: Zero Hour — macOS, iOS & iPadOS
**Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad** — campaign,
skirmish, and Generals Challenge, with touch controls built for RTS (tap-select,
drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this
is the real 2003 engine compiled for ARM64, renderin...
### [isjiamu/gzh-design-skill](https://github.com/isjiamu/gzh-design-skill)
**Stars:** 1235 | **Forks:** 137
把 Markdown 一键排成可直接粘进公众号编辑器的精致 HTML —— 6 套精选主题 + 主题生成器 + 双关卡校验。An AI-agent skill that turns Markdown into paste-ready WeChat article HTML.
**README Preview:**
> 🤝 **本项目由 甲木 × [「摸鱼小李」](https://mp.weixin.qq.com/s/EMahAzgfAbRQrYukWE7_IQ) 联名共建** —— 排版组件、主题设计与质量标准凝聚了两人的公众号实践与共同打磨,特别感谢小李。
# gzh-design-skill · 公众号排版技能
**把 Markdown 一键排成可直接粘贴进微信公众号编辑器的精致 HTML**
6 套精选主题 + 主题生成器 · 代码块/图片/GIF · 自动章节编号与关键词标记 · 双关卡质量校验
[](LICENSE)
[](https://claude.ai/code)
[
**Stars:** 1204 | **Forks:** 72
Everything I know about running LLMs locally
**README Preview:**
# jamesob's guide to running SOTA LLMs locally
*Note: nothing in this README aside from the tables was written by AI.*
---
Have $2k burning a hole in your pocket and want some local, state-of-the-art machine
intelligence?
How about $40k?
If Dario and Altman are giving you heartburn (they should be), read on to figure out
how to run this new kind of computing locally.
---
In this repo you'll find
- the hardware I use to run SOTA locally,
- why I bought what and little-known *secrets* f...
---
TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. mekos2772/ios-location-spoofer - Standalone iOS app to spoof GPS location without jailbreak. ; 3. HUANGCHIHHUNGLeo/claude-real-video - Let Claude (or any LLM) actually watch a video — scene-aware
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign,
skirmish, and Generals Challenge, with touch controls built for RTS (tap-select,
drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this
is the real 2003 engine compiled for ARM64, renderin...
The open-source AI workbench for scientific research
README Preview:
### The open-source AI workbench for scientific research
Give it a goal. It reads the literature, writes and runs code, runs the experiments, and writes up what it found.
[](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml)
[ actually watch a video — scene-aware
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign,
skirmish, and Generals Challenge, with touch controls built for RTS (tap-select,
drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this
is the real 2003 engine compiled for ARM64, renderin...
TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. mekos2772/ios-location-spoofer - Standalone iOS app to spoof GPS location without jailbreak. ; 3. HUANGCHIHHUNGLeo/claude-real-video - Let Claude (or any LLM) actually watch a video — scene-aware
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign,
skirmish, and Generals Challenge, with touch controls built for RTS (tap-select,
drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this
is the real 2003 engine compiled for ARM64, renderin...
TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. mekos2772/ios-location-spoofer - Standalone iOS app to spoof GPS location without jailbreak. ; 3. HUANGCHIHHUNGLeo/claude-real-video - Let Claude (or any LLM) actually watch a video — scene-aware
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
Curated CS fundamentals for placement prep: DSA,Computer Networks, DBMS & SQL, OOPs, Operating Systems, System Design & Software Engineering
README Preview:
CS Fundamentals
A curated collection of Computer Science fundamentals for placement preparation, covering all major CS subjects. Includes PDFs, notes, cheatsheets, and interview question banks.
Curated CS fundamentals for placement prep: DSA,Computer Networks, DBMS & SQL, OOPs, Operating Systems, System Design & Software Engineering
README Preview:
CS Fundamentals
A curated collection of Computer Science fundamentals for placement preparation, covering all major CS subjects. Includes PDFs, notes, cheatsheets, and interview question banks.
Curated CS fundamentals for placement prep: DSA,Computer Networks, DBMS & SQL, OOPs, Operating Systems, System Design & Software Engineering
README Preview:
CS Fundamentals
A curated collection of Computer Science fundamentals for placement preparation, covering all major CS subjects. Includes PDFs, notes, cheatsheets, and interview question banks.
Curated CS fundamentals for placement prep: DSA,Computer Networks, DBMS & SQL, OOPs, Operating Systems, System Design & Software Engineering
README Preview:
CS Fundamentals
A curated collection of Computer Science fundamentals for placement preparation, covering all major CS subjects. Includes PDFs, notes, cheatsheets, and interview question banks.
TL;DR: 1. deepseek-ai/DeepSpec - DeepSpec: a full-stack codebase for training and evaluating ; 2. Krishnagangwal/CS-Fundamentals - Curated CS fundamentals for placement prep: DSA,Computer Net; 3. yynxxxxx/Codex-5.5-codex-instruct-5.5 - No description provided.
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
DeepSpec: a full-stack codebase for training and evaluating speculative decoding algorithms
README Preview:
DeepSpec
DeepSpec is a full-stack codebase for training and evaluating draft models for speculative decoding. It contains data preparation utilities, draft model implementations, training code, and evaluation scripts.
Environment
Install the Python dependencies:
bash
python -m pip install -r requirements.txt
Data preparation additionally requires an inference engine to serve the target model when regenerating answers; see scripts/data/README.md for de...
Curated CS fundamentals for placement prep: DSA,Computer Networks, DBMS & SQL, OOPs, Operating Systems, System Design & Software Engineering
README Preview:
CS Fundamentals
A curated collection of Computer Science fundamentals for placement preparation, covering all major CS subjects. Includes PDFs, notes, cheatsheets, and interview question banks.
DeepSpec: a full-stack codebase for training and evaluating speculative decoding algorithms
README Preview:
DeepSpec
DeepSpec is a full-stack codebase for training and evaluating draft models for speculative decoding. It contains data preparation utilities, draft model implementations, training code, and evaluation scripts.
Environment
Install the Python dependencies:
bash
python -m pip install -r requirements.txt
Data preparation additionally requires an inference engine to serve the target model when regenerating answers; see scripts/data/README.md for de...
Curated CS fundamentals for placement prep: DSA,Computer Networks, DBMS & SQL, OOPs, Operating Systems, System Design & Software Engineering
README Preview:
CS Fundamentals
A curated collection of Computer Science fundamentals for placement preparation, covering all major CS subjects. Includes PDFs, notes, cheatsheets, and interview question banks.
TL;DR: 1. deepseek-ai/DeepSpec - DeepSpec: a full-stack codebase for training and evaluating ; 2. baairon/torlink - A sleek, zero-setup torrent finder and downloader that lives; 3. Krishnagangwal/CS-Fundamentals - Curated CS fundamentals for placement prep: DSA,Computer Net
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
DeepSpec: a full-stack codebase for training and evaluating speculative decoding algorithms
README Preview:
DeepSpec
DeepSpec is a full-stack codebase for training and evaluating draft models for speculative decoding. It contains data preparation utilities, draft model implementations, training code, and evaluation scripts.
Environment
Install the Python dependencies:
bash
python -m pip install -r requirements.txt
Data preparation additionally requires an inference engine to serve the target model when regenerating answers; see scripts/data/README.md for de...
A sleek, zero-setup torrent finder and downloader that lives right in your terminal.
README Preview:
Finding a torrent these days sucks. One site is a minefield of fake download buttons. Another hides the real link under a popup that spawns two more tabs. And after all that, half the results are dead, zero seeders.
torlink is a torrent finder that lives in your terminal, with zero setup and nothing to configure. One search ch...
Curated CS fundamentals for placement prep: DSA,Computer Networks, DBMS & SQL, OOPs, Operating Systems, System Design & Software Engineering
README Preview:
CS Fundamentals
A curated collection of Computer Science fundamentals for placement preparation, covering all major CS subjects. Includes PDFs, notes, cheatsheets, and interview question banks.