Downloads
2.5.1
Released March 6, 2026
CLI
The hostedat command-line tool for deploying sites
| Platform | Arch | Size | SHA-256 | |
|---|---|---|---|---|
| Linux | x86_64 | 6.9 MB | 13454650f7bf62e41ebcd625979e32bb64e05c7e4ba0c1de7a914d88815cbfff | Download |
| Linux | ARM64 | 6.4 MB | ceadc49eda67ed7f7bd3b83d05aedda0b14b3f823b1ee3c26933d9c31de9bd5b | Download |
| macOS | x86_64 | 7.0 MB | 2f5c0167501ce66e71f2166b91575a3b079b5b408bbb708c9e2f24edd457901d | Download |
| macOS | ARM64 | 6.5 MB | 62499f9246f23b74f81135464b17ced67388b5477863d68e8a7c5f6f8b9cf391 | Download |
| macOS | Universal | 13.5 MB | d0f436347b53b63062969209a63482474800ac837bdfa8f19b069bacc1b1df84 | Download |
| Windows | x86_64 | 7.1 MB | ce8a47d1d9eefb5e9b116ad7e1333450ec5dc561ed3a9c39824425c5a7790594 | Download |
| Windows | ARM64 | 6.5 MB | 5b86825c89f7a1b72763f745c6f9682938efdea76613b4a7925b9583959a88ee | Download |
Server (V8)
RecommendedJIT-compiled JavaScript via V8 engine — best worker performance. Linux and macOS only.
| Platform | Arch | Size | SHA-256 | |
|---|---|---|---|---|
| Linux | x86_64 | 66.3 MB | 0d7b2de58e38a72f83ea2028d0f281c0ea1b52d08e9a23196f6e10ef0d57c6a9 | Download |
| Linux | ARM64 | 61.4 MB | 83d9a0985b623380eac09066ac4df2e84478b20e6e2161fd208e151a401acc40 | Download |
| macOS | x86_64 | 71.2 MB | ee0be7d16d816e4b65f8a23df62b9c8d4e7b75e6b1ff79b8aa702bb59c95ee0c | Download |
| macOS | ARM64 | 66.9 MB | 14852b92cb19c9143c1b98cc7a0908950804fade32a379bbf380c9ff53c574f6 | Download |
| macOS | Universal | 138.1 MB | 283704cd88c92afd4623082c32c4ff7c494558a7aabddf249cc544d77270e51a | Download |
Server (QuickJS)
Interpreted JavaScript via QuickJS — runs on all platforms including Windows. No native dependencies.
| Platform | Arch | Size | SHA-256 | |
|---|---|---|---|---|
| Linux | x86_64 | 28.2 MB | 3e0496a30664899a745956b1d949614aacdec13b3daa25ca648de919ced69b37 | Download |
| Linux | ARM64 | 26.0 MB | 5b3ad4f2663cf02d48652fd3e40807ef4b3be604c6199460ac9ba9d0cf2f075d | Download |
| macOS | x86_64 | 28.8 MB | 90b6c9ddd964b1e6c3caded81301596531a514d313161d251ec5eaad1d430b97 | Download |
| macOS | ARM64 | 26.7 MB | 27d6d913149ea49fa52ea81d49cf18d777ed6c4ac63ce9de0685790babc8ac1c | Download |
| macOS | Universal | 55.5 MB | a106b4940d74135712e3b85f92e15fb6b21fef36a10388f45438527c54e20952 | Download |
| Windows | x86_64 | 28.8 MB | a39bcb40f8d2d17859c30db11af2d365bed2b6aba048353599137a32d278fc40 | Download |
| Windows | ARM64 | 26.2 MB | d3d479c7b600c8a2c765de986400fffef4befaf59eea121ed1a0dc0546962b24 | Download |
Quick install
# amd64
curl -fsSL https://docs.hostedat.ditto.moe/downloads/hostedat-linux-amd64 -o hostedat
# or arm64
curl -fsSL https://docs.hostedat.ditto.moe/downloads/hostedat-linux-arm64 -o hostedat
chmod +x hostedat
sudo mv hostedat /usr/local/bin/
hostedat version # Universal binary (Apple Silicon + Intel)
curl -fsSL https://docs.hostedat.ditto.moe/downloads/hostedat-darwin-universal -o hostedat
chmod +x hostedat
sudo mv hostedat /usr/local/bin/
hostedat version # amd64
Invoke-WebRequest -Uri https://docs.hostedat.ditto.moe/downloads/hostedat-windows-amd64.exe -OutFile hostedat.exe
# or arm64
Invoke-WebRequest -Uri https://docs.hostedat.ditto.moe/downloads/hostedat-windows-arm64.exe -OutFile hostedat.exe
# Add to PATH or move to a directory in PATH
.\hostedat.exe version Verify checksums
Always verify the SHA-256 checksum after downloading to ensure the binary hasn't been tampered with.
# Linux
sha256sum hostedat-linux-amd64
# macOS
shasum -a 256 hostedat-darwin-universal
# Windows (PowerShell)
Get-FileHash hostedat-windows-amd64.exe -Algorithm SHA256