← All transcripts

Top Open-Source GitHub Projects : LibreOffice, Zod, fmt, Omarchy, minimind & IPATool #289 Transcript, AI Summary & Key Points

ManuAGI - AutoGPT Tutorials · 10 days ago · Science & Technology · 15:22 · EN-US

Watch on YouTube

AI Summary

Twenty open-source GitHub projects cover C++ formatting, AI agents, local model runtimes, time-series forecasting, game modding, AI-generated classrooms, small language-model training, TypeScript validation, app-package downloads, LLM fine-tuning, Linux desktops, auditable AI-agent infrastructure, recommendation systems, Apple Silicon inference, team chat, Tailwind utilities, office software, SSD-backed model serving, editorial image generation, and robotics data pipelines.

Key Points

  • Project 1 — fmt is a fast, safe, modern C++ formatting library with Python-like syntax, compile-time format-string checks, type safety, Unicode support, colors, file output, no external dependencies, and optional header-only mode.
  • Project 2 — hermes-agent is a self-improving AI agent that runs through a CLI, TUI, desktop app, and messaging gateway for Telegram, Discord, Slack, and more than 20 platforms. It creates skills from experience, persists knowledge, delegates to sub-agents, runs scheduled jobs, and drives terminals and browsers.
  • Project 3 — Magnitude is a private, offline AI agent with local inference, no token costs, and no API keys. It profiles hardware, recommends compatible models, downloads and configures them, and provides shell, file-editing, Excel, PowerPoint, PDF, and Chrome skills.
  • Project 4 — TimesFM is Google's open-source, pre-trained decoder-only time-series foundation model for zero-shot forecasting without per-dataset training. It supports PyTorch and JAX inference, covariates, quantile forecasts, fine-tuning via LoRA, and native multivariate forecasting in its latest checkpoint.
  • Project 5 — renodx is an open-source DirectX game-modding toolkit that replaces shaders, injects buffers, adds overlays, upgrades swap chains and texture resources, and commonly adds HDR through a ReShade add-on.
  • Project 6 — OpenMAIC turns topics or attached PDFs, slides, audio, or video into AI-taught lessons through a two-stage pipeline. AI teachers provide voice narration, spotlight effects, laser pointers, autograded quizzes, HTML experiments, and project-based work with AI agents.
  • Project 7 — minimind trains a roughly 64M-parameter language model from scratch in 2 hours on modest hardware, small enough to train and run on a CPU. It includes model variants, a tokenizer, pre-training, SFT, LoRA, DPO, PPO, GRPO, tool use, distillation, and support for transformers, VLMs, and Ollama.
  • Project 8 — Zod provides TypeScript-first schema validation with type inference. A single schema serves as both the runtime validator and the TypeScript type, with zero dependencies and support for Node, browsers, Deno, and Bun.

Tools & resources

18 items

CNo. 3382
AIAINotes.us Tool

cn

Open source · shadcn-ui/cn

cn is a JavaScript engine for conditionally joining Tailwind CSS class names and resolving conflicting utilities. It is a drop-in replacement for clsx and tailwind-merge, preserving their APIs and output semantics while learning repeated variadic call sequences so stable calls can skip redundant work. The package has no dependencies and is framework-agnostic, running in browsers, Node, Bun, Deno, edge runtimes, and server templates for frameworks including React, Vue, Svelte, Solid, and Astro. It supports configurable Tailwind class groups, prefixes, themes, and validators through cn/config, and includes a CLI for build-time processing and a lighter strings-only variant. It is maintained by aidenybai and shadcn.

Mentioned in
2 videos
Kind
Other
HNo. 3380
AIAINotes.us AI product

Hermes Agent

Open source · NousResearch/hermes-agent

Hermes Agent is a self-improving AI agent developed by Nous Research. It provides a CLI and terminal interface, messaging gateway, and desktop interface for interacting with language models, operating terminals and browsers, and maintaining continuity across sessions. It supports model providers including Nous Portal, OpenRouter, OpenAI, and custom endpoints, along with terminal backends including local execution, Docker, SSH, Singularity, Modal, Daytona, and Vercel Sandbox. Its learning loop creates and improves skills from task experience, stores persistent memories, searches previous sessions with FTS5 and LLM summarization, and builds user profiles through Honcho. It can delegate parallel work to isolated subagents, run Python tool-calling scripts through RPC, schedule unattended jobs with a natural-language cron scheduler, and deliver results through Telegram, Discord, Slack, WhatsApp, Signal, email, and the CLI. The terminal interface includes multiline editing, slash-command completion, conversation history, interrupt-and-redirect controls, and streaming tool output. It also supports voice-memo transcription and cross-platform conversation continuity.

