forked from sosedoff/pgweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
molschimke2 edited this page Aug 21, 2025
·
2 revisions
- OSX 64 bit
- Linux 32/64 bit
- Windows 32/64 bit
- ARM 64 bit
Pgweb binaries and source code for each version is distributed via Github Releases
Download an official Pgweb image:
docker pull flowbi/pgweb
Or use Github Container Registry:
docker pull ghcr.io/flowbi/pgweb:latest
Install latest Pgweb version with Homebrew:
brew update
brew install pgweb
Download and install Pgweb manually:
curl -s https://api.github.com/repos/flowbi/pgweb/releases/latest \
| grep linux_amd64.zip \
| grep download \
| cut -d '"' -f 4 \
| wget -qi - \
&& unzip pgweb_linux_amd64.zip \
&& rm pgweb_linux_amd64.zip \
&& mv pgweb_linux_amd64 /usr/local/bin/pgweb