Oak
Version control and storage layer.
What we like
Unit of work is a branch which is cloned instantly using content-addressed storage - never push to main directly. Changes based around a branch description rather than commit messages. Create a working tree from a remote repo without requiring a full clone. Spaces combine repos for large cross-repo tasks. Import/export from git.
What we don't like
Only supports macOS (Apple Silicon) and Linux (x86) due to underlying filesystem requirements for content addressable storage.