{"id":13513977,"url":"https://github.com/dakhnod/fzfs","last_synced_at":"2025-03-31T02:33:11.747Z","repository":{"id":59431107,"uuid":"537253443","full_name":"dakhnod/fzfs","owner":"dakhnod","description":"Flipper Zero filesystem driver","archived":false,"fork":false,"pushed_at":"2024-02-16T01:30:52.000Z","size":31,"stargazers_count":165,"open_issues_count":3,"forks_count":12,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-02-16T02:27:07.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dakhnod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-16T00:43:56.000Z","updated_at":"2024-08-01T06:06:26.996Z","dependencies_parsed_at":"2024-01-13T09:36:42.596Z","dependency_job_id":"58c85c37-4e4b-475c-9678-e72c8ad1f64d","html_url":"https://github.com/dakhnod/fzfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakhnod%2Ffzfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakhnod%2Ffzfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakhnod%2Ffzfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakhnod%2Ffzfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dakhnod","download_url":"https://codeload.github.com/dakhnod/fzfs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246407400,"owners_count":20772126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T05:00:41.659Z","updated_at":"2025-03-31T02:33:07.660Z","avatar_url":"https://github.com/dakhnod.png","language":"Python","funding_links":[],"categories":["Off-device \u0026 Debugging"],"sub_categories":["*Development*","Development"],"readme":"# Flipper Zero filesystem driver\n\nThis driver allows you to mount the flipper zero over its serial connection and manage it like a regular mass storage.\n\n## Installation\n\n```\ngit clone --recursive https://github.com/dakhnod/fzfs.git\ncd fzfs\npython3 -m venv venv\n. venv/bin/activate\npip install -r requirements.txt\n```\n\n## Connect via USB Serial\n\nThe script takes two arguments, the serial port and the mount point\n\n```\nvenv/bin/python3 fzfs.py -d /dev/ttyACM0 -m /home/user/flipper-zero\n```\n\nThen you should be able to access your flipper files through file browser of the console in the mountpoint.\n\n## Connect via BLE Serial\n\nFirst, you need to pair your flipper with your computer. Tihs process varies, but a good starting point is:\n```\nbluetoothctl\nagent on\npair your_flipper_mac_address\ndisconnect your_flipper_mac_address\n```\n\nThis should ask you for a confirmation code and pair your device.\nAfter that, ensure that your Flipper is disconnected from your computer.\n\nThen, you can run\n\n```\nvenv/bin/python3 fzfs.py -a \"your_flipper_mac_address\" -m /home/user/flipper-zero\n```\n\n## Disclaimer\n\nThis software is still work in progress and may have errors despite my best efforts, so use with caution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakhnod%2Ffzfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdakhnod%2Ffzfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakhnod%2Ffzfs/lists"}