← 返回命令列表

Linux command

leon 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Install the Leon CLI globally

npm install --global @leon-ai/cli

Create a new Leon instance

leon create birth

Create an instance from the develop branch

leon create birth --develop

Start Leon

leon start

Check that the setup is correct

leon check

View instance information

leon info

说明

Leon is an open-source personal AI assistant that runs on your own server. It provides a skills-based architecture where each capability is a modular skill that can be installed, configured, and extended independently. Leon supports voice interaction and text-based input through its web interface. It runs on Node.js with a Python runtime for skill execution, making it cross-platform across Linux, macOS, and Windows. The assistant is designed for self-hosting, keeping all data and processing on your own infrastructure. Skills cover categories such as productivity, utilities, and information retrieval. Developers can create custom skills to extend Leon's capabilities. The CLI companion helps with setup and management of Leon instances.

参数

create birth
Initialize and set up a new Leon instance with all required dependencies.
start
Start the Leon server and enable interaction.
check
Verify that the setup completed successfully.
info
View details about a Leon instance.
delete
Remove a Leon instance.
update
Update Leon to the latest version.
run
Execute npm scripts within a Leon instance.
help
Display available commands.
--help
Display help information.
--version
Display version information.

FAQ

What is the leon command used for?

Leon is an open-source personal AI assistant that runs on your own server. It provides a skills-based architecture where each capability is a modular skill that can be installed, configured, and extended independently. Leon supports voice interaction and text-based input through its web interface. It runs on Node.js with a Python runtime for skill execution, making it cross-platform across Linux, macOS, and Windows. The assistant is designed for self-hosting, keeping all data and processing on your own infrastructure. Skills cover categories such as productivity, utilities, and information retrieval. Developers can create custom skills to extend Leon's capabilities. The CLI companion helps with setup and management of Leon instances.

How do I run a basic leon example?

Run `npm install --global @leon-ai/cli` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does create birth do in leon?

Initialize and set up a new Leon instance with all required dependencies.