Download
Free, and free of paperwork
No account, no trial period, no licence key, and no email address required — the installers are published on GitHub beside the source they were built from. There is an invitation to leave an address further down the page, and it is only that.
On macOS or Linux? The suite runs on both, and no binary is published for either yet — build it from source, which takes four commands and no toolchain.
Three platforms, one published
What to download
All seven apps are in every build. What differs is whether somebody has already run that build for you.
Windows
Published- Rutba-Office-1.0.0-win-x64.exe
- Rutba-Office-1.0.0-portable.exe
The installer, or the portable build that needs no installation. Neither is code-signed yet, so SmartScreen warns on first run — worth knowing before you click, which is why it is written here rather than discovered.
macOS
From source- npm run dist:mac
Produces a .dmg for the architecture you build on. No signed build is published yet, and an unsigned .dmg from a stranger is something Gatekeeper is right to stop — so building it yourself is the honest route today.
Linux
From source- npm run dist:linux
Produces an AppImage and a .deb. Node 20 and four commands; there is nothing native to compile.
Before you click: The Windows builds are not code-signed yet. SmartScreen will warn you on first run, and that warning is telling you the truth — the publisher is unverified. Check the file against the release page, or build it yourself from source if you would rather not take our word for it.
Rather build it?
Node 20 or later and nothing else — no Python, no C++ toolchain, no native modules. Four commands and you have your own installer.
Build it yourself →The repository →Something wrong? Open an issue →