Native macOS cleaner

A proper scrub
for your Mac.

Tellak scrubs out caches, junk and the gigabytes you forgot about — the way a hamam attendant does it: no stain, no trace, no noise left behind. Native. Open source. Yours.

Apple Silicon · macOS 12+ · 4.2 MB · MIT
4.2 MB
download
0
background services
100%
native · Rust core
Tellak — the hamam attendant
No catch
No ads, no subscription
Open source
MIT · every line on GitHub
No account, no telemetry
Nothing leaves your Mac
Apple-approved
Every release notarized — Apple scans it
How it works

Scan. Review. Reclaim.

Tellak scans, lays out everything it found one by one, and waits for your go-ahead. Not a single file is deleted until you say so.

Tellak — Junk & Cache Cleaner
User & app caches
Xcode derived data
Old iOS device backups
Browser & system logs
Trash across volumes
Ready to scan your Mac.
AWAITING SCAN
0.0GB
Tellak inspects everything, item by item, before it removes a single byte.
Eight tools, one hamam

Everything a clean Mac needs.
Nothing more.

01

Junk & Cache Cleaner

Caches, logs and leftover build artifacts — laid out in front of you, sized, and reviewed before a single byte is removed.

02

Disk Space Browser

A live map of what's filling your SSD, drilling all the way down to the individual file.

03

App Uninstaller

Drag an app in and its preferences, caches and login items go with it. No orphans left behind.

04

Startup Manager

See everything that quietly fires up the moment you log in — and silence it.

05

Duplicate Finder

Compares byte for byte — finds the real copies you forgot you ever made, not just files with the same name.

06

Trash Manager

Empties the trash on every mounted volume in one clean sweep.

07

RAM Booster

Reclaim idle memory and let your system breathe — without closing a single thing.

08

Privacy Cleaner

Browser traces, recent-file lists and chat logs — wiped on your terms, not theirs.

One window

Eight tools, one calm window.

Tellak app screenshot

Tellak's main screen — everything in front of you the moment the scan finishes.

Fast by design
4.2MB
The whole app. Smaller than a single song.
0
No background service, no menu-bar icon, nothing that starts up with you.
100%
Native. A Rust core talking straight to macOS — no Electron.
<1s
To scan a million files and tell you what is safe to clear.
The honest comparison

Same job, zero cost.

They want a subscription, run a service in the background, and push you to make an account. Tellak does its job and leaves — no money, no account.

Tellak The bloated alternative
Price Free, forever ~$40 / year
Download size 4.2 MB 300 MB+
Background processes None Always-on helpers
Account required Never Sign-up wall
Source code Open (MIT) Closed
Telemetry Zero “Anonymous usage”
Built with Rust + native APIs Web stack / Electron
Nothing hidden

Think you could do better?
Send the PR.

Every line is on GitHub. No hidden network traffic, no surprises.

4.2 MB
Size
MIT
License
v0.1.17
Latest release
100%
Auditable source
Star on GitHub Read the source
~/Tellak · src-tauri/src/cleaner.rs
// Nothing leaves your disk without your word.
pub fn scan(scope: Scope) -> Report {
  let junk = walk(scope)
    .filter(is_safe)
    .dedupe()
    .collect::<Vec<_>>();
 
  // review first, never auto-delete
  Report::review(junk)
}
 
fn is_safe(p: &Path) -> bool {
  if p.is_symlink() { return false; }
  if protected(p) { return false; }
  in_user_scope(p)
}
// No telemetry. No network. Verify it yourself ↑
Kaan Ses
The developer

One person. One Mac. One itch.

The story is simple: my Mac filled up, and the fixes were either expensive or bloated. So I sat down and wrote my own. If you write code, you can read it; if you don’t, you can just enjoy the result.

kaanses.com GitHub
Tellak
Free · open source · 4.2 MB

Time for a scrub.

Apple Silicon · macOS 12+ · 4.2 MB · MIT