Troubleshooting
Last updated: 2026-08-05
Common Issues
The app won’t open
- Make sure you’re on macOS 14.0 (Sonoma) or later
- Try restarting your Mac
- If downloaded from the App Store, check if there’s an update available
Projects aren’t showing up
- Check if you added the right folder — Go to File → Add Directory and make sure you’ve selected the parent folder that contains your projects
- Refresh — Press
⌘Ror go to View → Refresh - Hidden projects? — Dev WorkDir looks for recognizable project markers (package.json, Cargo.toml, etc.). If a project doesn’t have these, it might not be detected. You can still add it manually.
Double-click doesn’t work
If double-clicking a project doesn’t run it:
- Check the detail view — Select the project and look at the “Double-Click Action” setting
- No script detected? — Some projects may not have standard run scripts. You can set a custom command.
- Terminal not opening? — Make sure Terminal.app is available on your system
- Script fails? — The script might have errors. Check the Terminal window for error messages.
My editor isn’t listed
Dev WorkDir auto-detects installed editors. If yours isn’t showing:
- Is it in Applications? — Dev WorkDir looks in
/Applications/for installed editors - Try “Open With” — Right-click a project → “Open With” → “Other…” to choose any app
- Restart the app — Sometimes a restart helps with detection
Note: CLI-based editors (like Claude Code, Codex CLI) are detected separately from GUI apps.
Folder access issues
If you’re getting permission errors:
- Re-authorize — Go to Dev WorkDir → Settings → Folder Access and click “Re-authorize”
- Check System Settings — Go to System Settings → Privacy & Security → Files and Folders and make sure Dev WorkDir has access to the right folders
- Full Disk Access — For Home directory access, you may need to enable Full Disk Access in System Settings
Git information not showing
If Git branch info isn’t displayed:
- Is it a Git repo? — Make sure the project has a
.gitfolder - Check .git/HEAD — Dev WorkDir reads
.git/HEADdirectly. If this file is missing or corrupted, branch info won’t show - Worktrees — Git worktrees are supported. Make sure the worktree structure is standard.
Monorepo not detected
If your monorepo isn’t showing the MONO badge:
- Supported monorepo types — JS/TS (package.json workspaces), Rust (Cargo workspace), Go (go.work)
- Check structure — Make sure the workspace config is at the root level
- Sub-project depth — Dev WorkDir detects sub-projects at the first level of your workspace config
App crashes or freezes
- Restart the app — Quit and reopen
- Check for updates — Make sure you’re on the latest version
- Report it — If it keeps happening, please contact us with details about what you were doing when it crashed
Still Stuck?
If none of these solutions work, please contact us. We’ll help you out.
When you reach out, please include:
- Your macOS version (About This Mac)
- Dev WorkDir version (Dev WorkDir → About Dev WorkDir)
- What you were doing when the problem occurred
- Steps to reproduce the issue
- Screenshots if helpful
We’re sorry you’re having trouble. We’ll get you sorted out!