Mentioned in
8 videos
Kind
AI
HNo. 2402
AIAINotes.us AI product

HFlow

Open source · Hebbian-Robotics/hflow

HFlow is an open-source SDK from Hebbian Robotics for multimodal data pipelines in robotics and physical AI. It lets teams implement transformations, quality checks, labels, and enrichments as plain Python functions while HFlow handles orchestration, provenance, storage, versioning, and dataset curation. The pipeline accepts supported MCAP episodes and can import LeRobot Dataset v3 repositories. It runs code in-process for development or generates Airflow 3 DAGs for scheduled execution, producing canonical MCAP episodes, artifacts, provenance records, and a Parquet catalog. DuckDB SQL creates version-pinned manifests for curation, while a queryable catalog records metadata and quality evidence without requiring the underlying recordings to be loaded.

Mentioned in
2 videos
Kind
AI
INo. 3381
AIAINotes.us Tool

Inline

Open source · inline-chat/inline

Inline is a work-chat app for teams, built by a two-person team. Its macOS and iOS clients organize conversations around numbered, optionally titled threads, direct messages, Spaces, and a sidebar of chats requiring attention. The project is designed for focused asynchronous and real-time collaboration, including sharing links to threads and using them for feedback, bug tracking, specifications, brainstorming, meeting notes, and team libraries. The app targets fast startup, low CPU and RAM usage, and high frame rates. The video describes voice and screen sharing and a Rust-based WebRTC stack; the repository also lists a public API, command-line interface, SDKs, bot integrations, a hosted MCP server, and plugins for AI clients and OpenClaw. macOS and iOS are in beta, while web, Android, Windows, and Linux support are planned. Inline is currently free to use and in beta. The repository states that its server and native client source code are closed for now, while the protocol, CLI, MCP server, SDKs, plugins, and related development packages are published under the Apache License 2.0. The repository is the official source for building on top of Inline, not for the closed core application.

Mentioned in
1 video
Kind
Other
INo. 3105
AIAINotes.us Tool

IPATool

Open source · majd/ipatool

IPATool is a command-line tool for searching the App Store and downloading app packages (IPA files) for iOS, iPadOS, tvOS, and visionOS. It authenticates with an Apple ID, searches by term and platform, obtains app licenses, lists owned apps and available versions, retrieves version metadata, and downloads encrypted packages to a specified path. It runs on Windows, Linux, and macOS, can be installed manually from GitHub releases or with Homebrew on macOS, and is compiled with the Go toolchain. IPATool is released under the MIT license.

Mentioned in
1 video
Kind
Other
LNo. 3383
AIAINotes.us Tool

LibreOffice

Open source · LibreOffice/core

LibreOffice is a free, open-source integrated office suite backed by The Document Foundation. It includes Writer, Calc, Impress, Draw, Math, and Base, and is compatible with most document formats and standards. The LibreOffice core repository is a read-only source mirror; contributions are directed through Gerrit. Its codebase includes shared modules for the system abstraction layer, widgets, rendering, document models, UNO APIs, and the Writer, Calc, Draw, and Impress applications.

Mentioned in
1 video
Kind
Other
MNo. 3300
AIAINotes.us AI product

Magnitude

Open source · magnitudedev/magnitude

Magnitude is an open-source local inference server and CLI for running language models with AI agent harnesses. It profiles a machine's chip, memory, and bandwidth, recommends compatible models, downloads the selected models, tunes inference settings such as speculative decoding and concurrency, and runs models on demand. Models are loaded when needed and unloaded when idle or when memory is constrained; prompts, files, and models remain on the local machine, allowing offline operation after setup. It integrates with Pi, OpenCode, Hermes, OpenClaw, Codex, Claude Code, Oh My Pi, and Cline, and also provides a built-in harness. Magnitude supports macOS and Linux, with Windows support through WSL, and is licensed under Apache 2.0.

Mentioned in
1 video
Kind
AI
MNo. 3144
AIAINotes.us AI product

