Every file, right where you left it.
A fast, private, native file browser for your own self-hosted server. Browse, preview, search and share. Your files stay between your device and the server you choose.
NextExplorer is a client. You supply the address of your own compatible file server and sign in with your own credentials. No NextExplorer account, no middleman, no tracking. Your files, credentials and activity stay between your device and that server, and nowhere else.
Straight from the app on iPhone.
| Browse | Search | Favorites | Shared | Settings |
|---|---|---|---|---|
![]() | ![]() | ![]() | ![]() | ![]() |
Native iOS 18+, SwiftUI, and The Composable Architecture. No storyboards driving the app, no UIKit view controllers behind the screens, no third-party analytics. The app is split into focused Swift packages under Packages/:
| Package | Responsibility |
|---|---|
AppFeature | App root, tab and window composition, session lifecycle |
AuthFeature / AuthClient | Login, SSO, passkeys, session state |
FilesFeature / FilesClient | Browse, preview, search, favorites, sharing, offline cache |
NetworkClient | HTTP layer, ETag revalidation, connectivity |
CoreModels | Shared domain models |
DesignSystem | Colors, typography, reusable components |
Localization | 17-language string catalog and live in-app language switch |
Keychain / AppStorageKeys | Credential storage and device preferences |
Some choices worth calling out:
DataPhase (idle / loading / loaded / failed), not a scatter of loading and error booleans.git clone git@github.com:PhillipMaizza/NextExplorer-iOS.git
cd NextExplorer-iOS
NextExplorer.xcodeproj, pick the NextExplorer scheme and an iOS 18+ simulator or device, then Run.Swift Package Manager resolves every dependency on first build; nothing to install by hand. Run the tests with Product > Test, or xcodebuild test against a matching simulator.
To try it against real data you need a compatible self-hosted server and an account on it.
Contributions are welcome. See CONTRIBUTING.md for the branch and PR conventions and the architecture rules (constants, concurrency, state modelling, localization and cache safety) that every change follows.
The app talks only to the server you point it at. No analytics, no third-party trackers, no telemetry. Cached copies are cleared on logout, session expiry and fresh sign-in.
See the Privacy Policy and Terms of Use for the full text.
Questions, a bug, or a feature idea? Open an issue on this repo, or reach out through the support site. Replies usually land within a couple of days.
Released under the MIT License. Copyright © 2026 Phillip Maizza.
92 commits
76 commits
Swift
99.5%
Every file, right where you left it.
A fast, private, native file browser for your own self-hosted server. Browse, preview, search and share. Your files stay between your device and the server you choose.
NextExplorer is a client. You supply the address of your own compatible file server and sign in with your own credentials. No NextExplorer account, no middleman, no tracking. Your files, credentials and activity stay between your device and that server, and nowhere else.
Straight from the app on iPhone.
| Browse | Search | Favorites | Shared | Settings |
|---|---|---|---|---|
![]() | ![]() | ![]() | ![]() | ![]() |
Native iOS 18+, SwiftUI, and The Composable Architecture. No storyboards driving the app, no UIKit view controllers behind the screens, no third-party analytics. The app is split into focused Swift packages under Packages/:
| Package | Responsibility |
|---|---|
AppFeature | App root, tab and window composition, session lifecycle |
AuthFeature / AuthClient | Login, SSO, passkeys, session state |
FilesFeature / FilesClient | Browse, preview, search, favorites, sharing, offline cache |
NetworkClient | HTTP layer, ETag revalidation, connectivity |
CoreModels | Shared domain models |
DesignSystem | Colors, typography, reusable components |
Localization | 17-language string catalog and live in-app language switch |
Keychain / AppStorageKeys | Credential storage and device preferences |
Some choices worth calling out:
DataPhase (idle / loading / loaded / failed), not a scatter of loading and error booleans.git clone git@github.com:PhillipMaizza/NextExplorer-iOS.git
cd NextExplorer-iOS
NextExplorer.xcodeproj, pick the NextExplorer scheme and an iOS 18+ simulator or device, then Run.Swift Package Manager resolves every dependency on first build; nothing to install by hand. Run the tests with Product > Test, or xcodebuild test against a matching simulator.
To try it against real data you need a compatible self-hosted server and an account on it.
Contributions are welcome. See CONTRIBUTING.md for the branch and PR conventions and the architecture rules (constants, concurrency, state modelling, localization and cache safety) that every change follows.
The app talks only to the server you point it at. No analytics, no third-party trackers, no telemetry. Cached copies are cleared on logout, session expiry and fresh sign-in.
See the Privacy Policy and Terms of Use for the full text.
Questions, a bug, or a feature idea? Open an issue on this repo, or reach out through the support site. Replies usually land within a couple of days.
Released under the MIT License. Copyright © 2026 Phillip Maizza.
92 commits
76 commits
Swift
99.5%