Folderbird for Linux
A small command-line app that puts your Linux machine — server, VM, Raspberry-Pi-class box or desktop — into your Folderbird device list, browsable from any browser.
Download for Linux (x64)Set up in one terminal
- Create a free account at folderbird.com, if you don’t have one yet.
- Extract and sign in — you’ll be asked for your Folderbird email, password, and a name for this machine:
mkdir -p ~/folderbird && tar -xzf folderbird-linux-x64-beta.tar.gz -C ~/folderbird
cd ~/folderbird
./folderbird login
./folderbird run
- Leave
runrunning. Open My Devices — your machine is there.
./folderbird status (who’s signed in), ./folderbird logout, ./folderbird --help. To keep it running after you close the terminal: nohup ./folderbird run & — or ask us for a systemd unit. Needs ca-certificates, which is present on almost every distribution.
What works in this beta
- Live browsing of drives, folders and files from the browser, including navigation into subfolders.
- File download and upload between the browser and the machine.
- Create folder, rename, save and read text files.
- Remote command execution through the exec channel, which is what the API and AI integrations use.
Known limits: a few AI-assistant tools (read file, create folder, screenshot) still send Windows-flavoured commands and return odd results here — browsing, search, system info, transfer and preview all work. Folderbird does not generate preview thumbnails on any platform yet, so previewing a file downloads the file itself. This build is not code-signed; the Windows build is.
What we’d love you to test
- The login flow — is anything unclear in the prompts?
- Browse around, download a large file, upload one back.
- Kill the network for a minute — does the device come back on its own?
- Leave it running for a day — still online? Memory and CPU reasonable? (
top -p $(pgrep folderbird))
Anything odd, confusing or broken → info@folderbird.com. Terminal output pastes welcome.
Public beta (linux-x64) · linked from folderbird.com/Download.