Skip to content

Releases: Kieransaunders/open-folder-server

Open Folder Server v1.0.0

16 Jul 16:59

Choose a tag to compare

Pre-release

🚀 A macOS background service that enables web applications to open local Dropbox folders in Finder through HTTP requests.

📦 Quick Install

  1. Download OpenFolderServer-1.0.0.pkg below
  2. Double-click to install
  3. Follow the installation wizard
  4. Service starts automatically

✨ Key Features

  • Dynamic folder opening - Open any Dropbox folder via HTTP API
  • Security built-in - Path traversal protection
  • Universal compatibility - Works with all Dropbox installations
  • Web app integration - Perfect for Airtable, CRM systems, etc.

🔧 Usage

# Open folder from web app
curl "http://localhost:3000/open?path=My%20Projects/Client%20Work"

# Airtable formula
"http://localhost:3000/open?path=" & ENCODE_URL_COMPONENT({Folder Name})

📋 Requirements

- macOS 10.14+
- Node.js 16+ (installer checks)
- Dropbox installed

🆕 What's New

- Initial release with full functionality
- Professional macOS installer
- Background service integration
- Comprehensive documentation

Ready to streamline your folder access workflow! 🎯