Releases: tabaqatdev/strata-server-release
Releases · tabaqatdev/strata-server-release
Release list
Strata Server 2.0.1
One-click bundles. Unpack, run the launcher, and the ArcGIS REST service
directory opens at http://localhost:8765/rest/services.
Install with a single command
# macOS / Linux
curl -fsSL https://get.tabaqat.net/install.sh | sh# Windows
irm https://get.tabaqat.net/install.ps1 | iexOr with a package manager:
brew tap tabaqatdev/strata https://github.com/tabaqatdev/strata-server-release
brew install tabaqatdev/strata/strata-serverscoop bucket add strata https://github.com/tabaqatdev/strata-server-release
scoop install strata-serverPlatforms in this release
| Platform | Asset |
|---|---|
| Linux x86-64 (glibc 2.35+) | strata-2.0.1-linux-x64.tar.gz |
| macOS Apple silicon | strata-2.0.1-macos-arm64.tar.gz |
| Windows x86-64 | strata-2.0.1-windows-x64.zip |
macOS Intel and ARM Linux are not in this build.
Verify what you downloaded
sha256sum -c SHA256SUMS --ignore-missingThe Windows build is not code-signed, so a browser download shows a SmartScreen
"unrecognised publisher" warning — Scoop and the PowerShell command avoid that
path. macOS installs via curl or Homebrew are never quarantined, because macOS
only sets the quarantine attribute on files written by a browser.
Upgrading
Re-run the same install command. Only app/ is replaced; app-config/
(users, tokens, signing key), layers.toml and data/ are preserved.
First sign-in is admin / strata — change it.