Download

Get Ferrow.

Node 20 is the only requirement, and there is no account to create. The terminal route is the product; the desktop builds wrap the same code in a window. Every file on this page is listed with its sha256 so you can check what you got.

The one line

Any machine with Node 20.

This installs the ferrow command globally, from a tarball served off this site. macOS, Windows and Linux, the same line on each.

npm install -g https://ferrow.ai/dl/ferrow.tgz

The package is not published yet to the npm registry, which is why the line carries a URL instead of a name. When ferrow lands on the registry this becomes a plain package install, and this URL keeps working.

Then, in order:

ferrow                   # tells you what is connected and what is next
ferrow detect            # or: ferrow connect openai
ferrow vault init
ferrow note inbox/today.md "the thing I just learned"

Never used a terminal on purpose? The five-minute walkthrough shows every screen Ferrow prints back, so you can tell whether it worked.

Desktop builds

A window instead of a prompt.

These are pre-1.0 and not code-signed yet. macOS will say the developer cannot be verified and Windows will show a SmartScreen warning. That is what an unsigned build looks like; the signing certificates are bought and installed by a human, and that has not happened yet. If that warning is not something you want to click through, use the terminal route above, which has nothing to sign.

macOS
Ferrow.dmg — universal, Apple silicon and Intel, 2.7MB.
8d0c71f88ec4cc251e8a8ed815d1dd96026901663d56d68adfe0c679d2a5a56a
Windows
Ferrow-setup.exe — x64 installer, 1.1MB.
8671927c5d958a488fa21a7a7be22fe5948ba0e6ffabee65ee2a6bc74c595fb4
Linux
Ferrow.deb — amd64, for Debian and Ubuntu, 1.4MB.
3fb364966ce6ba9754467fc14108ed7534daa3c62b67feee58403511f84aa643
An AppImage is built too, but at 79MB it does not fit what this site can host. It ships with the public repository; until then the .deb and the terminal route are the two Linux ways in.
The tarball
ferrow.tgz — what the one line above installs, if you would rather fetch it first, 0.5MB.
e6d78825aa5a8df4d93b3930e5c0569dbfe24d67c6d1e3d1bd411e3d9afea04b

Check any of them before you open it:

shasum -a 256 Ferrow.dmg        # macOS and Linux
certutil -hashfile Ferrow-setup.exe SHA256   # Windows
No install at all

Use it in the browser.

The web client at app.ferrow.ai is the same interface with nothing to download. It holds no vault of its own: you pair it with a hub you are running (ferrow hub start), and it reaches that machine through a relay that carries sealed blobs it cannot read. Your notes stay where they already are.

Which one do I want

If you are trying Ferrow for the first time, the one line at the top of this page is the shortest path to a working vault. The browser client is worth it once you want the same vault from a machine that is not yours.

Phones

Not yet, honestly.

Android
Builds, unsigned beta. The AAB comes out of CI; it is not signed for the Play Store yet.
iOS
TestFlight soon. The build pipeline exists; the app has not gone out to testers yet.

In the meantime app.ferrow.ai works in a phone browser against your own hub.