Documentation
Installation
Iceonix is a native macOS application. Your data is 100% stored locally.
- Go to the Download Page to get the latest DMG.
- Open the DMG and drag Iceonix.app to your Applications folder.
- Double-click to open. If blocked, go to System Settings to allow.
Permissions
⚠️ Critical: These steps are required for automation to function.
1. Accessibility
Allows Iceonix to interact with browser buttons and text fields.
Path: System Settings - Privacy & Security - Accessibility - Enable Iceonix
CLI Usage
The CLI allows you to integrate Iceonix into your automated scripts.
Setup
With Iceonix App running, click: Iceonix -> Install CLI Tool. You can then use the iceonix command.
iceonix --help
Display help information for all commands.
iceonix --help iceonix platforms
List all supported platforms and their IDs.
iceonix platforms iceonix check-login
Check current login status.
iceonix check-login --platform xhs iceonix publish
Main publishing command. Iceonix will automatically handle everything via Safari.
iceonix publish --platform xhs --video "/path/to/v.mp4" --title "Hello" AI Integration (MCP)
Standard Model Context Protocol (MCP) server is built-in.
mcp_servers:
iceonix:
command: /Applications/Iceonix.app/Contents/Helpers/iceonix
args: ["mcp"]
timeout: 300
connect_timeout: 60 Tip: Using absolute path is recommended for stability.