Pino Twitter Client
Pino is Twitter and Identi.ca client for Linux desktop (actualy, for any OS, that has X11). It's simple, fast and also fancy :). Pino is written in Vala language and compiled to the native binary code. or you can download an archive with source code or get the latest revision from mercurial repository: hg clone https://pino-twitter.googlecode.com/hg/ pino-twitter Packages Ubuntu sudo add-apt-repository ppa:vala-team/ppa sudo add-apt-repository ppa:troorl/pino Arch Linux You can download PKGBUILD at AUR . Thanks to pizzapunk Fedora su -c 'yum install pino' Also you can download RPM package for Fedora 12 in the download section . Thanks to Joel Barrios. Debian Unofficial Debian packages from Kirya.net http://packages.kirya.net/ FreeBSD FreeBSD users are now able to install it via ports: cd /usr/ports/net-im/pino make install clean ... or as a binary package: pkg_add -r pino Installation from sources Pino uses Waf build system . To build and insta...