Downloads

Downloads

Custom package

You can download a custom bundle including only the modules you need. Note that core includes the resolution mechanism and all built-in predicates.

This option generates a .zip file containing a .js file for each selected module instead of an only .js file with all the code. See [Compatibility with Node.js] from Tau Prolog manual for more information.

Installation using the npm registry

You can install Tau Prolog from npm, which is common practice when using Node.js:

$ npm install tau-prolog

Source code

You can find the source code of Tau Prolog on GitHub:

$ git clone https://github.com/tau-prolog/tau-prolog.git