MiniMind

Open source · jingyaogong/minimind

MiniMind is an open-source tiny large-language-model project and end-to-end training tutorial developed by Jingyao Gong. Its main dense model is approximately 64M parameters, and the repository provides the model architecture, tokenizer, datasets, inference code, and training pipeline. The pipeline covers pretraining, supervised fine-tuning, hand-written LoRA, DPO, PPO, GRPO, CISPO, model distillation, tool calling, adaptive thinking, and agentic reinforcement learning. Core algorithms are implemented directly with native PyTorch rather than relying on high-level abstractions from third-party training libraries. Its agentic reinforcement-learning path performs multi-turn rollouts, executes generated tool calls, appends tool observations to the context, calculates trajectory-level rewards, and updates the policy; rollout can use local PyTorch generation or an SGLang server. MiniMind supports dense and mixture-of-experts variants, single- and multi-GPU training, YaRN-based RoPE length extrapolation, Transformers-format models, and inference through llama.cpp, vLLM, or Ollama. The repository also includes a Streamlit chat interface and a lightweight OpenAI-compatible API server with tool-call and reasoning fields. It is released under the Apache License 2.0.

Mentioned in
1 video
Kind
AI
MNo. 3379
AIAINotes.us AI product

Monocolor Editorial Print

Open source · yanliudesign/mono-color-skill

Monocolor Editorial Print is an agent skill for generating one-ink or controlled two-ink editorial images for posters, zines, portraits, packaging, and visual field notes. It accepts a theme, phrase, object, article idea, or supplied photograph and produces a raster image when image-generation tools are available, the exact production prompt, and a short recipe describing the print mode, palette, layout, typography, process, and originality changes. The skill identifies the subject and intent, selects a layout family, assigns one or two ink plates, composes the page with visible paper and an asymmetric grid, and generates and inspects the result. Its visual system uses adaptive white, gray, or beige substrates; halftone, risograph grain, cyanotype exposure, or photocopy breakup; responsive typography; and controlled negative space. Without image generation, it returns the prompt and states the limitation.

Mentioned in
2 videos
Kind
AI
MNo. 3378
AIAINotes.us AI product

MTPLX

Open source · youssofal/MTPLX

MTPLX is an open-source native Mac app and command-line tool for running local language models on Apple Silicon. It uses a model's built-in multi-token prediction (MTP) heads to draft several tokens, verifies the block in one batched forward pass, and commits tokens with exact rejection sampling and residual correction, without requiring a separate draft model or changing the model's sampling distribution. It provides local OpenAI-compatible and Anthropic-compatible APIs, native chat, model management, hardware-specific draft-depth tuning, and tooling for building and verifying MTP models. The server can also expose MLX embedding and reranking models. MTPLX requires an M1-or-newer Mac running macOS 14 or later, and the repository is licensed under Apache-2.0.

Mentioned in
1 video
Kind
AI
ONo. 2463
AIAINotes.us Tool

Omarchy

Open source · basecamp/omarchy

Omarchy is an opinionated Arch Linux-based desktop distribution and ready-to-use Linux setup by DHH. It provides a preconfigured, terminal-oriented desktop with a tiling workflow and includes applications and tools such as Neovim, Chromium, Obsidian, LibreOffice, Kdenlive, and OBS Studio. Its documentation covers navigation, themes, hotkeys, clipboard history, text extraction and dictation, screenshots and recording, the Omarchy CLI, development and shell tools, browsers, gaming, configuration, updates, hardware, networking, troubleshooting, and installation options. The project is released under the MIT License.

Mentioned in
2 videos
Kind
Other
ONo. 3102
AIAINotes.us AI product

OpenMAIC

Open source · THU-MAIC/OpenMAIC

