affine-bin

affine-bin 0.18.1

Workspace with fully merged docs, whiteboards and databases

<rendered-html><p>AFFiNE is an open-source, all-in-one workspace and an operating system for all the building blocks that assemble your knowledge base and much more – wiki, knowledge management, presentation and digital assets</p> </rendered-html>

https://affine.pro/
MIT License
main program: affineprograms: affine
Platforms (3)
x86_64-darwinaarch64-darwinx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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