CLI
Use the Inline CLI from a terminal, script, or coding agent.
Install
Choose one installation method.
Terminal
brew tap inline-chat/homebrew-inline && brew install --cask inlineThe Linux installer supports x86_64 and ARM64 systems using glibc or musl.
Sign in
Terminal
inline auth loginInstall the Inline skill
Install the official skill for Codex and other compatible agent environments:
Terminal
inline skill installRestart your agent after installation so it discovers the skill.
Common commands
inline chats listinline messages send --chat-id <id> --text "hello"inline search --chat-id <id> --query "<text>"inline --help
For automation, full command coverage, and output formats, see the CLI reference on GitHub.