<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>lightweight</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/63/feed"/>
    <updated>2026-04-18T16:43:15+00:00</updated>
    <id>https://links.biapy.com/guest/tags/63/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12486</id>
            <title type="text"><![CDATA[crun]]></title>
            <link rel="alternate" href="https://github.com/containers/crun" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12486"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fast and lightweight fully featured OCI runtime and C library for running containers]]>
            </summary>
            <updated>2026-04-09T08:00:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12424</id>
            <title type="text"><![CDATA[Zinalog]]></title>
            <link rel="alternate" href="https://zinalog.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12424"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Zinalog gives teams the essential pieces of a logging platform without the complexity of a full observability suite. 

A lightweight, self-hosted logging server with a web dashboard without the complexity of ELK or Grafana.

- [Zinalog @ GitHub](https://github.com/iamceeso/zinalog).]]>
            </summary>
            <updated>2026-04-03T19:15:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12125</id>
            <title type="text"><![CDATA[Miniredis]]></title>
            <link rel="alternate" href="https://github.com/alicebob/miniredis" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12125"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pure Go Redis test server, used in Go unittests.

Sometimes you want to test code which uses Redis, without making it a full-blown integration test. Miniredis implements (parts of) the Redis server, to be used in unittests. It enables a simple, cheap, in-memory, Redis replacement, with a real TCP interface. Think of it as the Redis version of net/http/httptest.]]>
            </summary>
            <updated>2026-03-13T16:01:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12073</id>
            <title type="text"><![CDATA[ky]]></title>
            <link rel="alternate" href="https://github.com/sindresorhus/ky" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12073"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🌳 Tiny &amp;amp; elegant JavaScript HTTP client based on the Fetch API.

Related contents:

