seedfast_linux_arm64 1.23.16 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -4
- package/package.json +1 -1
- package/seedfast +0 -0
package/README.md
CHANGED
|
@@ -162,11 +162,21 @@ For local development and testing with custom backends, see [DEVELOPMENT.md](DEV
|
|
|
162
162
|
|
|
163
163
|
## Platform Support
|
|
164
164
|
|
|
165
|
-
- macOS (x64, ARM64)
|
|
166
|
-
- Linux (x64, ARM64)
|
|
167
|
-
- Windows (x64, ARM64)
|
|
165
|
+
- macOS (x64, ARM64) - Uses native Keychain
|
|
166
|
+
- Linux (x64, ARM64) - Uses system keyring or encrypted file storage
|
|
167
|
+
- Windows (x64, ARM64) - Uses Windows Credential Manager
|
|
168
168
|
|
|
169
|
-
|
|
169
|
+
### Linux Keyring Backends
|
|
170
|
+
|
|
171
|
+
Seedfast automatically detects and uses the best available backend on Linux:
|
|
172
|
+
|
|
173
|
+
1. **Secret Service** (GNOME Keyring, KDE Wallet) - Requires D-Bus session
|
|
174
|
+
2. **pass** (password-store) - Requires GPG setup
|
|
175
|
+
3. **File Storage** (automatic fallback) - Encrypted, works everywhere including WSL and Docker
|
|
176
|
+
|
|
177
|
+
**For WSL users**: File storage is automatically used. No additional setup required.
|
|
178
|
+
|
|
179
|
+
For detailed Linux keyring setup and troubleshooting, see [docs/LINUX_KEYRING.md](docs/LINUX_KEYRING.md).
|
|
170
180
|
|
|
171
181
|
## Contributing
|
|
172
182
|
|
package/package.json
CHANGED
package/seedfast
CHANGED
|
Binary file
|