Home | Download/Install | Documentation | Contact
$ sudo pip3 install takoshell
You can also, of course, install tako manually.
The current release is version 0.2.7. You can download it here: tar.gz, zip.
You can also clone the development repository and install from there:
$ git clone git://hz.mit.edu/tako.git
$ tar xvfz takoshell-0.2.7.tar.gz $ cd takoshell-0.2.7 $ sudo python3 setup.py install
tako has no dependencies other than Python 3.4+. Once you have tako installed, you can try it out by running:
$ tako
$ pip3 install takoshell
tako can then be started by running tako from the terminal.
tako also supports plugins. There are a small number of "official" plugins available from the git repository at git://hz.mit.edu/tako-plugins.git
.
If you download any plugins (or write your own), you can activate them by dropping them in ~/.config/tako/plugins/.
On GNU/Linux systems, you can set tako as your default shell by running the following command (from Bash):
$ (echo `which tako` | sudo tee -a /etc/shells); sudo chsh -s `which tako` `whoami | awk '{print $1}'`
____ ( oo ) _||||_
The contents of this page are licensed under a
Creative Commons Attribution-ShareAlike 4.0 International License.
The web site is available online at https://takoshell.org, or as a Tor "onion service" at http://takoezpr7wxrc7d6.onion or http://tehbemfqolualhxwkyimu3bdob5s4hkrfuwbwxzbblncjy2j2owgolqd.onion.
The source code for the web site is available in a git repository: git clone git://hz.mit.edu/takoshell.org.git
.