
Git first
Real, working Git workflows today
Linux-native
Built for Linux first, Windows supported
Extensible
Plugin backends grow alongside the project
See the whole repo
Know what happened before you act.
History, current changes, and branch state stay together so decisions come faster.

Keep loose work alive
Context switching should not cost work.
Stash is not a corner case. It is how real branch work survives interruptions.

Extend without forking
Make your workflow first-class.
Themes and config-driven plugins keep OpenVCS adaptable without turning every preference into a fork.

Try the current release.
The core Git workflow is solid. The project stays disciplined: stabilize, extend, then add more backends.