Important
Before setting up your own server for Turtle, please check the LICENSE (Above, second tab)
Embed https://turtleterminal.vercel.app into your website
To get a command list, run help in the Turtle CLI
Jump to...
Turtle supports Ollama thanks to Greedy Allay's Ollama PenguinMod port. We have a fork at turtleollama.js in this repo.
Ollama commands
ollama onToggle ollama mode onollama offToggle ollama mode offollama set server (address)Set your ollama server addressollama set model (name)Set the ollama model
Turtle supports LSL but only partially. Since LSL is made for running on iFrames and game backends it is not primarally used to running in a CLI.
Because of that, LSL may not always function. You can find the LSL documentation here.
Question is a an array type for making script-running and user commands easier.
You can use a command in each slot of an array:
["fullscreen","dial 1800 931 664","print You just ran code from","httpsend https://turtleterminal.vercel.app/testquestion.json"]
fullscreenruns the fullscreen commanddial 1800 931 664runs itself etc, etc
To run a Question in Turtle, use ? followed by the address to the question. Example:?https://turtleterminal.vercel.app/testquestion.json
Turtle supports JavaScript thanks to Greedy Allay once more using the custom JavaScript block in his Tiles extension.



