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 [email protected]: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
See CONTRIBUTING.md for more details