Hi #embedded developers, hi #c developers. I am writing a new #libc to explore alternative idioms and hopefully improve ergonomy, expressiveness, and some other points that seem important to me.

I am considering adding a generic interface for allocators, so the default behaviour can be easily overridden by users and third parties, like #zig or #odin.

This pattern could be expanded to features other than allocators, but I'm struggling to decide which ones can be relevant.

#linux #bsd #windows

NullClaw под лупой: зачем AI-агенту Zig, маленький бинарь и быстрый запуск

Когда смотришь на современные AI-агенты, быстро замечаешь одну общую черту: почти все они живут на тяжелом стеке. Где-то это Node.js, где-то Python, где-то длинная цепочка зависимостей, сервисов и фоновых процессов. На этом фоне nullClaw выглядит почти инородно: один бинарный файл, Zig, быстрый запуск, мало занимаемой памяти и минимум лишнего. Для этой статьи я смотрел nullClaw в состоянии v2026.3.13-1-g78366e9. Для сравнения я отдельно прогнал те же сценарии на свежем npm-релизе OpenClaw 2026.3.12. Сразу оговорюсь: это не сравнение полноты платформ. nullClaw я смотрю как маленький single-binary runtime на Zig, а OpenClaw — как более широкий self-hosted gateway/agent stack с Node-зависимостью, daemon/gateway-режимами и Control UI. Поэтому ниже я сравниваю не «кто лучше вообще», а цену локального запуска в одинаковых коротких сценариях: служебные команды, один agent-run, маленькая coding-задача и пачка параллельных небольших coding-задач.

https://habr.com/ru/companies/wildberries/articles/1010946/

#NullClaw #OpenClaw #Zig #local_ai

NullClaw под лупой: зачем AI-агенту Zig, маленький бинарь и быстрый запуск

Когда смотришь на современные AI-агенты, быстро замечаешь одну общую черту: почти все они живут на тяжелом стеке. Где-то это Node.js, где-то Python, где-то длинная цепочка зависимостей, сервисов и...

Хабр

[nullclaw - Zig로 구현한 초경량 자율형 AI 어시스턴트

nullclaw는 Zig 언어로 구현된 초경량 자율형 AI 어시스턴트로, 정적 바이너리(678KB)로 동작하며 런타임, VM, 프레임워크 의존성이 없습니다. 1MB 미만 메모리 사용량과 2ms 미만 부팅 시간을 자랑하며, 다양한 CPU 환경(ARM, x86, RISC-V)을 지원합니다. 주요 AI 모델(OpenAI, Anthropic, Gemini 등)과 메시징 채널(Telegram, Discord 등)을 통합하며, SQLite 기반 하이브리드 메모리 시스템과 강력한 보안 기능을 제공합니다. 모듈형 아키텍처로 구성되어 모든 서브시스템이 교체 가능하며, $5 하드웨어에서도 실행 가능합니다.

https://news.hada.io/topic?id=27568

#zig #aiassistant #lightweight #autonomous #openai

nullclaw - Zig로 구현한 초경량 자율형 AI 어시스턴트

<ul> <li> <strong>정적 바이너리(678KB)</strong> 로 동작하며, <strong>런타임·VM·프레임워크 의존성 없음</strong> </li> <li>1MB 미만 메모리,...

GeekNews

I’m attempting to use Zig on OpenBSD-current. I have to perform seemingly every action, from viewing zig build —help to actually building a project, as root. This hasn’t been a problem with make, the uxn assembler, etc. What do I need to do to make this easier?

(I am using zig-0.15.2 from the package repo; maybe I should be using the latest snapshot? I saw there were some OpenBSD-related changes made not that long ago but I figured the version available from ports would either work out of the box or give me instructions for making it work.)

#OpenBSD #Zig

I worked a lot on my engine since the last time :D
#zig

Abhishek Yadav (@abhishek__AI)

Lightpanda는 에이전트를 위해 Zig로 새로 개발된 헤드리스 브라우저입니다. Chrome보다 메모리 9배 절약, 속도는 11배 빠르며 Playwright와 Puppeteer와 호환됩니다. 스크래핑, LLM 학습, 웹 자동화에 적합하고 100% 오픈소스로 공개된 점이 강조된 발표입니다.

https://x.com/abhishek__AI/status/2033386852800208904

#lightpanda #headless #zig #opensource

Abhishek Yadav (@abhishek__AI) on X

AI agents just got their own browser 🤯 Try Lightpanda, a new headless browser built from scratch in zig for agents. → 9× less memory → 11× faster than Chrome → Playwright & Puppeteer compatible Perfect for scraping, LLM training & Web automation. 100% Open Source.

X (formerly Twitter)

We are getting closer and closer to the 0.16.0 release!

https://codeberg.org/ziglang/zig/milestone/32343

#zig

zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Codeberg.org

ah yes, the butlerian programming language vanguard

consisting of #zig, #fennel, and *checks clipboard* horse ... sixty four?? y'know what, I'll take it

https://noai.starlightnet.work/list.html#:~:text=Languages

Starlight Network No-AI List

🎾 Tired of opening Excel just to peek at a CSV?

I wrote about tennis — a terminal table viewer built in Zig — and how to run it with a single Docker command.

No Python. No GUI. Just clean, readable tables in your shell.

👇 Full article https://rubystacknews.com/2026/03/12/%f0%9f%8e%be-tennis-the-quickest-way-to-visualize-csv-files-in-your-terminal/

#Docker #DevTools #CLI #Zig #Productivity

🎾 Tennis: The Quickest Way to Visualize CSV Files in Your Terminal

🎾 Tennis: The Quickest Way to Visualize CSV Files in Your Terminal March 12, 2026 Ever open Excel or fire up a Python script just to peek at a CSV file? There’s a faster, cleaner way. Meet tennis —…

Linking Ruby knowledge from the most remote places in the world.