@ifi/pi-web-remote

Pi extension: /remote command for sharing sessions via web UI.

Package details

extension

Install @ifi/pi-web-remote from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@ifi/pi-web-remote
Package
@ifi/pi-web-remote
Version
0.5.1
Published
Apr 28, 2026
Downloads
977/mo · 432/wk
Author
ifiokjr
License
MIT
Types
extension
Size
6 KB
Dependencies
1 dependency · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@ifi/pi-web-remote

Pi extension that adds the /remote command for sharing sessions via a web UI.

What it does

This package registers a /remote command that can:

  • start remote access for the current pi session
  • expose a connection URL or tunnel-backed URL
  • show connection status
  • stop remote sharing

Install

pi install npm:@ifi/pi-web-remote

Usage

Inside pi:

/remote
/remote stop

Related packages

  • @ifi/pi-web-server — the server implementation used by this extension
  • @ifi/pi-web-client — client library for custom remote UIs

Notes

This package ships raw TypeScript for pi to load directly as an extension.