← 返回命令列表

Linux command

loopsy 命令

文本

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

常用示例

Initialize

loopsy init

Start

loopsy start

Stop

loopsy stop

Show

loopsy status

Initiate pairing

loopsy pair

Complete pairing

loopsy pair [192.168.1.50]

List

loopsy phone list

Issue a phone-pair token

loopsy mobile pair --ttl [seconds]

Tail

loopsy logs -f

Run a daemon health check

loopsy doctor

说明

loopsy is a small daemon and CLI that discovers other Loopsy daemons on the local network via mDNS, lets the user pair them once, and then exposes a focused set of capabilities between machines: run a command, open a long-lived PTY session, transfer files, browse a peer's filesystem, share key/value state, and exchange protocol-compliant messages with read receipts. These capabilities are also exposed to AI coding agents (Claude Code, Codex CLI, Gemini CLI, Opencode, etc.) via MCP, so an agent running on one machine can drive another paired machine directly. Pairing uses ECDH (P-256) with a 6-digit short authentication string that two users compare visually, similar to Signal safety numbers, to prevent man-in-the-middle attacks on the LAN.

FAQ

What is the loopsy command used for?

loopsy is a small daemon and CLI that discovers other Loopsy daemons on the local network via mDNS, lets the user pair them once, and then exposes a focused set of capabilities between machines: run a command, open a long-lived PTY session, transfer files, browse a peer's filesystem, share key/value state, and exchange protocol-compliant messages with read receipts. These capabilities are also exposed to AI coding agents (Claude Code, Codex CLI, Gemini CLI, Opencode, etc.) via MCP, so an agent running on one machine can drive another paired machine directly. Pairing uses ECDH (P-256) with a 6-digit short authentication string that two users compare visually, similar to Signal safety numbers, to prevent man-in-the-middle attacks on the LAN.

How do I run a basic loopsy example?

Run `loopsy init` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more loopsy examples?

This page includes 10 examples for loopsy, plus related commands for nearby Linux tasks.