ABYSSAL is an open-source, browser-based real-time ocean and extreme-weather simulation built with Three.js, WebGL2, GLSL3, and Vite. It procedurally generates the ocean, clouds, rain, spray, foam, lightning, hurricanes, waterspouts, whirlpools, rogue waves, and tsunamis on the GPU without external textures, meshes, HDRIs, or sound files. Its ocean uses three FFT wave cascades driven by a JONSWAP spectrum and a per-frame butterfly IFFT; a projected screen-space grid renders the water, while analytic disaster height fields deform its surface. Volumetric clouds are raymarched from Perlin-Worley noise and a procedural weather map, with atmospheric-scattering lookup tables providing shared lighting for the sky, clouds, ocean, and spray. Temporal anti-aliasing, adaptive quality scaling, bloom, depth of field, motion blur, and tone mapping form the post-processing pipeline. The browser experience includes an automatic cinematic storm sequence and a sandbox with free-flight controls.
Axolotl is a free, open-source framework for post-training and fine-tuning large language models. It uses YAML configuration to define workflows for preprocessing, training, evaluation, quantization, inference, preference tuning, reinforcement learning, and reward modeling. The project is hosted by axolotl-ai-cloud and documents support for distributed training, mixture-of-experts models, multimodal models, and multiple fine-tuning methods.
Chinese Patent Skill is an MIT-licensed open-source agent skill for Chinese patent workflows, covering invention, utility-model, and industrial-design patents. It mines patentable points from project materials such as Markdown, code, DOCX, PPTX, and optionally STEP/CAD files; performs novelty, bibliographic, and prior-art searches with China National Intellectual Property Administration sources preferred; drafts patent disclosure documents; rewrites disclosures into claims, specifications, and abstracts; produces Mermaid diagrams or planned patent figures, black-and-white drawings, and optional editable DOCX exports; explains published patents in plain language; and assists with patent-office examination responses and policy briefs. It can read technical and product drawings, extract outlines and component references, derive multiple views from CAD models, and organize utility-model and design workflows with schemas, figure plans, views, and component numbering. Patent explanations can be stored in Obsidian as linked notes, graphs, and canvases, while disclosure work supports self-checking, correction, iterative updates, timestamped drafts, multiple saved versions, and conversation records.
Cloudflare OS is an open-source AI productivity environment developed by Cloudflare and built on Cloudflare Workers. It provides an agent chat interface preloaded with company-specific knowledge, sandboxed development of shareable applications called gadgets, and a security framework called Gatekeepers for controlling agents and apps. It is intended to be customized into an organization's own company operating environment rather than adopted unchanged as a traditional computer operating system. Each user receives a private, separately sandboxed instance of a productivity application, such as a slide-deck tool, whiteboard, game, or dashboard. Agents can create and modify these gadgets and perform tasks involving configured company systems and integrations. Gatekeepers are service-specific Workers that expose a Cap'n Web API, handle authorization such as OAuth, restrict access to the intended resource, log gadget and agent actions, and support human approval for side effects. Instead of stopping synchronously for approval, a Gatekeeper can simulate the outcome locally, let the agent continue and queue actions, then allow the user to approve or reject those actions later in bulk or individually. The full stack can be run locally with pnpm, Wrangler, and workerd using `pnpm run-local`, or deployed to a Cloudflare account. The repository describes the project as an early-access release under heavy development; the local setup is intended for evaluation rather than production use.
Diagram Design is a diagram-generation skill for Claude Code, Codex, Factory Droid, and Pi. It produces self-contained HTML and SVG diagrams through 39 editorial visual types, including architecture, flowchart, sequence, state-machine, data-flow, timeline, Sankey, Wardley map, kanban, user journey, deployment, dependency graph, UML class, story map, and database-schema diagrams. It can read a website to match its brand, and can redraw draw.io or Mermaid sources at a selected format, size, and detail level. Its semantic system patterns describe behavior separately from layout, so queues, policy traces, and trust boundaries can use an existing diagram type without adding new layout types. The repository supplies each type in minimal-light, minimal-dark, and full-editorial variants. Static HTML is the default; optional accessible motion is available for ordered explanations. The diagrams require no build step, JavaScript, or external image dependency.
dotenvx is an open-source, cross-platform successor to dotenv that loads variables from one or more dotenv files and injects them into a command or application at runtime. Its CLI can run programs in different languages, select environment-file conventions, expand variables and command substitutions, apply defaults and precedence rules, and expose values through commands such as get, set, encrypt, decrypt, validate, and genexample; a Node.js package also provides config(), parse(), set(), and get() APIs. It encrypts dotenv values using public-key cryptography, stores the corresponding private keys separately, and decrypts values when they are accessed or injected. It supports environment-specific files, monorepo paths, plaintext exceptions, validation against .env.example, and integrations that resolve 1Password or Bitwarden references. The run --redact option replaces declared secret values in a command's stdout and stderr with [REDACTED], while masking controls provide partial or complete masking. The project is distributed as a global CLI, npm package, shell-installed binary, Homebrew package, Docker image, GitHub release, and Windows winget package. Its repository is maintained by the creator of dotenv and lists dotenvx Armor, native OS secret stores, local key locking, and pre-commit or pre-build checks as additional key-management and source-control features.
Heretic is a command-line tool for automatically removing safety alignment from transformer-based language models without post-training. It combines directional ablation (abliteration) with a Tree-structured Parzen Estimator optimizer powered by Optuna, co-minimizing refusal counts and KL divergence from the original model to select ablation parameters automatically. For supported transformer components, currently attention output projections and MLP down-projections, Heretic computes per-layer residual directions from the difference between first-token hidden states for harmful and harmless prompts, then orthogonalizes the associated weight matrices against those directions. Its optimizer can interpolate between residual directions and select separate, flexible layer-weight kernels for different components. The tool supports most dense models, many multimodal models, several mixture-of-experts architectures, and some hybrid architectures; pure state-space models and certain research architectures are not supported out of the box. Heretic runs in a Python 3.10+ environment with PyTorch 2.2 or later, supports optional bitsandbytes 4-bit quantization, and can save or upload generated models, launch a chat evaluation, and run standard benchmarks. An optional research installation provides residual-vector visualization using PaCMAP and residual-geometry analysis. The project is distributed under the GNU Affero General Public License version 3 or later.
HexStellar is an agent-first computational platform whose Cortex service executes structured optimization, decision, scientific-computing, and verification requests through a Python CLI and API. An agent submits a JSON formulation for problems such as QUBO/Ising optimization, maximum cut, traveling-salesperson routing, facility assignment, mixed-integer optimization, selection, ranking, scheduling, coloring, and business-rule feasibility; the managed service returns a structured result with execution metadata, a receipt, and an assurance label distinguishing certified optima, heuristics, operations, and abstentions. The CLI also provides free validation, estimation, service re-checks, local witness recomputation for supported families, reproducible seeds and model versions, batch and compressed-binary transport, and an MCP server over standard input/output, with read-only mode for free analysis and verification tools. The public package is a zero-dependency Python thin client: the proprietary solver runs on HexStellar-managed infrastructure rather than inside the package. A separate enterprise runtime is licensed for compatible customer-controlled compute paths under NDA; it has no public runtime download in version 1.0.
LightNav-0 is an open-source generalist embodied-navigation model from the Light Origins Team. It uses a pretrained Qwen3-VL backbone with a single egocentric RGB stream and natural-language instructions to control humanoid, quadruped, wheeled, and aerial robots, transferring across tasks, embodiments, and scenes without per-task or per-benchmark fine-tuning. The model extends the vocabulary with dual-channel pointing tokens and residual vector-quantized action tokens rather than adding navigation-specific prediction heads. At each step, it emits an affordance point representing a feasible local direction or waypoint and an object point representing the goal, followed by three action tokens that decode to ten future SE(2) waypoints for an embodiment-specific low-level controller. Its temporally aware history compressor samples older frames less frequently, pools them more coarsely, and preserves ordering with timestamp tokens while bounding the visual context. The repository includes a released checkpoint and action decoder, command-line prediction, a vLLM-based server with WebSocket streaming, a MuJoCo simulation demo, evaluation harnesses, and a ROS 2 deployment stack with adapters for the Unitree Go2 and LimX TRON 1. The project is released under the Apache License 2.0; the included EVT-Bench is separately licensed CC BY-NC-SA 4.0.
Miles is an enterprise-facing reinforcement learning framework for large-scale post-training of large language and vision-language models. It pairs SGLang for high-throughput, agentic rollouts with Megatron-LM for scalable training, and also provides a PyTorch FSDP2 backend for Hugging Face implementations. Its asynchronous architecture decouples rollout and training workers, supports configurable on- and off-policy schedules, and updates rollout engines in-loop through peer-to-peer RDMA weight transfer. The framework includes token-in-token-out data flow, Rollout Routing Replay for replaying mixture-of-experts routing decisions during training, fault-tolerant recovery of failed SGLang engines, low-precision training with MXFP8 and NVFP4 alongside FP8, INT4 QAT, BF16, and FP16, and LoRA or multi-LoRA training. It supports reinforcement-learning recipes including GRPO, GSPO, PPO, and REINFORCE++, as well as supervised fine-tuning, on-policy distillation, agentic environments, and diffusion-model training. Miles was forked from slime and integrates SGLang, Megatron-LM, and torch_memory_saver; the repository is released as an open-source project, though the provided page text does not state its license.
OpenLogi is a native, local-first desktop application and CLI for configuring Logitech mice, keyboards, lights, and UVC webcams without Logitech Options+, an account, or telemetry. Written in Rust with GPUI, it communicates with supported devices through HID++, UVC, Logi Bolt and Unifying receivers, Bluetooth, or wired connections. It provides button and F-key remapping, DPI presets, SmartShift controls, gesture bindings, device-specific settings, per-application profile overlays, webcam image controls, and plain-text TOML configuration; the GUI and CLI run on macOS, Linux, and Windows, although some profile and platform actions have narrower support. The repository states that the project is under active development and not yet stable.
OpenWhispr is an open-source, cross-platform desktop voice-to-text application for macOS, Windows, and Linux. A global hotkey captures speech and inserts the resulting text at the cursor in another application; dictation can use local Whisper or NVIDIA Parakeet speech-to-text engines, where audio remains on the device, or cloud providers through user-supplied keys. It also supports dictation translation, AI-agent commands, meeting transcription with speaker diarization and voice fingerprinting, audio and video transcription, and searchable notes with semantic search and optional cloud sync. The application is built with Electron, React, TypeScript, SQLite, whisper.cpp, and sherpa-onnx, and provides an API and MCP server for programmatic access to notes and transcriptions. The repository describes it as having no data collection or telemetry and distributes installers for the three supported desktop platforms. It is licensed under the MIT license.
Prime Agent is an open-source command-line coding and research agent for general and long-running tasks, developed by Prime Intellect. It combines recursive language-model workflows through an RLM harness with a persistent Python REPL, treating prompts as variables and invoking tools and recursive subagents programmatically. A continual harness stores supplemental prompts, memories, skill descriptions, and reusable subagent specifications as durable session state that can be refined through small, evidence-backed updates without changing the immutable base system prompt. The agent supports importable Python skills, parallel or background child agents, messaging between running agents, automatic context compaction, persistent goals, heartbeats, schedules, detached sessions, autonomous operation, and retained subagents.
An agent-facing collection of design and engineering skills by Emil Kowalski for building and reviewing user interfaces. Its guidance covers animation curves, durations, properties, gestures, haptics, screen transitions, motion placement, borders, shadows, typography, Apple interface principles distilled from WWDC talks, UI-library selection, modern Swift, prototyping, and product-interface details. The skills can create animations from scratch, review animations against defined rules, audit a codebase and produce prioritized implementation plans, identify worthwhile opportunities for motion while flagging what should not be animated, and build multiple UI variants navigated through a switcher. A React Native and Expo skill covers gestures, sheets, haptics, screen transitions, and keeping motion off the JavaScript thread; other skills guide use of the Sonner toast library and library selection. The collection is installed with `npx skills@latest add emilkowalski/skills` and is based on Kowalski’s stated experience at Vercel and Linear.
TokensBurned is a privacy-first tool that publishes AI coding activity on a GitHub profile through a live SVG card. It collects token counts and model metadata from AI coding harnesses, reduces raw sessions locally, aggregates usage into 15-minute buckets, and serves totals, activity heatmaps, harness/provider/model comparisons, and an optional site-wide rank. It supports native or official integrations for Claude Code, Codex, Gemini CLI, Cline CLI or SDK, and GitHub Copilot CLI, with OTLP or standalone CLI fallbacks for other harnesses. The tool uploads aggregate token counts, harness/provider/model metadata, hashed session identifiers, time buckets, and request counts, while its stated privacy boundary excludes prompts, responses, source code, tool payloads, repository names and paths, transcript files and paths, and API keys. Public display is a separate explicit opt-in tied to a verified GitHub account; users can build cards with selectable layouts, themes, heatmaps, comparisons, and rankings. It is distributed through harness plugins and an npm CLI, installs no cron job, daemon, proxy, or Git synchronization task, and is licensed under the MIT License.
TrustMeBro is a Go command-interception tool for controlled red-team testing of coding agents such as Codex, Claude Code, and pi. It uses PATH shims to intercept configured command-line tools without requiring a plugin, hook, or MCP integration; rules can spoof generated or fixed output, rewrite stdout from a real command while preserving stderr and its exit status, pass through to the real binary, or reject the call. Each decision is recorded in a timestamped JSONL audit log. Rules match command names, domains, DNS record types, argument globs, and regular expressions. The bundled DNS generators support dig, nslookup, and host, while custom shims can use fixed output, exit codes, and standard streams. On Linux, lab mode uses Bubblewrap to shadow PATH lookups and discovered absolute paths so an agent cannot bypass interception merely by invoking a resolved system binary. TrustMeBro is distributed as a single MIT-licensed Go binary with installation, configuration validation, status, rule-listing, and uninstall commands. Lab mode requires Linux and Bubblewrap and is explicitly an interception namespace rather than a security sandbox: it reuses the host filesystem, workspace, network, environment, and agent credentials. Outside lab mode, absolute paths, changed PATH environments, and in-process DNS clients can bypass command shims.
Utopia is a self-hosted enterprise knowledge platform from DeepLethe, implemented as a Rust binary with a PostgreSQL service using pgvector. It ingests documents and synchronized web, RSS, GitHub, and Jira sources, then combines Tantivy full-text search with pgvector retrieval through reciprocal-rank fusion; its chat answers include inline citations linking to source passages and can use OpenAI-compatible endpoints. Its knowledge model is a bitemporal graph: extracted entities and facts retain validity intervals, evidence, and revision history, so corrections link new facts to closed versions instead of overwriting them. An editable ontology drives three-stage entity resolution, temporal Datalog forward-chaining, provenance-preserving derivation, conflict detection, and ontology-driven queries over mounted PostgreSQL databases. Low-confidence extractions, entity-merge candidates, and cardinality conflicts enter a review queue, while decisions such as confirmations, rejections, merges, and graph rebuilds are recorded in a queryable ledger. The application includes a browser console, graph browser, ontology workbench, and multi-user knowledge-base permissions, and can be deployed offline with Docker. The repository identifies the project as version 0.1 and licenses it under Apache-2.0.
VoiceStudio is an open-source, fully local desktop application for voice cloning and design, text-to-speech, transcription, dictation, video dubbing, and long-form audio production. It runs on macOS Apple Silicon, Windows, Linux, or Docker and keeps voices, projects, settings, and generated files on the machine by default. The application combines a Tauri desktop shell, a React and Vite interface, and a local FastAPI backend with registries for multiple TTS and ASR engines. Its workflows can transcribe and translate video, preserve speaker assignments, synthesize replacement speech, render audiobook chapters, separate vocals, diarize speakers, process batch jobs, and route work to CPU, CUDA, Apple Silicon MPS/MLX, ROCm, or optional remote workers. It also exposes local REST, SSE, WebSocket, OpenAI-compatible audio, and MCP interfaces, including speech synthesis and transcription endpoints. VoiceStudio is licensed under AGPL-3.0; downloaded models and tokenizers retain their own licenses. The local workflow requires no account, API key, subscription, or usage meter, although remote workers, configured external ASR endpoints, analytics, and other network-backed functions are opt-in. The repository describes the software as an active beta and distributes packaged desktop releases as well as source code.
Searchable transcript of Trending Open-Source GitHub Projects : VoiceStudio, Heretic, OpenWhispr, Axolotl & NEO #290 — ManuAGI - AutoGPT Tutorials (16:34). Search for a phrase, then click its timestamp to jump straight to that moment in the video.
Captions sourced from the original video on YouTube, published by ManuAGI - AutoGPT Tutorials. The video, its captions and all related intellectual property remain the property of their respective owners; AINotes claims no ownership. Provided for research, accessibility and search — see the Transcript Notice and Copyright Policy.
00:00 Every week, developers release powerful open-source GitHub projects that make coding, writing, and daily work faster. This is your weekly GitHub project update video, covering top trending open-source GitHub projects this week. From clawed skills to local first apps and fine-tuning frameworks, you'll discover useful and trending developer tools worth adding to your stack.
00:21 Without wasting time, let's get started. >> Before we jump into today's project updates, here's a quick announcement for everyone. We've launched a brand new YouTube channel called AI Agent Studio dedicated entirely to AI Agent projects, tutorials, and tools. So, if you're interested in staying up to date with the latest AI agent open source projects, learning how to build your own agents, or exploring cuttingedge agent frameworks, make sure to check it out.
00:50 Subscribe now to get weekly videos, in-depth guides, and real time project breakdowns. The link is right there in the description. Don't miss it. All right, let's get into today's video. >> Project number one, skills. Anthropics public repository of agent skills for Claude. Skills is Anthropics repository of agent skills for Claude. A skill is a folder with a skill MD file of instructions, code, and resources that Claude loads dynamically to handle a specialized task repeatably like writing documents to your brand
01:21 guidelines, analyzing data with your workflows, or automating tasks. It collects examples spanning creative, technical, and enterprise tasks, and you can register it as a Claude code plug-in marketplace or upload skills via the Claude API. Browse it and add a skill. Project number two, Dan Caveman. Cut agent tokens by talking like a caveman. Caveman is an open-source Claude code skill that cuts the tokens your agent spends by making it answer in a tur compress style while keeping technical substance.
01:52 It's a rule file you drop in with one command. And it works in 30 plus agents, including claude code, codeex, cursor, and copilot. For deeper savings, an optional local proxy sits between your agent and the model and shrinks what it reads, keeping a backup on disk. Install it and burn fewer tokens. Project number three, Voice Studio. Fully local, open-source alternative to 11 Labs.
02:16 Voice Studio is an open-source, fully local alternative to 11 Labs for voice cloning, voice design, dubbing, dictation, transcription, and audiobook creation across 646 languages. Everything runs on your machine with no accounts, API keys, or cloud. A model catalog lets you switch between local TTS and speechtoext engines, routing to CPU or GPU. An audiobook editor turns text, EPUB, or PDF into chaptered files with a multi-voice cast.
02:45 It runs on Mac OS, Windows, and Linux. Download it and clone a voice. Project number four, MELS Enterprise RL framework for large model post- training. MELs is an open-source enterprisefacing reinforcement learning framework for post-training language and vision language models. Forkked from Slime, it pairs Eskel Lang for high throughput rollout with Megatron LM for scalable training, running async with rollout and training workers decoupled.
03:13 If an Eskil lang engine dies, MELS recovers it and resumes in place. It supports Frontier models on release day, Nvidia and AMD GPUs, recipes like GRPO, PO and SFT, and connectors for training coding and computer use agents. Install it and post- train your model. Project number five, diagram design, editorial brand match diagrams for cloud code. Diagram design is an open-source cloud code skill that makes editorial quality diagrams as self-contained HTML and SVG.
03:45 It covers 27 types: architecture, flowchart, sequence, timeline, quadrant, pyramid, and more. Each in three variants with no build step. Pointed at your website and it reads your pallet and fonts, maps them to semantic tokens, and checks contrast so every diagram matches your brand. Export to PNG or SVG and install it into clawed code or codecs. Install it and draw your diagram.
04:10 Project number six, Heretic. Automatic removal of refusal behavior from language models. Heretic is an open-source command line tool that removes the refusal behavior or safety alignment from transformer language models without post-training. It combines directional ablation known as obliteration with an automatic parameter optimizer that co-minimizes refusals and the divergence from the original model.
04:36 So the result keeps as much original capability as possible. It needs no knowledge of transformer internals and supports most dense models, many multimodal ones and several MOE architectures. You run it with PIP, install it and modify a model. Project number seven, Chinese patents skill. Agent skill for the Chinese patent workflow. Chinese patent skill is an open-source agent skill for the Chinese patent workflow.
05:00 From your project documents, it mines patentable points, runs a novelty search, and drafts a redacted invention, utility model, or design disclosure with line art and word output. It reads patents in plain language, searches CNIP bibliographic records, briefs examination policy changes with links, and helps draft office action responses backed by cases.
05:23 It runs in claude code or cursor, saving to an Obsidian vault. Install it and draft a disclosure. Project number eight, Mont Open Whisper, privacy first voicetoext dictation with local or cloud models. Open Whisper is a free open-source privacy first dictation app and an alternative to Whisper Flow in Granola. Press a hotkey, speak, and your words appear at your cursor.
05:45 You transcribe locally with Whisper or Nvidia Parakeet, so audio never leaves your device or use cloud providers. It translates dictation between languages, transcribes meetings with ondevice speaker diorization, and keeps notes. It has a public API and MCP server. It runs on Mac OS, Windows, and Linux. Download it and dictate anywhere. Project number nine, Prime Agent.
06:09 Self-improving RLM agent for longunning coding tasks. Prime Agent is an open-source coding agent for longunning work. It's built on two ideas. A recursive language model that treats context as variables and tools and sub aents as function calls inside a Python ripple and a continual harness that stores prompts, memories, and skills as durable state the agent refineses.
06:32 Everything runs through code. Sub agents spawn in parallel and Damonbacked sessions keep going after you detach. It adds goals, schedules, and bounded autonomous mode. Install it and run a task. Project number 10. Open loggy local first open-source alternative to Logitech Options Plus. Open Logy is a native local first open-source alternative to Logitech Options Plus.
06:56 Written in Rust, it talks to Logitech HID++ mice and keyboards over Bolt and Unifying receivers. Bluetooth or USB. So you can remap buttons, set DPI and smart shift and switch profiles per app without a Logitech account, telemetry or options. Plus configuration is plain tom alm and by default it makes no network calls. It runs on Mac OS, Windows and Linux and is under active development.
07:23 Download it and reclaim your mouse. Project number 11, Cloudflare OS self-deployable agent workspace built on Cloudflare workers. Cloudflare OS is an open-source agent workspace built on Cloudflare workers used internally at Cloudflare. You chat with an agent preloaded with company context to write documents, run tasks, or build apps called gadgets, each in its own sandbox with no internet unless you grant it.
07:50 A security layer called gatekeepers wraps services like GitHub, Google, and Slack. Logs actions and lets you approve later. It runs on Cloudflare or your servers via workerd. deploy it and build your company's OS. Project number 12, Daxalottle. Open-source tool for fine-tuning language models. Axelottle is an open-source tool that streamlines fine-tuning and post-training of language models.
08:14 You configure a run in a YAML file and train hugging face models like Llama, Quinn, Mistl, and GLM with full fine-tuning, Laura, Qura, and RL methods like DPO. It integrates flash attention, rope scaling, and multiacking. supports quantization and scales from one GPU to many nodes via FSDP, deep speed, and tensor parallelism. It runs locally with Docker or the cloud.
08:40 Install it and fine-tune your model. Project number 13, Dond Dox, a secure cross-platform successor to Dondive. Dond dox is an open-source cross-platform tool, a secure successor to Dondive from its creator. You prefix any command with dandx run dish dons and it injects variables from your dondive infile into that process in any language framework or platform.
09:07 It encrypts yourin files with public key cryptography so you can safely commit secrets and decrypt them with a private key. It supports multiple environments validation against example and redacting secrets from a command's output. Install it and run your app securely. Project number 14, Utopia, a knowledge graph that remembers when facts were true.
09:29 Utopia is an open-source self-hosted knowledge platform that runs retrieval augmented generation over documents on top of a knowledge graph tracking when each fact held true. It solves the limits of ordinary knowledge bases which only answer what is true by giving every fact a validity interval. So the graph can be read as of any moment and corrections close the previous version instead of overwriting it.
09:53 It ingests PDFs, Word and Excel files, web pages, and RSS feeds, then combines full text and vector search with reciprocal rank fusion streaming chat answers with citations that jump to the source passage. It connects to any OpenAI compatible model endpoint, including DeepSeek, Quinn, GLM, OMA, or VLM. So, it can run fully airgapped. It runs as one rust binary over a single Postgress database with PG vector deployed through docker compose.
10:22 This suits organizations wanting an internal knowledge base with traceable time aware facts instead of a static document dump. Clone the repository and run the quick start to load your first documents. Project number 15. NAN Neo free distraction-free desktop app for writing novels. Neo is a free open-source desktop app for writing novels created by novelist Hugh Howey.
10:47 It assumes you're writing books and nothing else. No bloat, no distractions, and your manuscript looks like a book as you draft. It runs locally, saving in plain files with no accounts or subscriptions. Your library is a bookshelf with cover art and word goal progress bars, and you export to EPUB, Word, PDF, and Markdown. It runs on Mac OS and Windows.
11:07 Download it and write your book. Project number 16, Tokens Burned, privacy-first AI coding stats for your GitHub profile. Tokens Burned is an open-source privacy first way to show your AI coding activity on your profile. It collects token counts and model metadata from your coding harnesses, aggregates into 15minute buckets, and serves an SVG card with 24-hour, weekly, monthly, and all-time totals, heat maps, harness comparisons, and an anonymous rank.
11:36 Raw sessions are reduced on your machine first and prompts, code, repo names, and API keys never leave it. Nothing is public until you publish. Install it and show your tokens. Project number 17, Lightnav 0. One model that drives any robot from spoken directions. Lighten nav 0 is a compact generalist embodied navigation model built on the preprin vision language model Quen 3VL with no task specific prediction heads added on top.
12:06 It solves the problem of building separate navigation systems for every robot and task by expressing instruction following open vocabulary object search and visual tracking through one shared token interface. It reads a compressed history of firstperson camera frames alongside a language instruction. Then outputs a spatial pointing token marking where to go and a set of action tokens that decode into a short trajectory which a robot's own controller executes.
12:33 It runs as a Python package with a VLM backend serving predictions over a local websocket connection to any robot client and includes a Mujo simulation demo and a Ross 2 deployment stack with adapters for existing quadriped and humanoid robots. The same checkpoint transfers zero shot across humanoid, quadriped, wheeled and aerial robots without retraining per robot.
12:55 This suits robotics developers who want one navigation model instead of building bespoke systems per platform. Clone the repository and run the quick start to send a robot toward a spoken instruction. Project number 18, Bissell, a whole ocean and storm system made only of math. Bissell is an open-source browser-based ocean and weather simulation built with 3JS and WebGL2 with every wave, cloud, and raindrop generated by GPU math instead of loaded assets.
13:24 It solves the problem of realistic water and sky rendering needing large texture and mesh files by baking its own textures at startup and computing waves through multi-ascade FFT simulation and clouds through ray marched volutric noise. It runs entirely clientside with no server or external files opening as a small JavaScript and GLSL bundle in any WebGL2 capable browser.
13:47 Users watch an automatic cinematic storm sequence or switch to a sandbox mode to fly the camera and trigger hurricanes, tsunamis, water spouts, and lightning directly on the water surface. Quality scales automatically to the GPU, and settings for wind, swell, and cloud cover are adjustable live. This suits graphics programmers and dimmine enthusiasts interested in real-time procedural rendering techniques.
14:11 Open the live demo or clone the repository to fly through the storm yourself. Project number 19, Ni. Sticky notes hidden as a thin pill on your screen edge. Ni is a native Mac OS sticky notes app built in Swift, Swift UI, and AppKit with no dock icon and no window to manage. It solves the clutter of always visible note apps by hiding the whole deck behind a slim pill on the screen edge that fans out into tabs only when the pointer reaches it.
14:40 Clicking a tab slides a note out at full size while its tab stays visible behind it and any line can become a checkbox task with a single shortcut. Notes save locally to a SQLite database with note bodies encrypted using AESGCM and the app makes no account server or telemetry connections beyond an optional update check. Global shortcuts run through the Carbon Hotkey API, so no accessibility permission is needed.
15:04 This suits Mac users who want quick notes and checklists without another window competing for screen space. Download the DMG and slide your pointer to the screen edge to try it. Project number 20, Hexellar, a hard optimization solver, an AI agent can call. Xstellar is a thin Python CLI and API client that gives an AI agent a way to send hard combinatorial problems like Max Cut, TSP, Cubo, and mixed integer optimization to a separate managed solving service called Cortex.
15:35 It solves the gap between an agent reasoning about a problem and actually computing an answer. Since search spaces that grow exponentially are beyond what a language model can solve by itself, an agent describes the problem as JSON. The client validates and estimates cost for free, then sends the request to Hexellar servers, which return a result along with a certainty label marking it as a proven optimum or an unverified heristic.
16:01 The client itself holds no solver and has no external dependencies. So all computation happens remotely over HTTPS. It connects to agent frameworks through MCP, OpenAI, and Anthropic style tool specs and a bundled agent skill file. This suits developers building agents that need verified answers to optimization or decision problems rather than a generated guess. Run pip install hexellar and try the demo command to see a solve and its verification. Thanks for watching. See you in the next update.