ダウンロードフォルダの整理: what the free tier covers

Anyone who researches automated filing on a Mac reaches a paywall eventually. The question at that point is narrow and practical: does macOS already do this, and if not, what does the paid version actually cost. Searches for ダウンロードフォルダの整理 ryoukin are usually looking for a number, but the number on a store page is only one of three costs involved, and it is rarely the largest one.

What follows is the free ceiling, the published prices, what the word lifetime means on a Mac software store page, and the cost that shows up as hours rather than dollars.

What macOS already includes

A stock Mac ships with everything required to sort files by rule. No purchase is involved.

Smart Folders save a set of search criteria and display matching files in one place, without moving anything on disk. The Date Added column, enabled through View and Show View Options, restores the arrival order that Date Modified destroys. Folder Actions attach a workflow to a folder so that something runs when a file lands in it. Shortcuts builds conditional file handling in a visual editor. A launch agent runs a shell script on a schedule. Spotlight indexes attributes that no file name contains, including the URL a file was downloaded from.

Those pieces cover more ground than their reputation suggests. Sorting by kind, filing by name pattern, archiving anything that arrived more than sixty days ago, splitting screenshots away from documents: all of that is buildable at zero cost, and none of it expires or requires a license check.

Three things get awkward. Filing by originating URL is possible through the metadata index but clumsy to express in the visual tools. Routing by the text inside a document needs something that can read the document. And once a setup grows past roughly a dozen rules, the free tools offer no way to see them together, order them, or reason about which one claimed a file first. That last point is the real ceiling, and it is a management problem rather than a capability problem.

What the paid options cost

Two categories of software get recommended for this. The first watches folders and applies rules. The second replaces Finder and happens to include batch operations. Published prices as of this writing:

Product Price What it covers
Hazel 6 42 USD Single license, perpetual
Hazel 6 Family Pack 65 USD Up to five members of one private household
Hazel 6 upgrade 20 USD From a previous major version
ForkLift 4, single user 19.95 USD One Mac, one year of updates
ForkLift 4, single user 34.95 USD One Mac, two years of updates
ForkLift 4, family 29.95 USD All Macs in a household, one year of updates
ForkLift 4, small business 69.95 USD Up to five office Macs, one year of updates

The family tier on Hazel carries an explicit restriction that is easy to skim past.

Hazel 6 Family Pack License for up to 5 members of your household. For private households only. Source: noodlesoft.com

Five seats for 65 USD looks like the obvious choice against 42 USD for one, right up to the point where the five machines are in an office rather than a home. Checking the eligibility wording before checkout costs nothing and prevents a license that does not apply to the intended use.

Lifetime means two different things

The phrase perpetual license, or lifetime license, is used for two distinct arrangements. In one, the purchase covers the current version forever. In the other, it covers the current version forever plus new versions released within a fixed window. ForkLift states its arrangement plainly:

With the ForkLift lifetime license, you get free software updates for one or two years, depending on your choice. Once that period ends, you can keep using the latest version of ForkLift covered by your license indefinitely. Source: binarynights.com

The difference between the 19.95 USD and 34.95 USD tiers is not features. It is twelve additional months of eligibility for new releases. After the window closes, the software keeps working at whatever version it reached.

This matters more for file tools than for most software categories, because macOS ships a major release every year and file management sits close to the parts of the system that change. A filing tool that stops receiving updates does not break on the day the window closes. It breaks, if it breaks at all, on the day a new macOS changes something it depends on. Budgeting across three years rather than one gives a more honest comparison between a 42 USD perpetual license and a 19.95 USD license with a one year update window.

Four things to verify that are not the price

Price pages are the most volatile thing on a software site, and a price can stay identical while the assumptions behind it change. Four checks before buying:

Is it still shipping. Abandoned Mac utilities often leave a functioning store page behind for years after development stops.

Is it still accepting new customers. Some tools continue serving existing licence holders while closing new sales, which is invisible until checkout.

Has ownership changed. Independent Mac apps get sold. New owners sometimes continue exactly as before and sometimes change the pricing model. Bartender, a menu bar utility, changed hands in 2024, which is a useful reminder that the developer named on a review from two years ago may not be the developer today.

Has the pricing model changed. Perpetual to subscription and subscription back to perpetual have both happened in this category.

None of these are negative signals on their own. A new owner is not a worse owner, and a subscription is not automatically more expensive than a perpetual license that needs replacing every second year. The point is only that a recommendation written in 2023 may be describing a product that no longer exists in that form. Checking the changelog date and the support forum's most recent activity answers all four questions in about two minutes.

The cost that is not on the invoice

Free is a price, not an absence of cost. Filing automation carries three costs that no store page lists.

The first is construction. Building a rule in a dedicated app means picking conditions from a menu. Building the same rule with a shell script and a launch agent means writing it, registering it, granting it permission, and testing it. That difference is routinely an hour or more, and an hour of most readers' time is worth more than 42 USD. This is the actual product that rule based filing apps sell. The capability was always available.