OpenMAIC (Open Multi-Agent Interactive Classroom) is an open-source AI learning platform from THU-MAIC that turns topics or uploaded documents into interactive classrooms. It generates slides, quizzes, HTML simulations, and project-based learning activities, with AI teachers and classmates that can speak, draw on a whiteboard, conduct discussions, and respond to learners in real time. Its classic generation pipeline has two stages: an AI-generated lesson outline followed by scene generation for each outline item. The platform also provides a database-backed agent workbench that plans, builds, and revises courses through validated tools, with resumable sessions, follow-up steering, uploaded or web-retrieved materials, reusable skills, and support for importing PPTX files. Multi-agent orchestration uses a LangGraph director graph, while the playback and action engines handle classroom state and actions such as speech, whiteboard drawing, spotlights, and laser effects. OpenMAIC supports browser-only storage by default and can use PostgreSQL or S3-backed storage through its swappable storage packages. It accepts document, image, audio, and video materials through configured extraction providers, supports multiple LLM, media, speech, search, and local-provider configurations, and exports editable PPTX slides, interactive HTML, or classroom ZIP files. The repository is licensed under the MIT License, with separate terms for bundled components including an LGPL-licensed MathML-to-Office-Math package.

TypeScript
Stars
★ 35,287
Forks
5,630
RNo. 3352
AIAINotes.us Tool

RenoDX

Open source · clshortfuse/renodx

RenoDX, short for “Renovation Engine for DirectX Games,” is a toolset for modding DirectX games. It uses ReShade’s add-on system to hook into DirectX without patching version-specific executable files. The toolset can replace shaders, inject buffers, add overlays, upgrade swapchains and texture resources, and write user settings to disk. Its repository also provides an FPS limiter add-on, a developer kit for building add-ons, and a Shader Model 6.0+ decompiler.

Mentioned in
1 video
Kind
Other
SNo. 0844
AIAINotes.us AI product

Semantica

Open source · semantica-agi/semantica

Semantica is an open-source Python infrastructure layer for building context graphs and knowledge graphs for AI systems. It ingests enterprise and other multi-source data, extracts entities and relationships, flags conflicting facts, merges duplicates, and supports ontology management, knowledge modeling, graph analytics, and causal reasoning. The system records provenance and execution trails for the context supplied to an AI system and the decisions produced from it, making those relationships and decisions queryable. Its repository describes deterministic graph construction, reasoning, and provenance that do not require an LLM; it explains the data and policies outside an LLM rather than exposing the model's internal reasoning. Semantica supports RDF and labeled-property-graph storage, W3C standards, self-hosted deployment, and installation with pip.

Mentioned in
3 videos
Kind
AI
SNo. 3225
AIAINotes.us AI product

slotstream

Open source · carloslfu/slotstream

slotstream is an open-source macOS local-LLM inference engine that runs Qwen3.8-Flash-Next, a 125-billion-parameter mixture-of-experts model, on Apple Silicon Macs whose memory cannot hold the model. Implemented as a single Swift binary using MLX, it keeps the dense trunk resident and reads routed expert weights from an SSD into a shared cache of slots, sizing that cache to available memory instead of loading the full model. It supports prefix caching for follow-up turns and exposes Ollama-compatible and OpenAI-compatible chat APIs, as well as a command-line prompt mode; the documented API subset supports streaming, CORS, and sampling options but not tools, images, JSON-schema output, or logprobs. The project requires macOS 14 or later, Apple Silicon, and roughly 110 GB of free disk space for the model weights. Its installer provides signed release binaries, and the repository can also be built with Swift and the macOS Command Line Tools. The source is MIT-licensed; the model weights are distributed under the Qwen community license.

Mentioned in
2 videos
Kind
AI
SNo. 0841
AIAINotes.us AI product

Soup

Open source · MakazhanAlpamys/Soup

Soup is an open-source Python CLI for fine-tuning and post-training large language models from a YAML configuration and a single training command. It supports supervised fine-tuning, LoRA, QLoRA, preference optimization, quantization, automatic batch-size and GPU detection, and local training without a cloud service. Its optional layer-streaming mode keeps the frozen base model out of VRAM and feeds it to the GPU one decoder layer at a time, reducing memory use for low-VRAM systems. The project describes training an 8B model on a 4 GB laptop GPU with this mode; layer streaming is marked beta.

Mentioned in
3 videos
Kind
AI
XNo. 2044
AIAINotes.us AI product

X For You Feed Algorithm

Open source · xai-org/x-algorithm

