Terminal
AIOS Terminal UI
Last updated
AIOS Terminal UI
Last updated
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 AIOS.
Before running the AIOS terminal, please make sure you have read the instructions in AIOS 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.
When you successfully enter the system, the interface is as follows:
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-LSFS.