The second is recall. Six months after it was written, a personal automation is indistinguishable from something a stranger wrote. Scripts at least survive as readable text and can sit in version control. Conditions assembled in a settings window have to be reopened and read back visually, which is slower and harder to diff.

The third is repair. Browsers change their default download directory. macOS resets background items during an update. A destination folder gets renamed during a cleanup, and every rule that pointed at it silently stops. With a commercial tool, the vendor absorbs the macOS side of that maintenance. With a handmade setup, the owner absorbs all of it.

Choosing the free route is a legitimate decision. It just moves the payment from a card to a calendar.

Counting three years instead of one

Comparisons that look settled over twelve months often reverse over thirty six. The one year update window at 19.95 USD is the cheapest entry on the table, and it stays cheapest only until the window closes and a replacement license is needed to keep receiving releases. Two purchases of that tier across three years costs roughly the same as a single 42 USD perpetual license, with an extra renewal to remember and an interval where a compatible release exists but is not available to that license.

There is a second cost that only appears over a longer horizon: migration. A rule set assembled over two years represents real accumulated work, and moving it to a different tool means rebuilding every condition by hand unless the original exports its configuration. Import and export support is rarely mentioned in marketing copy and almost never appears on a price page, yet across three years it affects the total more than any difference between 19.95 USD and 42 USD. Anyone expecting to build more than a handful of rules should check for it before the rules exist rather than after.

Storage belongs in the same column. Filing rules that move rather than delete grow an archive indefinitely, and an archive of installers and disk images can reach tens of gigabytes within a year on a machine that downloads frequently. On a laptop with a 256 GB drive, that eventually turns into either a cleanup session or an external disk, neither of which appears in the software budget that started this comparison.

What a trial should actually test

Most paid options offer a trial. The trial is not for confirming that the features work, since they do. It is for confirming three things that only appear under real conditions.

Run it against the actual Downloads folder, with its several hundred accumulated files, not a clean test directory with six files in it. Rule engines behave differently when rules overlap and when a single file satisfies two conditions at once.

Read a rule back after building it. If the reasoning behind a condition is not recoverable from the interface a week later, it will not be recoverable in six months either, and that is a maintenance cost paid repeatedly.

Break it deliberately. Point a rule at a destination that does not exist. Send two files with the same name into one folder. Disconnect the external drive the archive lives on. How a tool reports those situations, and whether it reports them at all, is the difference between a setup that can be trusted with invoices and one that cannot.

Doing this on the first day of a trial rather than the last leaves time to act on what it reveals.

Matching the spend to the situation

Situation Realistic cost Why
Dozens of files a month, sorted by kind 0 USD Built in tools cover it
More than a dozen rules, with precedence Around 42 USD Rule engines exist to manage this
Replacing Finder for daily file work From 19.95 USD Check the update window, not just the price
Several machines, shared setup Household or business tier Verify eligibility wording first
Writing scripts personally 0 USD plus hours Payment converts to time

Nothing in this category costs enough for price alone to decide it. Every option listed sits under 70 USD. The decision is about which currency to pay in.

What to change first

Time spent building and repairing rules is the dominant cost, so it is worth looking at where that time actually goes: opening a folder, switching to a shell to inspect a file, switching back to see whether anything moved, then asking an assistant what an unfamiliar output means. That loop survives every purchase on the list above. Compare what collapses into one window in Features and how the pricing is structured in Atriens pricing before deciding which cost to optimise.

Frequently asked questions

Can the Downloads folder be organised automatically without paying anything?

Yes, for most common cases. Folder Actions in Automator, Shortcuts, and a shell script driven by a launch agent all ship with macOS and can sort by kind, name pattern, or age. The free tools get awkward when filing depends on where a file was downloaded from, or when a setup grows past roughly a dozen rules that need an order of precedence.

Does a perpetual license mean no further payments ever?

The purchased version keeps working indefinitely, but eligibility for new versions may be limited. ForkLift 4 sells one year and two year update windows at different prices, and after the window ends the software stays usable at the version it reached. For a three year horizon, compare the update window alongside the headline price.

Can a household license be used at work?

Hazel's Family Pack states that it is for private households only, so office machines fall outside it. Products that offer a separate business tier price it accordingly, ForkLift's small business license being one example at 69.95 USD for up to five Macs. Reading the eligibility wording before purchase avoids buying a license that does not apply.

How is it possible to tell whether a paid tool is worth it?

Estimate the hours required to build the same rules with built in tools and price those hours honestly. One hour is a common figure for a non trivial rule set, which already exceeds a 42 USD perpetual license. A handful of simple rules justifies staying with the free tools; more than a dozen rules with precedence between them is where a dedicated engine starts paying for itself.

Back to all posts