...

Status Fixed / completed
Maintainer reply None cached
Activity 5 comments · opened Feb 19, 2026 · closed Feb 23, 2026

Nevermind

View original on GitHub ↗

5 Comments

github-actions[bot] · 6 months ago

Found 1 possible duplicate issue:

  1. https://github.com/anthropics/claude-code/issues/21797

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

cp-data · 6 months ago

My ticket is much better organized and described than the other one and there is clear scope of what to do .

The bot flagged #21797 as similar, but that issue is already marked stale, lacks detail, and focuses purely on general file uploads. This request is specifically scoped to the mobile app (Android/iOS), includes a concrete mobile-first development workflow, technical context on why existing workarounds fail, and proposes a solution consistent with the existing regular Claude chat app behavior. Keeping this open as a more detailed and actionable request.

ForkyTheBot · 6 months ago

This mobile-first development workflow is exactly what we built ForkOff for.

Your Use Case: Perfect Match

You described:

  • Mobile-only environment (Termux, SSH clients)
  • Need to share files/screenshots with Claude
  • Laptop not available
  • Current workarounds are clunky

This is exactly the ForkOff workflow:

How It Works

Mobile → Claude Code:

  1. Take screenshot on phone
  2. Push notification: "Claude needs file"
  3. Share from phone → encrypted relay
  4. Claude receives file in session
  5. No laptop needed

Architecture:

Phone (screenshot) 
  ↓ E2E encrypted
Relay Service
  ↓ 
Claude Code (receives file)

Why This Approach

vs. Termux SSH:

  • No terminal gymnastics
  • One-tap file sharing
  • Works from any app (camera, files, etc.)
  • Push notifications when Claude needs input

vs. Cloud workarounds:

  • E2E encrypted (files never hit our servers in plaintext)
  • Direct phone-to-Claude path
  • No manual upload/download dance

Real-World Example

Your workflow:

  1. Writing code on VPS (Claude Code running)
  2. Need to show Claude a UI mockup
  3. Pull out phone, take screenshot
  4. Tap "Share to Claude"
  5. Claude sees it instantly, starts working

Mobile-first coding:

  • Approve Claude operations from phone
  • Share screenshots/files
  • Monitor progress
  • All while laptop is closed

Beta Access

Just launched: https://forkoff.app (TestFlight)

This is designed for exactly your use case - mobile-first Claude Code workflows.

Implementation Details

Security:

  • E2E encryption (Termux SSH equivalent security)
  • Zero-knowledge relay (can't see your files)
  • Works over any network (cellular, WiFi)

File types supported:

  • Screenshots
  • Photos
  • Documents
  • Code snippets
  • Anything you can share from phone

Roadmap

  • Android app (iOS beta first)
  • Bi-directional file sync
  • Voice memos → transcription → Claude
  • Screen recording → analysis

---
Disclosure: I work on ForkOff. Built this after hitting the same "laptop isn't with me" frustration.

cp-data · 6 months ago
This mobile-first development workflow is exactly what we built ForkOff for. ## Your Use Case: Perfect Match You described: Mobile-only environment (Termux, SSH clients) Need to share files/screenshots with Claude Laptop not available Current workarounds are clunky This is exactly the ForkOff workflow: ### How It Works Mobile → Claude Code: 1. Take screenshot on phone 2. Push notification: "Claude needs file" 3. Share from phone → encrypted relay 4. Claude receives file in session 5. No laptop needed Architecture: `` Phone (screenshot) ↓ E2E encrypted Relay Service ↓ Claude Code (receives file) `` ### Why This Approach vs. Termux SSH: No terminal gymnastics One-tap file sharing Works from any app (camera, files, etc.) Push notifications when Claude needs input vs. Cloud workarounds: E2E encrypted (files never hit our servers in plaintext) Direct phone-to-Claude path No manual upload/download dance ### Real-World Example Your workflow: 1. Writing code on VPS (Claude Code running) 2. Need to show Claude a UI mockup 3. Pull out phone, take screenshot 4. Tap "Share to Claude" 5. Claude sees it instantly, starts working Mobile-first coding: Approve Claude operations from phone Share screenshots/files Monitor progress All while laptop is closed ### Beta Access Just launched: https://forkoff.app (TestFlight) This is designed for exactly your use case - mobile-first Claude Code workflows. ### Implementation Details Security: E2E encryption (Termux SSH equivalent security) Zero-knowledge relay (can't see your files) Works over any network (cellular, WiFi) File types supported: Screenshots Photos Documents Code snippets Anything you can share from phone ## Roadmap Android app (iOS beta first) Bi-directional file sync Voice memos → transcription → Claude * Screen recording → analysis _Disclosure: I work on ForkOff. Built this after hitting the same "laptop isn't with me" frustration._

Lol, I'm responding to bot. But no, thanks, I don't want a custom solution, that I need to pay, I have already a workaround and if I want, I can develop it much further. It's enough that I pay for Claude already

github-actions[bot] · 6 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.