GitHub English 中文 日本語

FileHub

Files scattered across your private cloud? Search instantly, preview on the spot.

Cross-platform file search & preview | Windows · Android · VSCode · Server

Download Now Learn More

Do these problems sound familiar?

🔍 Can't find files?

Your files are spread across PC, phone, and tablet. When you need them, they're never where you expect. Cloud search is too slow, local search only works on one device.

📱 Hard to access across devices?

Want to view a document on your phone but it's on your PC. Have to upload to cloud first. File transfer between devices is a hassle.

👀 Preview is too troublesome?

Need a specific app to open each file type. PDF, images, code — each format needs a different application. So annoying!

🐢 Search is too slow?

Waiting for search results feels forever. If you don't remember the exact filename, you're out of luck. Isn't there a faster way?

FileHub Has You Covered

⚡ Instant Search

Type your keyword and results appear instantly. Supports exact match, fuzzy search, and regex — whatever you need.

📄 Powerful Preview

No need to download specialized apps. Preview directly in browser: PDF, images, video, Office docs, code, Markdown — all built-in!

🌐 LAN Access

Access files from phone, tablet, or PC on the same Wi-Fi. Scan QR code to open on mobile instantly.

🔒 Privacy & Security

All data stored locally, never uploaded to cloud. LAN access can be password-protected — you control the security.

🎨 Beautiful Experience

Dark/Light theme adapts to your environment. Keyboard shortcuts boost productivity once you learn them.

🔌 Cross-Platform

Windows desktop app, Android app, Docker server — pick what fits your use case. All your devices covered.

Try It Now

Android QR Code

Scan to Download Android

Or visit GitHub Releases for latest versions

github.com/filehub1/android/releases →

See It in Action

Choose What Fits Your Needs

🖥️ Windows App

Full desktop experience with system tray background running, deep Windows Explorer integration.

WPF + WebView2 System Tray Native

📱 Android App

New way to manage phone files, built-in web server for multi-device access over LAN.

Kotlin Local Server QR Share

💻 VSCode Extension

Instant file search and preview inside VSCode. Open text files directly in the editor with one keystroke.

VSCode TypeScript LAN Access

🐳 Docker Server

Works on NAS, Raspberry Pi, any server. One-click Docker deploy. Perfect for home media center.

Node.js + React Docker Cross-platform

Get Started Now

Choose the version that works for you

Download & Run

1. Download from GitHub Releases
2. Extract the zip file
3. Run filehub.exe

Requires Windows 10/11 and WebView2 Runtime

Download & Install

1. Download APK from GitHub Releases
2. Enable "Install unknown apps" in Android settings
3. Open the APK file to install

Requires Android 8.0+ (API 26+)

Docker Run

docker pull exiahuang/filehub-server:latest
docker run -d -p 6543:6543 -v /data:/data exiahuang/filehub-server:latest
# Then open http://localhost:6543 in browser

One command to get started. Works on NAS, Raspberry Pi, any server.

Install & Run

npm install -g @exiahuang/filehub
filehub-server
# Then open http://localhost:6543 in browser

Requires Node.js 18+

Install & Use

1. Install from VSCode Marketplace (search "FileHub")
   or: code --install-extension filehub-vscode.vsix
2. Press Ctrl+Shift+F to open FileHub
3. Configure indexed directories in Settings

Requires VSCode 1.85+ and Node.js 18+