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.
This package provides a universal zig executable that lets you run any version of zig. Since you can only have one zig executable in your PATH, anyzig removes the limitation that this can only be one version. The version of zig to invoke is pulled from the minimum_zig_version field of build.zig.zon. build.zig.zon is found by searching the current or any parent directory.
Emacs major mode for editing Sass files.
Emacs major mode for editing Slim files.
This is a comint-based generic package used for building concrete shells.
A clj-kondo linter for emacs flycheck to lint clojure code. This requires clj-kondo to be installed separately.
This Emacs package provides the following functionalities from the Kagi search engine:
- FastGPT
Kagi's LLM offering, as a shell inspired by xenodium's chatgpt-shell.
- Universal Summarizer
Summarizes texts, webpages, videos, and more.
Both functions are accessed through Kagi's APIs. Before a call can be made, some setup should be done on the Kagi website (see below). Useful for buffers that display lists of any kind, as a guide for your eyes to follow.
Emacs mode to dynamically highlight the parentheses surrounding point based on nesting-level using configurable lists of colors, background colors, and other properties.
Emacs mode to highlight every other line with an alternative background color. Useful for buffers that display lists of any kind, as a guide for your eyes to follow.
Emacs major mode for editing Haml files.
Tool for interacting remotely with MicroPython devices.
The mpy-cross tool is the MicroPython cross compiler utility, used to pre-compile python files into bytecode (mpy files) suitable for running on your target.
EXIF Reader is a module to read EXIF from JPEG and TIFF images.
Iec16022 is a non-interactive software package for producing Data Matrix barcodes as specified by ISO/IEC 16022. It produces ASCII, UTF-8, EPS, Bin, Stamp and PNG images.
This tries to reimplement the some of the functionality of 'xrandr' for the gnome desktop using mutter's dbus-api.c
A simple utility to ask an option on a terminal interactively with minimal interruption of the current screen state.
Generate passwords with are easier to remember by random words from word lists.
Send desktop notification when the battery is low.
Control BluOS systems from the commandline.
This is a very simple OpenSMTPD filter for rewriting email address in both MAIL FROM command and From header in all messages with the specified email address. It’s useful when you want to ensure that all the relayed messages will be “send from” some no-reply email address.
Autofs is a kernel-based automounter for use with the Linux autofs4 module. It automatically mounts selected file systems when they are used and unmounts them after a set period of inactivity. This provides centrally-managed, consistent file names for users and applications, even in a large and/or frequently changing (network) environment.
Restic is a program that does backups right and was designed with the following principles in mind:
Easy: Doing backups should be a frictionless process, otherwise you might be tempted to skip it. Restic should be easy to configure and use, so that, in the event of a data loss, you can just restore it. Likewise, restoring data should not be complicated.
Fast: Backing up your data with restic should only be limited by your network or hard disk bandwidth so that you can backup your files every day. Nobody does backups if it takes too much time. Restoring backups should only transfer data that is needed for the files that are to be restored, so that this process is also fast.
Verifiable: Much more important than backup is restore, so restic enables you to easily verify that all data can be restored.
Secure: Restic uses cryptography to guarantee confidentiality and integrity of your data. The location the backup data is stored is assumed not to be a trusted environment (e.g. a shared space where others like system administrators are able to access your backups). Restic is built to secure your data against such attackers.
Efficient: With the growth of data, additional snapshots should only take the storage of the actual increment. Even more, duplicate data should be de-duplicated before it is actually written to the storage back end to save precious backup space.
ActivityWatch is about recording our digital lives, an evergrowing part of our lives in general, and the new opportunities enabled by such a record.
Claude Code is an agentic coding tool that lives in your terminal. It can understand your codebase, edit files, run terminal commands, and handle entire workflows. This package disables auto-updates.
Claude Desktop is Anthropic's official desktop client for Claude, repackaged for Linux by the claude-desktop-debian project. It runs as an Electron app with Model Context Protocol (MCP) support, a global hotkey (Ctrl+Alt+Space), and system tray integration.
This package extracts the prebuilt .deb from the upstream release and wraps it with the Guix-provided Electron runtime.