The X For You Feed Algorithm is the open-source codebase powering the For You feed on X. It assembles each request from in-network posts kept in memory by Thunder from accounts a viewer follows and out-of-network posts discovered through Phoenix retrieval and SimClusters, then hydrates candidates with post, media, author, account-label, language, and engagement data. A separate blending pipeline can add ads, Who to Follow recommendations, and prompts. The post pipeline applies visibility filtering based on viewer actions such as blocks, mutes, and muted keywords, as well as labels produced by rule-based systems, account-scoring models, media models, and enforcement components. A transformer-based Phoenix model predicts the viewer’s probability of taking actions on each post and other continuous values; configured weights combine those predictions into a score, which ranks posts after filtering. The repository includes retrieval, labeling, filtering, scoring, ranking, Phoenix training and inference code, synthetic data generation for a proof-of-concept training run, and an Under the Hood tool that displays aggregate statistics about labels affecting account and post visibility.

Mentioned in
3 videos
Kind
AI
ZNo. 3112
AIAINotes.us Tool

Zod

Open source · colinhacks/zod

Zod is a TypeScript-first schema validation library by Colin McDonnell (@colinhacks) for defining schemas, parsing untrusted data, and producing strongly typed validated results. It works with TypeScript and plain JavaScript in Node.js and modern browsers, has no external dependencies, and supports immutable schema composition, JSON Schema conversion, synchronous and asynchronous parsing, detailed ZodError issues, and safeParse result objects. Zod infers static types from schemas through utilities such as z.infer, z.input, and z.output; transforms can produce different input and output types. For hot validation paths, z.compile(schema) can create an ahead-of-time compiled fast path using new Function, while unsupported or asynchronous schemas use the regular parser.

Mentioned in
1 video
Kind
Other

AI in practice

Used for

Agents

  • Hermes agent — Act as a personal AI agent that learns and grows across sessions. 2 held 01:46
  • Magnitude — Run AI agents locally to perform computer tasks while preserving privacy. 2 held 02:30

Links mentioned

🔒 Full analysis locked

Unlock more videos and the full analysis

A credit unlocks one video's full analysis for good — the build steps, the tools and how each was used, the methods behind every use case. Pro opens the whole library instead, and raises how many videos you can analyse a day.

Unlock full analysis — free

Transcript

Searchable transcript of Top Open-Source GitHub Projects : LibreOffice, Zod, fmt, Omarchy, minimind & IPATool #289 — ManuAGI - AutoGPT Tutorials (15:22). 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 new open-source projects on GitHub, and this is our weekly GitHub project update video covering the best of them. Top trending open-source GitHub projects. This week, you'll discover useful and trending developer tools from local AI runtimes to developer libraries. Without wasting time, let's get started. Before we jump into today's project updates, here's a quick announcement for everyone.

00:25 [music] 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 [music] exploring cuttingedge agent frameworks, make sure to check it out. Subscribe now to get weekly videos, in-depth guides, and real-time project breakdowns.

00:51 [music] The link is right there in the description. Don't miss it. All right, let's get into today's video. >> Project number one, FMT fast, safe, modern T plus formatting library. FAFTA is an open-source C++ formatting library that offers a fast, safe alternative to CI1 to plus IO streams. It provides a simple format API with Python-like syntax and positional arguments and implements C plust via a prize my branch 23C a Birkin format strings are checked at compile time and the library is fully type safe with a

01:34 correctly rounded floating point formatter unicode support colors and file output. It has no external dependencies and an optional header only mode. edit and format [music] your output. Project number two, Hermes agent. Self-improving personal AI agent that grows with you. Hermes is an open-source self-improving AI agent from Nouse Research. It runs one core across a CLI, a TUI, a desktop app, and a messaging gateway across Telegram, Discord, Slack, and 20 plus platforms.

02:06 A built-in learning loop creates skills from experience, improves them, persists knowledge, and builds a model of you across sessions. It delegates to sub agents, run scheduled jobs, and drives a terminal and browser. Run it anywhere with any model. Install it and let it grow with you. Project number three, Magnitude. [music] Private offline AI agent with local models built in.

02:37 Magnitude is an open-source AI agent that runs on local models with its inference engine, so it's private and offline with no token costs or API keys. It profiles your hardware, recommends the models your machine can run, then downloads, configures, and tunes them. Its Rust engine, built on llama.cp, calculates memory before loading, and keeps parallel agents responsive.

03:02 It uses your shell and edits files and skills add Excel, PowerPoint, PDFs, and [music] Chrome. Install it and run agents locally. Project number four, Times FM pre-trained foundation model for zeroot time series forecasting. Times FM is an open-source pre-trained time series foundation model from Google research for forecasting. [music] It's a decoderonly model that produces zerootshot forecasts on series it has never seen with no per data set training.

