Postbird is a cross-platform PostgreSQL GUI client, written in JavaScript, runs with Electron
Version 0.8.0
Postbird-0.8.0.dmg - OS X 10.9+ 64bit
Pull requests and suggestions are welcome
To run newest version, simply:
git clone git@github.com:Paxa/postbird.git
cd postbird
PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin/ # to compile postgres native extension
npm install
npm run rebuild_ext
./run
To install it on Linux:
git clone git@github.com:Paxa/postbird.git
cd postbird
yarn
yarn dist
sudo apt install ./dist/Postbird_0.8.0_XXX.deb
See CONTRIBUTING.md for more details