TIDE
Usage Guide

Terminal

How the TIDE Terminal works

The Terminal

TIDE features a fully functional built-in terminal. This isn't a restricted mobile shell—it is a real Linux environment running natively on your device.

Core Capabilities

  • apt Package Manager: You have the ability to install standard packages and libraries just like you would on a computer.
  • Interactive Sessions: The terminal supports interactive tools like htop, nano, and programming REPLs (like Python or Node.js) perfectly.
  • Git Cloning: You can easily clone large repositories directly into your workspace.
  • File Management: The built-in Project Workspace screen allows you to seamlessly browse and edit files that live inside the terminal environment.

Seamless Integration

The code editor and the terminal share the same file system. When you use the Project Workspace to open a file, you are editing the exact file the terminal sees. You can write your code in the editor, swipe over to the terminal, and instantly run it without any extra configuration.

On this page