filen-rs
Rust SDK for encrypted Filen cloud storage and mobile sync
All Skills in This Repository (8)
Pure Emerald Level Indicatorsno-hallucination
Verify codebases, configurations, and documentation before generating responses.
security
Guide secure code writing with input validation and injection prevention.
commit-work
Create Conventional Commits with staging, formatting, and safety checks.
code-style
Analyze project configuration and source code to enforce style conventions.
live-docs
Fetch version-specific API documentation and signatures from official sources.
verify-changes
Execute ESLint, TypeScript checks, and unit tests on code changes.
tdd
Guide developers through the Test-Driven Development cycle with framework-specific testing instructions.
codebase-search
Search codebases with grep, find, and cat to locate definitions and file paths.
Frequently Asked Questions
FAQPage SchemaHow to install filen-rs?โผ
Run `npx skills add FilenCloudDienste/filen-rs --all -g -y` in your terminal to install all skills in this suite globally.
What does filen-rs do?โผ
It is a Rust implementation of Filen's end-to-end encrypted cloud storage, covering authentication, file operations, directory management, sharing, and search.
Does filen-rs support mobile apps?โผ
Yes. The filen-mobile-native-cache crate generates Kotlin and Swift bindings via UniFFI and provides a SQLite cache with local-to-remote sync for iOS and Android.
Can filen-rs decode HEIF images?โผ
Yes. The heif-decoder crate builds libheif and libde265 from source to decode HEIF, HEIC, and AVIF images for thumbnails.
Is filen-rs ready for production use?โผ
Not yet. The project is under active development, and some features like notes, chats, and user settings are still missing compared to the TypeScript SDK.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core