A section-based iOS app launcher
Foretap replaces the App Library as the primary app-discovery surface on iPhone. Apps are organized into named sections — Pinned, Work, Travel, Reading — that stack vertically on a single screen.
Each section has its own sourcing logic: manual lists, recently used, frequently used, time-of-day windows, or Focus-mode bindings. Sections rise to the top automatically when their context applies.
Three home-screen widgets, App Intents, Shortcuts, and Siri integration are included. No subscriptions. No advertising. No tracking.
Built and maintained by Shawn M. Brown.
Bug reports and feature requests: dev@smbrown.org.
Foretap exists to help the user. The developer earns nothing from user data. There is no advertising, no analytics SDK, no third-party tracker, no telemetry pipeline, and no user account system.
The following data is created and stored locally on the iPhone, in Foretap's SwiftData store and the app's App Group container. It is never transmitted:
This data is included in standard iOS device backups (iCloud or local) only when the user has enabled them. Foretap does not sync, upload, or replicate the data itself. Uninstalling the app deletes all of it. Settings → Reset erases it on demand.
Foretap can optionally help build a shared, public catalog of which URL schemes open which iOS apps. This is the only network feature in the product, and it is strictly limited:
Foretap is not directed at children under 13 and does not knowingly collect any data from them. Because the app collects no personal data from anyone, this is structurally enforced rather than policy-only.
Because no personal data is collected, there is nothing to request, export, or delete on a server. Settings → Export creates a local JSON archive of sections and preferences. Settings → Reset deletes all local Foretap data.
Foretap is released under the MIT License.
MIT License
Copyright (c) 2026 Shawn M. Brown
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.