A tiny native macOS utility for customizing folder icons.
Folderly lets you drop in a folder, choose a visual style, preview it live, and apply the generated icon directly to Finder.
No account.
No cloud.
No AI.
No background service.
Just folders.
Download the latest version of Folderly from Releases.
For v0.2.0, download:
Folderly-v0.2.0.zip
- Unzip the archive.
- Move
Folderly.appto your Applications folder. - Open Folderly.
Folderly is currently distributed outside the Mac App Store and is not notarized by Apple.
If macOS prevents it from opening:
- Open System Settings → Privacy & Security.
- Scroll down to the security section.
- Find the message about Folderly.
- Click Open Anyway.
- Confirm Open.
You only need to do this the first time.
- Drag and drop folders
- Choose folders directly from Finder
- Live icon preview
- Monogram icons
- SF Symbol icons
- Custom folder-shaped icons
- Built-in color palettes
- Custom foreground and background colors
- Apply custom icons directly to Finder
- Restore the original macOS folder icon
- Native dark and light mode
- Native SwiftUI + AppKit implementation
- Custom Folderly app icon
- Native
.appbundle distribution - No third-party dependencies
- macOS 14 or later
- Apple Silicon for the current published build
For source development:
- Swift 6.2 or later
- Apple Swift toolchain / Command Line Tools
Clone the repository, enter the Folderly directory, then run:
swift run
Or build first:
swift build
Folderly generates a native NSImage for the selected visual style and applies it to a folder using macOS NSWorkspace.
The custom icon remains attached to the folder after Folderly closes.
The original macOS icon can be restored at any time from inside Folderly.
Generates initials automatically from the folder name.
Examples:
MISSU PHOTOS -> MP
Developer -> D
Client Work -> CW
Uses SF Symbols to create minimal symbolic folder identities.
Keeps the visual language of a folder while applying a custom color and symbol.
Folderly is intentionally small.
It does not try to become a Finder replacement or a file manager.
Its job is simple:
Make folders easier to recognize and nicer to look at.
Folderly:
- does not upload files
- does not read folder contents
- does not require an account
- does not use analytics
- does not connect to external services
Folderly only needs the selected folder path in order to apply or restore its custom icon.
Available now:
- Folder selection
- Drag and drop
- Monogram style
- Symbol style
- Folder style
- Built-in color palettes
- Custom colors
- Finder icon application
- Restore default icon
- Dynamic editor sizing
- Native dark and light mode
- Custom Folderly app icon
- Release
.appbundle - GitHub release ZIP
Planned:
- Developer ID signing
- Apple notarization
- Keyboard accessibility improvements
- Additional icon presets
Folderly uses:
- Swift
- SwiftUI
- AppKit
- Swift Package Manager
There are currently no third-party dependencies.
Build verification:
swift build
Run:
swift run
MIT License.
See LICENSE.
