The TAFFISH DOCS consists of three parts, for different users, first for any user, we recommend that you read the first part of the "TAFFISH User-Manual", which covers everything from software installation to simple use;
If you want to better understand the Taffish language, develop your own TAF App, and become a part of contributing to the TAF community, then you can learn more about the Taffish language and TAF App development in the "Taffish Development Handbook".
Finally, if you want to participate in the development of the taffish kernel, or if you find taffish interesting and you want to implement your own taffish implementation in a programming language that you are familiar with or programming habits, then you can make sure that your taffish implementation is compatible with taf apps, taf scripts, etc. by reading the "taffish language standard".
Finally, if you find any errors about the documentation, or if you have any ideas and suggestions, you are welcome to contact us via the email at the bottom of the page!
通过文件安装(.tar.gz)
Linux (x86_64)
Darwin (arm64)
其他系统:开发中,敬请期待……
我们仍然建议优先使用命令行安装:
从命令行安装 TAFFISH:
Darwin(arm64): For MacOS (Apple Silicon)
sh -c "$(curl -fsSL https://taffish.com/download/install-taffish-darwin-arm64-beta.sh)" -n
Linux(x86_64): For Debian12
sh -c "$(curl -fsSL https://taffish.com/download/install-taffish-debian12-amd64-beta.sh)" -n
Linux(x86_64): Ubuntu (18.04.1-LTS) (≥ 18)
sh -c "$(curl -fsSL https://taffish.com/download/install-taffish-ubuntu-amd64-beta.sh)" -n
详细的安装相关信息请查看 DOCS
如果您无法通过命令行进行安装可以尝试: