Terminal

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 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.

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-LSFS.

@inproceedings{
    shi2025from,
    title={From Commands to Prompts: {LLM}-based Semantic File System for AIOS},
    author={Zeru Shi and Kai Mei and Mingyu Jin and Yongye Su and Chaoji Zuo and Wenyue Hua and Wujiang Xu and Yujie Ren and Zirui Liu and Mengnan Du and Dong Deng and Yongfeng Zhang},
    booktitle={The Thirteenth International Conference on Learning Representations},
    year={2025},
    url={https://openreview.net/forum?id=2G021ZqUEZ}
}

Last updated