Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 808 Bytes

File metadata and controls

24 lines (16 loc) · 808 Bytes

Contributing

Thanks for helping improve FireFetch.

Development

npm install
npm test
npm start

The desktop app is Windows-first. Runtime tools are expected under dep/ and are intentionally not committed.

Pull Requests

  • Keep changes focused and describe the user-visible behavior they change.
  • Add or update tests when changing backend helpers, API behavior, settings, queue handling, or file operations.
  • Do not commit runtime state such as settings.json, downloads-state.json, downloads/, cookies/, logs/, or bundled binaries under dep/.
  • Use the docs in docs/ as the source of truth for current API and packaging behavior.

Responsible Use

FireFetch is intended for downloading content that users have the right to access and store. It does not bypass DRM.