A simple editable path bar for Finder. Click the path bar, type or paste any folder path and navigate.
Swift
0
9 commits
updated Sep 19, 2026
A simple editable path bar for Finder.
⚠️ Pathsta has been entirely written by Codex using GPT-5.6 Sol High. The project idea, guidance, and logo are mine.
Click Finder's path bar, type or paste a path and press Return. Pathsta follows the active Finder window, supports Tab completion and stays out of the way when you click elsewhere.
Pathsta requires macOS 27 or later. The reusable core remains tested on macOS 14, but the Finder integration and interface are supported only on macOS 27 and later.
Download Pathsta from Releases.
Open Pathsta and allow Finder automation when macOS asks. Initial releases support Apple silicon.
Pathsta uses Hardened Runtime and requests only Finder Automation permission. It is deliberately not App Sandbox-enabled because its core purpose is navigating to arbitrary Finder paths. Directory reads and folder creation therefore run with the signed-in user's normal filesystem permissions. Folder creation is limited to one missing leaf beneath an existing directory and never creates intermediate folders.
Building the app requires macOS 27+, Xcode 27+ and Homebrew. Core package tests also run on macOS 14.
make bootstrap
make verify
make open
Issues and pull requests are welcome, especially compatibility fixes for other macOS versions. Please run make verify before submitting a change.
Pathsta is available under the MIT License.
9 commits
Swift
76.0%
Shell
22.0%
Makefile
1.8%
A simple editable path bar for Finder. Click the path bar, type or paste any folder path and navigate.
Swift
0
9 commits
updated Sep 19, 2026
A simple editable path bar for Finder.
⚠️ Pathsta has been entirely written by Codex using GPT-5.6 Sol High. The project idea, guidance, and logo are mine.
Click Finder's path bar, type or paste a path and press Return. Pathsta follows the active Finder window, supports Tab completion and stays out of the way when you click elsewhere.
Pathsta requires macOS 27 or later. The reusable core remains tested on macOS 14, but the Finder integration and interface are supported only on macOS 27 and later.
Download Pathsta from Releases.
Open Pathsta and allow Finder automation when macOS asks. Initial releases support Apple silicon.
Pathsta uses Hardened Runtime and requests only Finder Automation permission. It is deliberately not App Sandbox-enabled because its core purpose is navigating to arbitrary Finder paths. Directory reads and folder creation therefore run with the signed-in user's normal filesystem permissions. Folder creation is limited to one missing leaf beneath an existing directory and never creates intermediate folders.
Building the app requires macOS 27+, Xcode 27+ and Homebrew. Core package tests also run on macOS 14.
make bootstrap
make verify
make open
Issues and pull requests are welcome, especially compatibility fixes for other macOS versions. Please run make verify before submitting a change.
Pathsta is available under the MIT License.
9 commits
Swift
76.0%
Shell
22.0%
Makefile
1.8%