qip

Run composable WebAssembly modules securely (by royalicing)

Qip Alternatives

Similar projects and alternatives to qip

  1. llama.cpp

    1,035 qip VS llama.cpp

    LLM inference in C/C++

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. bun

    497 qip VS bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  4. BorgBackup

    346 qip VS BorgBackup

    Deduplicating archiver with compression and authenticated encryption.

  5. githut

    64 qip VS githut

    Github Language Statistics

  6. comment-castles

    42 qip VS comment-castles

    Lightweight internet forum

  7. marmot

    43 qip VS marmot

    A distributed SQLite server with MySQL wire compatible interface

  8. got

    17 qip VS got

    Version control, like Git, but for files and directories of any size. E2E Encrypted (by gotvc)

  9. klongpy

    25 qip VS klongpy

    High-Performance Klong array language in Python.

  10. ExploreSingapore

    A sophisticated RAG intelligence engine for Singaporean laws, policies, and history. Comes with a triple-AI failover backend (Gemini/Llama/Groq), semantic embeddings using FAISS, and an Apple-inspired interactive UI. Designed with precision and high availability in mind.

  11. test

    5 qip VS test

    Write unit and fuzz tests for Elm code. (by elm-explorations)

  12. EACL

    7 qip VS EACL

    Enterprise Access ControL is an embedded Clojure ReBAC authorization library based on SpiceDB and backed by Datomic that provides fine-grained permissions (by theronic)

  13. blobcache

    Web-Of-Trust Content-Addressed Storage Network

  14. cleanroom

    Policy-controlled microVM sandboxes for safe, reproducible repo workloads. (by buildkite)

  15. tokn

    9 qip VS tokn

    Token-Oriented KiCad Notation (TOKN) – Compact, human-readable, KiCad Netlists for LLM prompts. Spec, benchmarks, Python SDK.

  16. artisan.page

    A bookmarkable, searchable cheatsheet for Laravel's Artisan commands.

  17. DarkRadiant

    DarkRadiant is the map editor for The Dark Mod and other idTech4/Doom3-based games

  18. trappsec

    5 qip VS trappsec

    deception as a developer tool

  19. smolvm

    12 qip VS smolvm

    Tool to build & run portable, lightweight, self-contained virtual machines.

  20. exorsim

    Motorola M6800 (6800) Exorciser / SWTPC emulator

  21. huetone

    6 qip VS huetone

    A tool to create accessible color systems

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better qip alternative or higher similarity.

qip discussion

Log in or Post with

qip reviews and mentions

Posts with mentions or reviews of qip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-05-11.
  • If AI Writes Your Code, Why Use Python?
    12 projects | news.ycombinator.com | 11 May 2026
    Exactly, this is why I’m using AI to write C or Zig that compiles to WebAssembly.

    The purpose of a scripting language was to make authoring easier, but now it’s mostly a middle layer. There’s still getting the investment of a great standard library to keep you on track, but if you pick parts to make modular wasm and which parts to use reliably, proven code you can find a good balance.

    For qip I chose to use Golang as its standard library is batteries-included with fs & networking.

    Then everything else is AI-coded wasm plugins.

    https://github.com/royalicing/qip

  • Let's Discuss Sandbox Isolation
    8 projects | news.ycombinator.com | 27 Feb 2026
    WebAssembly is particularly attractive for agentic coding because prompting it to write Zig or C is no harder than prompting it to write JavaScript. So you can get the authoring speed of a scripting language via LLMs but the performance close to native via wasm.

    This is the approach I’m using for my open source project qip that lets you pipeline wasm modules together to process text, images & data: https://github.com/royalicing/qip

    qip modules follow a really simple contract: there’s some input provided to the WebAssembly module, and there’s some output it produces. They can’t access fs/net/time. You can pipe in from your other CLIs though, e.g. from curl.

    I have example modules for markdown-to-html, bmp-to-ico (great for favicons), ical events, a basic svg rasterizer, and a static site builder. You compose them together and then can run them on the command line, in the browser, or in the provided dev server. Because the module contract is so simple they’ll work on native too.

  • Ask HN: What Are You Working On? (February 2026)
    187 projects | news.ycombinator.com | 8 Feb 2026
    I’m working on qip, a cli for running fast sandboxed WebAssembly modules.

    https://github.com/royalicing/qip

    We have LLMs that generate code but that code should be untrusted: perhaps it overflows or tries to read ssh keys. If we aren’t reviewing code closely a major security hole could be on any line.

    And since LLMs can generate in whatever language, it makes sense for them to write fast imperative code like C or Zig. We don’t have to pick our favorite scripting language for the ergonomics any more.

    So qip tries to solve both problems by running .wasm modules in a sandbox. You can pipe from other cli tools and you can chain multiple modules together. It has conventions for text, raw bytes, and image shaders, with more to come.

    I am excited by the capabilities of probabilistic coding agents, but I want to combine them deterministic code and that what these qip modules are. They are pure functions with imperative guts.

  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic qip repo stats
3
23
9.7
6 days ago

royalicing/qip is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of qip is Zig.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Zig is
the 17th most popular programming language
based on number of references?