惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
J
Java Code Geeks
博客园 - 聂微东
量子位
C
Check Point Blog
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
B
Blog
罗磊的独立博客
腾讯CDC
GbyAI
GbyAI
博客园 - 【当耐特】
A
About on SuperTechFans
M
MIT News - Artificial intelligence
U
Unit 42
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
LocaliOS
j23n · 2026-05-16 · via Hacker News: Show HN

why

I try not to use the cloud for my personal files - and I really like to have information as files, as opposed to opaque databases. Files are great! I know exactly where they are, I can inspect them, back them up, and open them with any tool I choose ten years from now.

Cloud services are convenient, yes, but they lock you in and cost money. .vcf, .mp3, .jpeg and .png files - these will still be readable long after any particular service stops existing. I moved from Mac to Linux a couple of months ago, and one of the main difficulties was dealing with the siloed data on iCloud. I decided to go all-in on files over services, which has been great on Linux, but I really want to see some of my data on my phone too. The apps on this site are the iOS end of my setup.

apps

LocalMusic

A music player, plain and simple. Point it at a folder synced to your iPhone (more on that below) and it scans, indexes, and plays your library.

  • Search and filter your music files
  • Playlist support via .m3u files with relative paths (including creation/editing of playlists)
  • Playback controls, background audio iOS integration
  • Lyrics display where available in the metadata
  • Mini-player while browsing

Desktop companion: kew: a terminal music player for Linux

Source: github.com/j23n/localmusic

TestFlight: Give it a try!

LocalGallery

A photo browser for your library. LocalGallery reads the EXIF metadata written by your photo management software (digikam, others at a best-effor basis). Browse by folder, tag or person - all derived from the metadata in the files themselves.

  • Photo grid and full-screen viewer
  • EXIF and XMP metadata display
  • Memories and collections view
  • Person tagging linked to contacts, to surface memories on birthdays

Desktop companion: digikam: photo management for Linux

Source: github.com/j23n/localgallery

TestFlight: Give it a try!

LocalContacts

A contacts manager for vCard files. LocalContacts reads them, lets you browse and edit, and keeps them in sync with Apple's native Contacts app, so your contacts work everywhere on iOS (Phone, Messages, Mail) while remaining portable plain-text files.

  • Browse, search, and edit contacts
  • Bidirectional sync with Apple Contacts

Desktop companion: khard: a terminal vCard contacts manager

Source: github.com/j23n/localcontacts

TestFlight: Give it a try!

the stack

The Apple ecosystem makes a files-first life super difficult, because actually getting files onto your iPhone is a huge pain - it's extremely cumbersome on Mac & iPhone, and plain impossible on Linux & iPhone. So you have to use some kind of cloud storage. The problem there is that the required (undocumented) APIs to "open a folder and its files" are implemented by virtually zero file providers: Google Drive, Proton Drive, OneDrive, even Cryptomator (which would be optimal for privacy) doesn't. The only one that does: iCloud Drive.

Instead, I use Syncthing on Linux and Synctrain on iOS to copy files straight to "on my iPhone", where the apps can access them without issue.

tool role platform
Syncthing file sync Linux
Synctrain file sync iOS
photo-tools automatic photo tagging (RAM++, CLIP, OCR) Linux
digikam photo management Linux
khard vCard contacts manager Linux
kew music player Linux

privacy

These apps have a clear focus on privacy.

data collected: None.

network access: None.

third-party SDKs: None.

data storage: All data lives in files in the folder you designate. App preferences are stored in the iOS standard UserDefaults. Deleting the app removes preferences; your files remain in the folder you chose.

Crashes are collected through MetricKit & you can optionally choose to share logs after a crash, from the apps' settings.

get involved

If this sounds interesting to you, I'd love to hear about it! Please reach out on Github or contact me directly (link in the footer).

AI disclaimer

This is the first real iOS/Swift codebase I've seen. I relied extensively on Claude Code - not quite vibe-coded by certainly agentically (is that even a word?) coded.

None yet :-)