03:38 You load a public checkpoint from hugging face and run [music] inference through PyTorch or Jax with support for covariants quantile forecasts and fine-tuning via Laura. The latest checkpoint adds native multivariat forecasting. Deploy it through BigQuery ML, Google Sheets or Vertex. Install it and forecast your series. Project number five, Renotes modding tool set that adds HDR to DirectX games.

04:05 Reno X, the renovation engine for DirectX games, is an open-source tool set for modding games. It replaces shaders, injects buffers, adds overlays, upgrades, swap chains, and texture [music] resources, and saves user settings to disk, most often to add proper HDR to games that lack it. It runs as a reshade add-on, so compatibility is broad. You install a recent reshade, drop the add-on file into the game folder, and tune it from the reshade menu.

04:36 Install it and renovate your games. Project number six, open Make. One-click multi-agent AI classroom generator. Open Make, the open multi-agent interactive classroom, is an open-source platform that turns a topic or materials into an AI taught lesson. You describe what to learn or attach PDFs, slides, [music] audio or video, and a two-stage pipeline builds an outline.

05:04 And the class [music] AI teachers lecture with voice narration, spotlight effects, and laser pointer, while autograded quizzes and HTML experiments like physics simulators run hands-on. A project mode has you build alongside AI agents, deploy it, and generate a classroom. Project number seven, Minimmind. Train a tiny LLM from scratch in hours. Mini Mind is an open-source project that trains a tiny language model from scratch.

05:30 About 64 M parameters in 2 hours on modest hardware small enough to train and run on a CPU. It ships model code in dens and mo variants aligned with the ezo3 ecosystem plus a tokenizer and every training stage pre-training sft laura dpo po grpo tool use and distillation. Its algorithms are from scratch [music] and it works with transformers vlm andama.

06:03 clone it and train your LLM. Project number eight, Zod [music] Typescript first schema validation with type inference. Zod is an open-source TypeScript first schema validation library. You define a schema once, say an object with typed string and number fields, then parse untrusted data through it and get back a strongly typed validated result or a safe error.

06:28 Because zod infers the static type from the schema. One definition serves as both your runtime validator and your typescript type with no duplication. It has zero dependencies and runs in node browsers deno and bun. Install it and validate your data. Project number nine. IP tool. Search and download app store apps from the terminal. iPad tool is an open-source command line tool for searching and downloading app packages.

06:57 the IPA files for iOS, iPad OS, TVO OS, and Vision OS from the App Store. You authenticate with your Apple account, two factor supported, then search and download a copy, including older versions, through a version identifier. Credentials stay in your keychain and never touch a remote server. The tool talks only to Apple. Written in Go, it runs on Mac OS, Windows, and Linux.

07:25 Install it with Homebrew and download [music] an app. Project number 10, Soup. Finetune an 8B model on a 4 GBTE laptop. Soup is an open-source tool that fine-tunes LLMs from a YAML file. One config, one [music] command. Layer streaming keeps the frozen base out of VRAMm and feeds it to the GPU one decoder layer at a time. [music] So, an 8B model fine-tunes on a 4 GB laptop card.

07:52 Bit exact against a normal run and verifiable on a free collab. It supports cula dpo knowledge editing and eval plus signed adapters and a backdoor scan. Install it and fine-tune from one file. Project number 11. Omarchy opinionated Arch Linux desktop built on Hyperland. Omar is an open-source opinionated Linux setup that turns Arch Linux into a polished readytouse developer desktop built around the hyperland tiling whand compositor.

08:24 It ships curated apps, key bindings, fonts and themes. So you get a complete consistent environment without assembling it yourself. [music] You install it from the Amari ISO which lays down Arch and the Amari packages and extend it with community themes and plugins. It runs on x8664 [music] and ARM. Download the ISO and boot into project number 12. Semantica graph infrastructure for accountable auditable AI agents.

08:54 Semantica is an open-source Python infrastructure layer that gives AI agents a knowledge graph with audit trails. It sits under your LLM, vector store, and agent framework. [music] Ingesting data from databases, datab bricks and snowflake, then extracting [music] entities and relations into a context graph. Every fact carries W3C prove down to provenance.

