> ## Documentation Index
> Fetch the complete documentation index at: https://number0-improve-contact.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

## Examples

Example code repositories demonstrating iroh usage.

<Columns cols={2}>
  <Card title="sendme" icon="share" href="https://github.com/n0-computer/sendme">
    Example CLI tool for direct file transfers between devices
  </Card>

  <Card title="callme" icon="phone" href="https://github.com/n0-computer/callme">
    Example voice and video calling application
  </Card>

  <Card title="dumbpipe" icon="terminal" href="https://github.com/n0-computer/dumbpipe">
    Example CLI for piping data between machines through NATs
  </Card>

  <Card title="hello-iroh-ffi" icon="mobile" href="https://github.com/n0-computer/hello-iroh-ffi">
    Example presence demo with iOS, macOS, and Android apps plus Python and Node console readers, built on the iroh-ffi bindings
  </Card>

  <Card title="Awesome Iroh" icon="list" href="https://github.com/n0-computer/awesome-iroh">
    A curated list of iroh projects, libraries, and resources from across the community.
  </Card>
</Columns>

## Applications

Full applications built with iroh.

<Columns cols={2}>
  <Card title="Hubris" icon="notebook-pen" href="https://yard.sh/@clearly-outsane/hubris">
    Hubris is an offline-first, peer-to-peer note-taking app for visual thinkers. No folders, no hierarchies, just a canvas with local AI built in. Collaborate freely with no limits on file size or sync.
  </Card>

  <Card title="alt sendme" icon="paper-plane" href="https://www.altsendme.com/">
    AltSendme is a desktop app that connects your devices directly & transfer files,
    without any accounts or configuration.
  </Card>

  <Card title="godot" icon="gamepad" href="https://github.com/tipragot/godot-iroh">
    A multiplayer extension for Godot based on iroh.
  </Card>

  <Card title="iroh-lan" icon="network-wired" href="https://github.com/rustonbsd/iroh-lan">
    Have a lan party with iroh (iroh-lan = hamachi - account - install)
  </Card>

  <Card title="pigg" icon="raspberry-pi" href="https://github.com/andrewdavidmackenzie/pigg">
    Raspberry Pi and Pi Pico GPIO Remote control
  </Card>

  <Card title="zedra" icon="code" href="https://github.com/tanlethanh/zedra">
    A mobile code editor for iOS and Android that tunnels to your desktop over an encrypted iroh P2P connection, letting you read code, view changes, and run AI agents from your phone.
  </Card>
</Columns>
