typesense

typesense 29.0

Fast, typo-tolerant search engine for building delightful search experiences

https://typesense.org
GNU General Public License v3.0
main program: typesense-serverprograms: typesense-server
Platforms (3)
aarch64-darwinaarch64-linuxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  typesense
];
Ad-hoc shell
nix-shell -p typesense
Flake (nix run)
nix run nixpkgs#typesense