_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


air 1.67.2
Dependencies: go-dario-cat-mergo@1.0.2 go-github-com-andybalholm-brotli@1.1.0 go-github-com-fatih-color@1.17.0 go-github-com-fsnotify-fsnotify@1.9.0 go-github-com-joho-godotenv@1.5.1 go-github-com-pelletier-go-toml@1.9.5
Channel: renaissance
Location: renaissance/packages/air.scm (renaissance packages air)
Home page: https://github.com/air-verse/air
Licenses: Expat
Build system: go
Synopsis: Live reload for Go applications
Description:

Air watches a Go project's files and automatically rebuilds and restarts the application when changes are detected.

nordzy-cursors-white 2.4.0
Channel: renaissance
Location: renaissance/packages/cursors.scm (renaissance packages cursors)
Home page: https://github.com/guillaumeboehm/Nordzy-cursors
Licenses: GPL 3+
Build system: copy
Synopsis: Nord-palette XCursor theme (white variant)
Description:

Cursor theme using the Nord colour palette, based on Vimix and cz-Viator. This is the white variant, distributed as prebuilt XCursor files installed under share/icons.

font-nerd-fonts-geist-mono 3.4.0
Channel: renaissance
Location: renaissance/packages/fonts.scm (renaissance packages fonts)
Home page: https://www.nerdfonts.com/
Licenses: SIL OFL 1.1
Build system: font
Synopsis: Nerd Fonts patched version of Geist Mono
Description:

Nerd Fonts version of Geist Mono, a programming font. Contains ligatures.

gh 2.96.0
Channel: renaissance
Location: renaissance/packages/gh.scm (renaissance packages gh)
Home page: https://cli.github.com
Licenses: Expat
Build system: copy
Synopsis: GitHub command-line tool
Description:

gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.

glbinding 3.5.0
Channel: renaissance
Location: renaissance/packages/gl.scm (renaissance packages gl)
Home page: https://github.com/cginternals/glbinding
Licenses: Expat
Build system: cmake
Synopsis: Modern C++11 OpenGL binding
Description:

glbinding is a modern C++11 binding for the OpenGL API. It provides type-safe function wrappers, strongly typed enumerations, and automatic extension handling generated from the official OpenGL specification. It is suitable for graphics engines and other OpenGL-based applications.

glfw+static 3.4
Dependencies: libxkbcommon@1.13.1 wayland@1.24.0 vulkan-loader@1.4.335.0
Propagated dependencies: mesa@26.0.2 libx11@1.8.12 libxrandr@1.5.4 libxi@1.8.2 libxinerama@1.1.5 libxcursor@1.2.3 libxxf86vm@1.1.6
Channel: renaissance
Location: renaissance/packages/gl.scm (renaissance packages gl)
Home page: https://www.glfw.org
Licenses: Zlib
Build system: cmake
Synopsis: OpenGL application development library
Description:

GLFW is a library for OpenGL, OpenGL ES and Vulkan development for desktop computers. It provides a simple API for creating windows, contexts and surfaces, receiving input and events.

netbird-ui 0.76.1
Dependencies: gtk@4.22.1 glib@2.86.0 glibc@2.41 cairo@1.18.4 libappindicator@12.10.1-0-298 libsoup@3.6.5 libx11@1.8.12 webkitgtk@2.50.3
Channel: renaissance
Location: renaissance/packages/netbird-ui-bin.scm (renaissance packages netbird-ui-bin)
Home page: https://netbird.io/
Licenses: Modified BSD
Build system: gnu
Synopsis: NetBird Desktop Client
Description:

NetBird desktop client built with Wails, binary version patched for guix.

netbird 0.76.1
Dependencies: wireguard-tools@1.0.20260223
Channel: renaissance
Location: renaissance/packages/netbird.scm (renaissance packages netbird)
Home page: https://netbird.io
Licenses: Modified BSD AGPL 3
Build system: go
Synopsis: WireGuard-based mesh networking
Description:

NetBird combines WireGuard with a control plane for zero-config peer-to-peer mesh networking.