- [Beware implicit Content-Type: &amp;quot;application/json&amp;quot; @ Matias Kinnunen](https://mtsknn.fi/blog/beware-implicit-values/).]]>
            </summary>
            <updated>2026-03-10T07:24:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12015</id>
            <title type="text"><![CDATA[Tinyproxy]]></title>
            <link rel="alternate" href="https://tinyproxy.github.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12015"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.

Tinyproxy is a small, efficient HTTP/SSL proxy daemon released under the GNU General Public License. Tinyproxy is very useful in a small network setting, where a larger proxy would either be too resource intensive, or a security risk. One of the key features of Tinyproxy is the buffering connection concept. In effect, Tinyproxy will buffer a high speed response from a server, and then relay it to a client at the highest speed the client will accept. This feature greatly reduces the problems with sluggishness on the Internet. If you are sharing an Internet connection with a small network, and you only want to allow HTTP requests to be allowed, then Tinyproxy is a great tool for the network administrator.

- [Tinyproxy @ GitHub](https://github.com/tinyproxy/tinyproxy).

Related contents:

- [Episode 656: Why KDE Linux Surprised Us @ Linux Unplugged](https://linuxunplugged.com/656).]]>
            </summary>
            <updated>2026-03-05T09:32:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11835</id>
            <title type="text"><![CDATA[Monty]]></title>
            <link rel="alternate" href="https://github.com/pydantic/monty" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11835"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A minimal, secure Python interpreter written in Rust for use by AI.

Monty avoids the cost, latency, complexity and general faff of using a full container based sandbox for running LLM generated code.

Instead, it lets you safely run Python code written by an LLM embedded in your agent, with startup times measured in single digit microseconds not hundreds of milliseconds.]]>
            </summary>
            <updated>2026-02-16T12:35:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11822</id>
            <title type="text"><![CDATA[Dropbear SSH]]></title>
            <link rel="alternate" href="https://matt.ucc.asn.au/dropbear/dropbear.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11822"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Dropbear is a relatively small SSH server and client. It runs on a variety of unix platforms. Dropbear is open source software, distributed under a MIT-style license. Dropbear is particularly useful for &amp;quot;embedded&amp;quot;-type Linux (or other Unix) systems, such as wireless routers.

- [Dropbear SSH @ GitHub](https://github.com/mkj/dropbear).

Related contents:

- [We hid backdoors in binaries — Opus 4.6 found 49% of them @ Quesma](https://quesma.com/blog/introducing-binaryaudit/).]]>
            </summary>
            <updated>2026-02-16T06:22:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11809</id>
            <title type="text"><![CDATA[Versity S3 Gateway]]></title>
            <link rel="alternate" href="https://www.versity.com/products/versitygw/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11809"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A  High-Performance S3 to File Translation Tool.
Turn your local filesystem into an S3 server with a single command!

The Versity S3 Gateway serves as a bridge between file based storage systems and applications that rely on S3 object interfaces. It enables applications to interact with file storage using familiar S3 operations like put and get, allowing for easy integration and compatibility. Built from scratch in Go, a highly efficient programming language known for its performance and scalability, the Versity S3 Gateway leverages Go’s benefits to deliver exceptional speed and efficiency.

- [Versity S3 Gateway @ GitHub](https://github.com/versity/versitygw).

Related contents:
 
- [I Just Want Simple S3 @ Makefile.feld](https://blog.feld.me/posts/2026/04/i-just-want-simple-s3/).]]>
            </summary>
            <updated>2026-04-14T12:25:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11616</id>
            <title type="text"><![CDATA[Fence]]></title>
            <link rel="alternate" href="https://github.com/Use-Tusk/fence" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11616"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Lightweight, container-free sandbox for running commands with network and filesystem restrictions.

Fence wraps commands in a sandbox that blocks network access by default and restricts filesystem operations based on configurable rules. It&amp;#039;s most useful for running semi-trusted code (package installs, build scripts, CI jobs, unfamiliar repos) with controlled side effects, and it can also complement AI coding agents as defense-in-depth.]]>
            </summary>
            <updated>2026-01-26T12:59:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11578</id>
            <title type="text"><![CDATA[CRI-O]]></title>
            <link rel="alternate" href="https://cri-o.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11578"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Lightweight Container Runtime for Kubernetes.

 Open Container Initiative-based implementation of Kubernetes Container Runtime Interface.
CRI-O follows the Kubernetes release cycles with respect to its minor versions (1.x.y). Patch releases (1.x.z) for Kubernetes are not in sync with those from CRI-O, because they are scheduled for each month, whereas CRI-O provides them only if necessary. If a Kubernetes release goes End of Life, then the corresponding CRI-O version can be considered in the same way.

- [CRI-O @ GitHub](https://github.com/cri-o/cri-o).

Related contents:

- [Registry mirror authentication with Kubernetes secrets @ CNCF](https://www.cncf.io/blog/2026/03/09/registry-mirror-authentication-with-kubernetes-secrets/).]]>
            </summary>
            <updated>2026-03-11T12:15:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11560</id>
            <title type="text"><![CDATA[Pocket TTS]]></title>
            <link rel="alternate" href="https://github.com/kyutai-labs/pocket-tts" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11560"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A TTS that fits in your CPU (and pocket).

A lightweight text-to-speech (TTS) application designed to run efficiently on CPUs. Forget about the hassle of using GPUs and web APIs serving TTS models. With Kyutai&amp;#039;s Pocket TTS, generating audio is just a pip install and a function call away.

Related contents:

- [Pocket TTS @ /kyutai](https://kyutai.org/blog/2026-01-13-pocket-tts).
- [Episode 650: This Old Network @ Linux Unplugged](https://linuxunplugged.com/650).]]>
            </summary>
            <updated>2026-01-22T07:14:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11311</id>
            <title type="text"><![CDATA[MicroQuickJS]]></title>
            <link rel="alternate" href="https://github.com/bellard/mquickjs" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11311"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[MicroQuickJS (aka. MQuickJS) is a JavaScript engine targetted at embedded systems. It compiles and runs JavaScript programs using as little as 10 kB of RAM. The whole engine requires about 100 kB of ROM (ARM Thumb-2 code) including the C library. The speed is comparable to QuickJS.]]>
            </summary>
            <updated>2026-01-06T06:50:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10896</id>
            <title type="text"><![CDATA[Dillo]]></title>
            <link rel="alternate" href="https://dillo-browser.github.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10896"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Dillo, a multi-platform graphical web browser.

Dillo is a multi-platform graphical web browser, known for its speed and small footprint, that is developed with a focus on personal security and privacy. 

- [Dillo @ GitHub](https://github.com/dillo-browser/dillo).]]>
            </summary>
            <updated>2025-11-06T12:42:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10891</id>
            <title type="text"><![CDATA[🏰 Grayskull]]></title>
            <link rel="alternate" href="https://github.com/zserge/grayskull" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10891"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A tiny, dependency-free computer vision library in C for embedded systems, drones, and robotics. 

Grayskull is a minimalist, dependency-free computer vision library designed for microcontrollers and other resource-constrained devices. It focuses on grayscale images and provides modern, practical algorithms that fit in a few kilobytes of code. Single-header design, integer-based operations, pure C99.

Related contents:

- [By the power of grayscale! @ zserge&amp;#039;s blog](https://zserge.com/posts/grayskull/).]]>
            </summary>
            <updated>2025-11-05T14:03:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10799</id>
            <title type="text"><![CDATA[Komari]]></title>
            <link rel="alternate" href="https://github.com/komari-monitor/komari" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10799"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple server monitor tool. 

Komari is a lightweight, self-hosted server monitoring tool designed to provide a simple and efficient solution for monitoring server performance. It supports viewing server status through a web interface and collects data through a lightweight agent.]]>
            </summary>
            <updated>2025-10-28T08:45:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/16</id>
            <title type="text"><![CDATA[Rotel]]></title>
            <link rel="alternate" href="https://rotel.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/16"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[High Performance, Resource Efficient OpenTelemetry Collection.

Rotel provides an efficient, high-performance solution for collecting, processing, and exporting telemetry data. Rotel is ideal for resource-constrained environments and applications where minimizing overhead is critical.

- [Rotel @ GitHub](https://github.com/streamfold/rotel).]]>
            </summary>
            <updated>2026-01-13T13:24:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/57</id>
            <title type="text"><![CDATA[Uxn]]></title>
            <link rel="alternate" href="https://100r.co/site/uxn.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/57"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Uxn/Varvara ecosystem is a personal computing stack based on a small virtual machine that lies at the heart of our software, and that allows us to run the same application on a variety of systems.

Related contents:

- [Uxn - La machine virtuelle de 100 lignes qui fait tourner des apps sur votre Game Boy @ Korben :fr:](https://korben.info/uxn-machine-virtuelle-100-lignes-fait.html).]]>
            </summary>
            <updated>2025-09-04T07:29:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/94</id>
            <title type="text"><![CDATA[uMurmur]]></title>
            <link rel="alternate" href="https://umurmur.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/94"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[uMurmur is a minimalistic Mumble server primarily targeted to run on embedded computers, like routers, with an open OS like e.g. OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur. It is available as a precompiled package for quite a lot distributions. Check your distribution&amp;#039;s package repository.

- [uMurmur @ GitHub](https://github.com/umurmur/umurmur).
 
Related contents:

- [Episode 615: 25.05 Reasons to NixOS @ Linux Unplugged](https://linuxunplugged.com/615).]]>
            </summary>
            <updated>2025-09-18T07:20:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/136</id>
            <title type="text"><![CDATA[Kitten TTS 😻]]></title>
            <link rel="alternate" href="https://github.com/KittenML/KittenTTS" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/136"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[State-of-the-art TTS model under 25MB 😻 

Kitten TTS is an open-source realistic text-to-speech model with just 15 million parameters, designed for lightweight deployment and high-quality voice synthesis.

Related contents:

- [Kitten TTS: The 25MB AI Voice Model That&amp;#039;s About to Change EVERYTHING (Runs on a Potato! 🥔) @ algogist](https://algogist.com/kitten-tts-the-25mb-ai-voice-model-thats-about-to-change-everything-runs-on-a-potato/).
- [Kitten TTS - Le modèle de synthèse vocale de 25MB qui fait parler votre grille-pain @ Korben :fr:](https://korben.info/kitten-tts-synthese-vocale-25mb-raspberry-pi.html).]]>
            </summary>
            <updated>2026-03-20T14:47:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/587</id>
            <title type="text"><![CDATA[kubesolo]]></title>
            <link rel="alternate" href="https://www.kubesolo.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/587"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Single-node Kubernetes, reimagined for edge and embedded.

Ultra-lightweight, OCI-compliant, single-node Kubernetes built for constrained environments. No clustering. No etcd. Just what you need to run real workloads on real hardware—fast.

- [kubesolo @ GitHub](https://github.com/portainer/kubesolo).]]>
            </summary>
            <updated>2025-08-28T17:36:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/981</id>
            <title type="text"><![CDATA[OneNVR - One Network Video Recorder]]></title>
            <link rel="alternate" href="https://github.com/cyb3rdoc/onenvr" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/981"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This is a simple and lightweight Network Video Recorder (NVR) that is designed to run on cheap hardware, such as a Raspberry Pi with a hard drive. 24/7 video streams from network cameras are saved. Recorded files can be browsed through native web interface.]]>
            </summary>
            <updated>2025-08-28T18:42:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1803</id>
            <title type="text"><![CDATA[Lightpanda Browser]]></title>
            <link rel="alternate" href="https://lightpanda.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1803"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The headless browser. The future of browser automation.

Combining the flexibility of a Headless Chrome API with an innovative tailor-made browser for unmatched performance and efficiency in browser automation.

- [Lightpanda Browser @ GitHub](https://github.com/lightpanda-io/browser).

Related contents:

- [Lightpanda - Le navigateur rapide pour l&amp;#039;automatisation web @ Korben :fr:](https://korben.info/lightpanda-navigateur-automatisation-web.html).]]>
            </summary>
            <updated>2026-03-17T07:47:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2352</id>
            <title type="text"><![CDATA[Dunst]]></title>
            <link rel="alternate" href="https://dunst-project.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2352"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[_Dunst_ is a highly configurable and lightweight notification daemon.
It&amp;#039;s a lightweight replacement for the notification daemons provided by most
desktop environments.

- [Dunst @ GitHub](https://github.com/dunst-project/dunst).]]>
            </summary>
            <updated>2025-08-28T22:28:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2380</id>
            <title type="text"><![CDATA[Parcellite]]></title>
            <link rel="alternate" href="https://sourceforge.net/projects/parcellite/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2380"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Parcellite is a lightweight GTK+ clipboard manager. This is a stripped down,
basic-features-only clipboard manager with a small memory footprint for those
who like simplicity.

- [Parcellite @ GitHub](https://github.com/rickyrockrat/parcellite).]]>
            </summary>
            <updated>2025-08-28T22:32:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2458</id>
            <title type="text"><![CDATA[Zero Monitor]]></title>
            <link rel="alternate" href="https://beta.zero-monitor.guackamollyapps.com/network" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2458"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[One-click lightweight server monitor tool based on ZeroMQ protocol. Works on Windows, Linux, macOS, Raspberry PI (x32, x64, arm, arm64). Inspired by nezhahq/nezha, zabbix, prometheus. Takes no more than 15MB to run. 

- [Zero Monitor @ GitHub](https://github.com/guackamolly/zero-monitor).]]>
            </summary>
            <updated>2025-08-28T22:46:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5166</id>
            <title type="text"><![CDATA[foot]]></title>
            <link rel="alternate" href="https://codeberg.org/dnkl/foot" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5166"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fast, lightweight and minimalistic Wayland terminal emulator]]>
            </summary>
            <updated>2025-08-29T06:17:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5611</id>
            <title type="text"><![CDATA[299Ko CMS]]></title>
            <link rel="alternate" href="https://299ko.ovh/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5611"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Le CMS Flat-File. 299ko est un CMS français, simple, léger et personnalisable, permettant la réalisation de sites vitrines en quelques clics. 

[299Ko @ GitHub](https://github.com/299Ko/299ko)]]>
            </summary>
            <updated>2025-08-29T07:32:15+00:00</updated>
        </entry>
    </feed>