09:20 Every decision becomes a traceable queryable node and reasoning runs deterministically through REIT, data log, and spark qual without an LLM. storage spans RDF and property graph backends. [music] Install it and ground your agents. Project number 13. Oppos for you feed algorithm. The open-source recommendation code behind X's feed. X for you feed algorithm is the open- source code behind the for you feed on X published by XAI for transparency.

09:52 [music] The feed is assembled per request from two sources. In network posts from accounts you follow and out of network posts from retrieval, a recommendation system called Phoenix predicts engagement through a two tower retrieval step and a Grock based transformer ranker. It ships model code training and a rust serving engine with synthetic data to run end to end.

10:15 Clone it and read the feed. Project number 14, MTPLX. MTP speculative decoding for local models on Apple Silicon. MTPLX is an open-source Mac app [music] and command line for running local language models on Apple Silicon with multi-token prediction. Modern Quen and Gemma models ship with built-in MTP heads that no runtime uses. MTPLX does drafting several tokens ahead, verifying each block in one batched forward pass and committing through exact rejection sampling.

10:50 So the output distribution is unchanged with no second draft model eating RAM. It serves OpenAI and Enthropic compatible APIs. Install it with Homebrew and run models faster. Project number 15, Inline. Fast native work chat app for teams. Inline is a fast native work chat app for teams built for Mac OS and iOS. Its makers wanted a chat app that felt right, quick to start, light on CPU and memory, and clutter-free, so threads stay organized, and notifications interrupt when they should.

11:26 It has a public API, a CLI, and voice and screen share over a Rust WebRTC stack. And you can build and run the source yourself. It's pre-alpha with web and Android coming. Join the wait list and try it. Project number 16, faster drop-in engine for Tailwind class merging. The N is an open-source engine for Tailwind class merging and [music] conflict resolution that replaces Tailwind merge and kills us X.

11:52 It keeps the same API with full parody. So, it's a drop-in replacement. Swap the wrapper and utils and components keep working. It has zero dependencies and is framework agnostic working with React, Vue, Spelt, [music] Solid, and Astro across browsers, Node, Bun, Deno, and Edge runtimes in any Tailwind project. It learns repeated call sequences to skip redundant work.

12:21 Install it and merge your classes. Project number 17, Libra Office. The source code of the Libra Office suite. This is the source code repository for Libra Office. The free and open-source office suite backed by the document foundation. Libra Office bundles writer for documents, calc for [music] spreadsheets, impress for presentations, plus draw, math, and base.

12:46 And it opens and saves most document formats. The codebase is a C++ project of 200 modules built on the Uno framework [music] with an SDK for extensions. This GitHub copy is a readonly mirror. Changes go through Garrett, clone it, and build the suite. Project number 18, Slotstream. Run a 125B model on a Mac via SSD. Slotstream is an open-source runtime that runs a 125 billion parameter quoted mixture of experts model on a Mac with less RAM than it should need.

13:21 The full model is 104 gigabytes at 4bit, but Slotstream pins the shared trunk in memory, [music] caches hot experts, and streams the rest from SSD on demand, peaking around 32 GB. It's built with [music] MLX and Swift and serves an Olo compatible API. The downloader checks your disc before pulling. Install it and run a model on your Mac. Project number 19, Monocolor Editorial Print.

13:48 One or two ink editorial print image skill. Monocolor editorial print is an agent skill that turns a theme, sentence, object, or photo into an original one or two ink editorial image. Instead of a monochrome filter, it applies a visual system, an adaptive neutral paper, at most two inks with a dominant plate and an accent, halftonone photography, active negative space, and restrained topography.

14:15 It rebuilds composition around your subject, not a copied reference. Outputting both prompt and [music] image. Install it in cloud code and print your idea. Project number 20, HFlow. SDK for quality controlled [music] robotics data pipelines. HFlow is an open-source SDK for scalable multimodal data pipelines in robotics and physical AI from Hebian Robotics.

14:44 Robotics data sets mix video, state, actions, timestamps, and metadata, and teams struggle to catch frozen cameras, drifting streams, or duplicate recordings across one-off tooling. You define transforms, checks, labels, and enrichments while HFlow handles orchestration, storage, versioning, provenence, and curation. So you can inspect quality and reproduce data sets, run episodes locally or on Airflow. It's prev1. Install it and check your data. Thanks for [music] watching. See you in the next update.