BlogUse Cases

Navigate Your Filesystem Entirely by Voice

·4 min read

Navigating your file system means file manager windows, folder hierarchies, and endless clicking. Developers use the terminal — but even that requires typing cd, ls, and find commands. Vox lets you navigate your entire file system with natural language.

Explore with your voice

Computer, what's in my Projects folder?

~/Projects
client-dashboard/ — Last modified: 2 days ago
api-backend/ — Last modified: 1 week ago
mobile-app/ — Last modified: 3 weeks ago
design-system/ — Last modified: 1 month ago
README.md — 2.1 KB
5 items (4 folders, 1 file)

Computer, go into client-dashboard and show me the source files.

~/Projects/client-dashboard/src
components/ — 23 files
hooks/ — 8 files
utils/ — 5 files
App.jsx — 4.8 KB
index.js — 0.3 KB
38 items total across all subdirectories

Search for files naturally

Computer, find any file related to authentication in my Projects folder.

Vox — File Search
Scanning ~/Projects recursively via list_local_directoryDone
Found 7 files matching "auth" patternDone
Search Results
~/Projects/api-backend/src/auth/middleware.js
~/Projects/api-backend/src/auth/jwt.js
~/Projects/client-dashboard/src/hooks/useAuth.js
~/Projects/client-dashboard/src/components/AuthGuard.jsx
~/Projects/mobile-app/auth/login.dart
Tip

Vox searches by content, not just filenames. Ask “find files that import the Stripe SDK” and it reads actual file contents to find matches.

Read files on command

Computer, show me what's in the useAuth hook.

Computer, read me the config file for the API backend.

Computer, how big is my Documents folder?

Move, copy, and organize

Computer, move the design mockups from my Desktop to the client-dashboard project.

Computer, create a new folder called 2026-archive in Documents and move everything from last year into it.

Full filesystem CRUD operations — all from natural language commands. No file manager, no terminal, no clicking through folder hierarchies.


Download Vox for Mac for free.

Put Vox to work on your computer.

Download Vox for Mac and start with the local setup flow.

Download for Mac

macOS · Apple Silicon & Intel