typesense
typesense 29.0
Fast, typo-tolerant search engine for building delightful search experiences
https://typesense.orgGNU General Public License v3.0
main program: typesense-serverprograms: typesense-server
Maintainers
Platforms (3)
aarch64-darwinaarch64-linuxx86_64-linux
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