Important
PicoForge is an independent, community-developed tool and is not affiliated with or endorsed by the official pico-fido project. This software does not share any code with the official closed-source pico-fido application.
Check application Installation Wiki for installation guide of the PicoForge app on your system.
PicoForge is a modern desktop application for configuring and managing Pico FIDO security keys. Built with Rust, Tauri, and Svelte, it provides an intuitive interface for:
- Reading device information and firmware details
- Configuring USB VID/PID and product names
- Adjusting LED settings (GPIO, brightness, driver)
- Managing security features (secure boot, firmware locking) (WIP)
- Real-time system logging and diagnostics
- Support for multiple hardware variants and vendors
Alpha Status: This application is currently under active development and in alpha stage. Users should expect bugs and are encouraged to report them. The app has been tested on Linux and Windows 10 with the official Raspberry Pi Pico2 & ESP32-S3 and, currently supports Pico FIDO firmware version 7.2 only.
- Device Configuration - Customize USB identifiers, LED behavior, and hardware settings
- Security Management - Enable secure boot and firmware verification (experimental and WIP)
- Real-time Monitoring - View flash usage, connection status, and system logs
- Modern UI - Clean, responsive interface built with Svelte and shadcn-svelte
- Multi-Vendor Support - Compatible with multiple hardware variants
- Cross-Platform - Works on Windows, macOS, and Linux
Check the official PicoForge Wiki for installation info of the application.
- Connect your smart card reader
- Insert your Pico FIDO device
- Launch PicoForge
- Click Refresh button at top right corner to detect your key
- Navigate through the sidebar to configure settings:
- Home - Device overview and quick actions
- Configuration - USB settings, LED options
- Security - Secure boot management (experimental)
- Logs - Real-time event monitoring
- About - Application information
To contribute to PicoForge, you'll need:
- Node.js - JavaScript/TypeScript runtime
- Deno - JavaScript/TypeScript runtime
- Rust - System programming language (1.80+)
- PC/SC Middleware:
- Linux:
pcscd(usually pre-installed) - macOS: Built-in
- Windows: Built-in
- Linux:
git clone https://github.com/librekeys/picoforge.git
cd picoforgedeno installnpm installWith Deno:
deno task tauri devWith npm:
npm run tauri devWith Deno:
deno task tauri buildWith npm:
npm run tauri buildThe compiled binaries will be available in:
- Linux:
src-tauri/target/release/bundle/ - macOS:
src-tauri/target/release/bundle/dmg/ - Windows:
src-tauri/target/release/bundle/
Nix provides developers with a complete and consistent development environment.
You can use Nix to build and develop picoforge painlessly.
Follow the Installation Guide and NixOS Wiki to install Nix and enable Flakes.
You can build and run PicoForge with a single command:
nix run github:librekeys/picoforgeOr simply build it and link to the current directory:
nix build github:librekeys/picoforgeDownload the package definition:
curl -LO https://raw.githubusercontent.com/librekeys/picoforge/main/package.nixRun the following command in the directory containing package.nix:
nix-build -E 'with import <nixpkgs> {}; callPackage ./package.nix { }'The compiled binary will be available at: result/bin/picoforge
You can enter a developement environement with all the required dependencies.
nix develop github:librekeys/picoforgeYou can use the shell.nix file that is at the root of the repository by running:
nix-shellThen you can build from source and run the application with:
deno task tauri devpicoforge/
├── src/ # Svelte frontend
│ ├── lib/ # Reusable components & utilities
│ │ ├── components/ # UI components
│ │ ├── device/ # Device-related logic
│ │ ├── hooks/ # Custom Svelte hooks
│ │ ├── layout/ # Layout components
│ │ ├── services/ # Service layer
│ │ ├── state/ # State management
│ │ ├── utils.ts # Utility functions
│ │ └── views/ # View components
│ ├── routes/ # SvelteKit pages
│ │ ├── +layout.svelte # Root layout
│ │ ├── +layout.ts # Layout configuration
│ │ └── +page.svelte # Home page
│ ├── app.css # Global styles
│ └── app.html # HTML template
├── src-tauri/ # Rust backend
│ ├── src/ # Rust source code
│ │ ├── fido/ # FIDO device logic
│ │ ├── rescue/ # Rescue mode functionality
│ │ ├── error.rs # Error handling
│ │ ├── io.rs # I/O operations
│ │ ├── lib.rs # Tauri commands & PC/SC logic
│ │ ├── logging.rs # Logging utilities
│ │ ├── main.rs # Entry point
│ │ └── types.rs # Type definitions
│ ├── icons/ # Application icons
│ ├── capabilities/ # Tauri permissions
│ │ └── default.json # Default capabilities
│ ├── Cargo.toml # Rust dependencies
│ ├── Cargo.lock # Rust lock file
│ ├── tauri.conf.json # Tauri configuration
│ ├── build.rs # Build script
│ └── rustfmt.toml # Rust formatting config
├── static/ # Static assets
│ ├── build-configure-symbolic.svg
│ ├── favicon.png
│ ├── in.suyogtandel.picoforge.svg
│ ├── svelte.svg
│ ├── tauri.svg
│ └── vite.svg
├── data/ # Application data
│ ├── in.suyogtandel.picoforge.desktop
│ └── screenshots/ # Screenshots
├── node_modules/ # Deno node compatibility modules
├── components.json # shadcn-svelte config
├── package.json # Node package manifest
├── package-lock.json # npm lock file
├── deno.json # Deno configuration
├── deno.lock # Deno lock file
├── svelte.config.js # SvelteKit configuration
├── vite.config.js # Vite bundler config
├── tsconfig.json # TypeScript configuration
├── biome.json # Biome configuration
├── CREDITS.md # Credits
└── LICENSE # AGPL-3.0 license
Contributions are welcome (REALLY NEEDED, PLEASE HELP ME)! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Follow Rust and TypeScript best practices
- Use
deno fmtto format the frontend code - Write clear commit messages
- Update documentation for new features
- Test on multiple platforms when possible
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-only).
See LICENSE for full details.
- Suyog Tandel (@lockedmutex)
- Discord: Join our Discord server for community support and interaction
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Warning
PicoForge is experimental software and still in the Beta stage! The app does contain bugs and is not secure by any means.
It does not support all the features exposed by the pico-fido firmware and pico-hsm.
Caution
USB VID/PID Notice: The vendor presets provided in this software include USB Vendor IDs (VID) and Product IDs (PID) that are the intellectual property of their respective owners. These identifiers are included for testing and educational purposes only. You are NOT authorized to distribute or commercially market devices using VID/PID combinations you do not own or license. Commercial distribution requires obtaining your own VID from the USB Implementers Forum (usb.org) and complying with all applicable trademark and certification requirements. Unauthorized use may violate USB-IF policies and intellectual property laws. The PicoForge developers assume no liability for misuse of USB identifiers.
Made with ❤️ by the LibreKeys community
Copyright © 2026 Suyog Tandel



