rectangle-terminalTerminal

AIOS Terminal UI

The terminal UI in AIOS is powered by the LLM-based semantic file system, which is published in ICLR2025, with its paper can be found at From Commands to Prompts: LLM-based Semantic File System for AIOSarrow-up-right.

Before running the AIOS terminal, please make sure you have read the instructions in AIOSarrow-up-right to set up the environment and launch the AIOS kernel.

And you need to create a folder to put the files you want to manage, the default folder is ./root

After that, you can run the following command to start the AIOS terminal.

python scripts/run_terminal.py

When you successfully enter the system, the interface is as follows:

Example of Launched AIOS terminal

Then you can start interacting with the AIOS terminal by typing natural language commands.

For instructions of how to use commands, refer to https://github.com/agiresearch/AIOS-LSFSarrow-up-right.

Last updated