| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Personal operating system for sovereign data.
Refarm is an experimental local-first system for owning, connecting and moving personal data. The current repository is primarily for building the engine, developer tooling and first applications. Public end-user use is not released yet.
Website: https://refarm.dev
Refarm is pre-release. The priority is making the creator's own daily-driver flow reliable before publishing a general user experience.
The intended user outcome is a portable personal data graph that can run offline first and sync through open or replaceable infrastructure.
Current user-facing principles:
This repository is not yet a polished product download. Until release gates are met, the docs and commands here are mainly for contributors and operators.
pnpm install
pnpm run dev
pnpm run build
pnpm testBefore committing TypeScript edits, use the changed-file import organizer as a final cleanup step:
pnpm run imports:organize
pnpm run imports:organize:checkIt uses the TypeScript language service on changed TypeScript source files only, and skips generated artifacts.
Common entry points:
| Area | Start here |
|---|---|
| Architecture | docs/ARCHITECTURE.md |
| Development workflow | docs/WORKFLOW.md |
| Package registry | packages/README.md |
| Roadmap | roadmaps/MAIN.md |
| Contribution guide | CONTRIBUTING.md |
Changes to published packages should include a changeset when applicable:
pnpm run changesetRelease and deploy surfaces are intentionally separate:
Useful dry-run and contract checks:
pnpm run actions:pins
pnpm run deploy:publish:workflow:test
pnpm run release:check
pnpm run runtime-descriptor:release-smoke| Back | FazBrowse Home | New Git URL |