box2d 3.1.1
Dependencies: libx11@1.8.12
Channel: renaissance
Location: renaissance/packages/odin-vendors.scm (renaissance packages odin-vendors)
Home page: https://box2d.org/
Licenses: Expat
Build system: cmake
Synopsis: 2D physics engine for games
Description:

Box2D is a 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in realistic ways and make the game world more interactive. From the game engine's point of view, a physics engine is just a system for procedural animation.

ols nightly
Channel: renaissance
Location: renaissance/packages/odin.scm (renaissance packages odin)
Home page: https://github.com/DanielGavin/ols
Licenses: Expat
Build system: gnu
Synopsis: Language server for the Odin programming language
Description:

OLS is a language server implementation for the Odin programming language. It provides completion, hover, references, semantic tokens, document symbols, formatting support, and other LSP features.

odin dev-2026-07
Dependencies: clang-toolchain@18.1.8 wayland@1.24.0 libxkbcommon@1.13.1 glfw@3.4 mesa@26.0.2 bash-minimal@5.2.37
Channel: renaissance
Location: renaissance/packages/odin.scm (renaissance packages odin)
Home page: https://odin-lang.org
Licenses: Expat
Build system: gnu
Synopsis: A modern, fast, and simple systems programming language
Description:

The Odin programming language is a modern systems language focused on simplicity, performance, and productivity. Designed as an alternative to C, it is suited for high-performance development, including game engines, graphics programming, and systems code. Odin provides expressive syntax, support for data-oriented programming, a minimal runtime, strong compile-time efficiency, and seamless C interoperability. This package includes the Odin compiler and standard library for building and running Odin programs.

opentofu 1.12.3
Channel: renaissance
Location: renaissance/packages/opentofu.scm (renaissance packages opentofu)
Home page: https://opentofu.org
Licenses: MPL 2.0
Build system: trivial
Synopsis: Declarative infrastructure-as-code tool (official binary)
Description:

OpenTofu is a community-driven fork of Terraform providing a declarative infrastructure-as-code workflow. This installs the official upstream release binary.

tea 0.15.0
Channel: renaissance
Location: renaissance/packages/tea.scm (renaissance packages tea)
Home page: https://gitea.com/gitea/tea
Licenses: Expat
Build system: copy
Synopsis: Command line tool to interact with Gitea servers
Description:

tea is the official command line client for Gitea. It manages issues, pull requests, releases, milestones, notifications and other entities across one or multiple Gitea instances, and provides local helpers such as tea pr checkout. This package installs the upstream prebuilt statically-linked linux-amd64 release binary.

go-github-com-a-h-templ 0.3.1020
Propagated dependencies: go-github-com-a-h-parse@0.0.0-20250122154542-74294addb73e go-github-com-andybalholm-brotli@1.1.0 go-github-com-cenkalti-backoff-v4@4.3.0 go-github-com-cli-browser@1.3.0 go-github-com-fatih-color@1.17.0 go-github-com-fsnotify-fsnotify@1.9.0 go-github-com-google-go-cmp@0.7.0 go-github-com-natefinch-atomic@1.0.1 go-github-com-rs-cors@1.11.1 go-golang-org-x-mod@0.35.0 go-golang-org-x-net@0.53.0 go-golang-org-x-sync@0.20.0 go-golang-org-x-tools@0.44.0
Channel: renaissance
Location: renaissance/packages/templ.scm (renaissance packages templ)
Home page: https://templ.guide/
Licenses: Expat
Build system: go
Synopsis: Language for writing HTML user interfaces in Golang
Description:

This package implements a functionality to create components that render fragments of HTML and compose them to create screens, pages, documents, or apps.

tree-sitter-templ 1.0.0-0.94d4086
Channel: renaissance
Location: renaissance/packages/tree-sitter.scm (renaissance packages tree-sitter)
Home page: https://github.com/vrischmann/tree-sitter-templ
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter grammar for the templ templating language
Description:

This package provides a Tree-sitter grammar for templ, the HTML templating language for Go.

Total packages: 16