Home |  Download/Install |  Documentation |  Contact

Download and Install tako

Table of Contents

1) Downloading/Installing
    1.1) PyPI Package
    1.2) Manual Install
    1.3) Installing on Cygwin
2) Plugins
3) Setting tako as Default Shell

1) Downloading/Installing

1.1) PyPI Package

tako can be installed via pip:
$ sudo pip3 install takoshell

1.2) Manual Install

You can also, of course, install tako manually.

Download

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

Install
Once you have a downloaded a copy, you can untar it and install it by running the following commands:
$ 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

1.3) Installing on Cygwin

Installation on Cygwin is relatively straightforward. Simply install the python3 and python3-pip packages, and then run the following command:
$ pip3 install takoshell
tako can then be started by running tako from the terminal.

2) Plugins

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/.

3) Setting tako as Default Shell

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 )
_||||_

Creative Commons License
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.