▲ 1 r/ios+1 crossposts

Looking for the best iOS terminal app for agentic code

I run an on-device AI agent on my iPhone (it has its own local Linux shell and can fire off system URL schemes, mount folders via the iOS File Provider, and trigger Shortcuts). It's great at writing/testing scripts non-interactively, but it hits a wall on the things iOS terminals do well: real interactive sessions, persistent connections, and remote file editing.

Here's my wishlist for the app that would be perfect to drive from an AI agent. Curious what the devs and this community think is realistic:

  1. A real URL-scheme / x-callback-url API. Something like  app://run?host=<saved-host>&cmd=<urlencoded>&x-success=…  that opens a saved host (SSH or Mosh), runs a command, and returns output via x-callback. Bonus: a headless/background variant that doesn't require bringing the app to the foreground.
  2. A File Provider extension for remote hosts. Expose SSH/SFTP servers as storage in the iOS Files app (like "La Terminal" does), so an agent can read and write remote files directly with normal filesystem calls — not just import/export one file at a time.
  3. Shortcuts actions (App Intents). Native "Run Command", "Connect to Host", "Upload/Download File", "Get Last Output" actions. This is the cleanest, most future-proof automation surface on iOS.
  4. Persistent, resumable sessions addressable by ID. Start a session, detach, and later send more commands to that same session by an ID (tmux-style but exposed to automation). Mosh already gives resilience — expose it to scripts.
  5. Structured output, not just a screen scrape. A way to get a command's stdout/stderr/exit-code back cleanly (e.g. via OSC 133 shell-integration markers or a JSON callback), so an agent isn't parsing ANSI-colored scrollback.
  6. Non-interactive auth that stays secure. Let automation reference a saved host + key by name without ever exposing the private key or 2FA secret to the caller. Keys stay in the app's keychain; the agent just says "use host X".
reddit.com
u/paolost — 23 hours ago
▲ 7 r/opensourcealternative+5 crossposts

Looking for feedback on FolderBase – an open-source AI-powered file manager for local documents

Hi everyone,
I’ve been building FolderBase, an open-source application for macOS that tries to bridge the gap between traditional file managers and personal knowledge management tools.
Most existing tools either require importing everything into a database or completely replace the filesystem. My goal is different: work directly on your existing folders while adding richer organization and AI capabilities.

Current and planned features include:
📁 Works directly on existing folders (no proprietary database)
🔍 AI-powered semantic search
🏷️ Tags and custom metadata
📝 Notes attached to files and folders
✅ Activity/status tracking
🤖 AI-assisted document organization
💻 Local-first approach with your files remaining under your control

The project is still under active development, and I’m looking for honest feedback before adding more features.

I’d especially appreciate your thoughts on:
Does this solve a real problem?
Which existing open-source projects should I learn from or integrate with?

What features would you consider essential?
Would you prefer a plugin-based architecture or a focused standalone application?
The repository is available here:
GitHub: https://github.com/PaoloSturbini/FolderBase
Bug reports, feature requests, architectural suggestions and pull requests are all welcome.
Thanks for taking a look—I appreciate any feedback, whether positive or critical.

u/paolost — 6 days ago
▲ 1 r/MacOS

[OS] FolderBase: a local metadata-first file manager for macOS

Hi r/MacOS,

I built FolderBase, a free and open-source macOS app for people who want to organize real folders with custom metadata without moving files into a proprietary database.

Problem: Finder is great for files, but once a folder becomes a project, I often need extra context: notes, status, deadlines, tags, links, priorities, or a simple Kanban view. FolderBase keeps the files exactly where they are and stores only metadata locally.

Comparison: It is not trying to replace Finder completely, and it is not a cloud workspace like Notion or Airtable. The idea is closer to “Airtable-like columns for real macOS folders”, with local metadata and no sidecar files inside your folders.

Pricing: Free, MIT licensed, open source.

Landing: https://folderbase.pst.my

Source/download: https://github.com/PaoloSturbini/FolderBase

Current features:

  • Native SwiftUI macOS app
  • Custom metadata columns per folder
  • Notes, dates, numbers, select tags, links and Kanban fields
  • Local SQLite storage
  • No cloud account
  • No modification of original folders
  • Italian and English UI
  • DMG available from GitHub Releases

It is still evolving, so feedback from Mac users would be genuinely useful: what would make this fit better into your file workflow?

reddit.com
u/paolost — 21 days ago

An Ellery Queen story

I am looking for a book in which Ellery to solve a crime wrote a false message. The story is of a couple where the woman has committed suicide because she was convinced by her husband that she is deadly ill. No proof of crime and Ellery pretend to find the last message left from the woman.

reddit.com
u/paolost — 2 months ago