/postbird

Open source PostgreSQL GUI client for macOS, Linux and Windows

Primary LanguageJavaScriptMIT LicenseMIT

Postbird

Postbird is a cross-platform PostgreSQL GUI client, written in JavaScript, runs with Electron

postbird-screenshot

postbird-table-screenshot

postbird-structure-screenshot

Download

Version 0.8.0

Postbird-0.8.0.dmg - OS X 10.9+ 64bit

Development

Codeship Status for Paxa/postbird

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:

before on unbutu:

# sudo apt-get install postgresql postgresql-contrib libpq-dev python-dev
# sudo apt-get install postgresql-server-dev-X

Note: Change X of postgresql-server-dev-X to package version.

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