Skip to content

Strata Server 2.0.1

Latest

Choose a tag to compare

@abdallahossam1998 abdallahossam1998 released this 10 Aug 04:16
· 2 commits to main since this release

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 | iex

Or with a package manager:

brew tap tabaqatdev/strata https://github.com/tabaqatdev/strata-server-release
brew install tabaqatdev/strata/strata-server
scoop bucket add strata https://github.com/tabaqatdev/strata-server-release
scoop install strata-server

Platforms 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-missing

The 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.