FilePilot replaces old, clunky FTP apps with something modern, lightweight, and genuinely secure — for individuals and teams alike.
Most file-transfer apps save your passwords in plain text or a format that's trivial to decode, leaving them exposed to malware. On top of that, they feel dated and can't automate anything on their own.
FilePilot was founded on three design criteria:
$ cargo count -f rust
Total Lines: 12,402 (Rust core engine)
Total Lines: 14,891 (TypeScript/React Views)
Memory Footprint: ~42MB (vs ~450MB Electron)
CPU Overhead: <0.5% at idle
Multi-threaded workers: tokio spawn task pool
Credential wrapping: ring::aead AES_256_GCM
A look at the technology behind both apps.
Unlike Electron-based transfer clients that pack an entire Chromium browser instance, FilePilot compiles a native webview window linked to a high-speed Rust backend.
Rust handles the multi-threaded network connections, folder sync analysis, and system cryptographic operations. The React/TypeScript frontend renders the user interface in a light, hardware-accelerated viewport.
The Terminal Shell uses a sandboxed WebGL/Canvas viewport linked to Rust's PTY streams (via portable-pty) to achieve high-performance text rendering with ligatures.
Rust handles the subprocess spawn pooling and secure SSH connection tunnels, while the React frontend orchestrates group broadcasting, history buffering, and session logging.
The Enterprise Vault is a Node.js web applications server. Designed to be stateless and deployable inside air-gapped networks, it routes secret delivery and logs auditing events.
It establishes real-time persistent connections with active desktop clients via WebSockets, allowing administrators to push credentials updates, trigger file reversion updates, and block client tokens instantly.
FilePilot is free software released under the permissive MIT License. You are free to run, modify, fork, and distribute the software for personal, academic, or corporate use.
Experience local PBKDF2 encryption and secure parallel transfers by deploying the client today.