{"id":34803275,"url":"https://github.com/beabzk/zaphnath","last_synced_at":"2026-03-01T22:07:00.941Z","repository":{"id":308847440,"uuid":"1006550333","full_name":"beabzk/zaphnath","owner":"beabzk","description":"Zaphnath Bible Reader - A modern, secure Bible reading app for ZBRS repositories.","archived":false,"fork":false,"pushed_at":"2026-02-23T10:11:54.000Z","size":2740,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-23T19:30:06.454Z","etag":null,"topics":["bible","bible-reader","cross-platform","desktop-app","electron","react","sqlite","typescript","zbrs"],"latest_commit_sha":null,"homepage":"https://beabzk.github.io/zaphnath","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beabzk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"beabzk"}},"created_at":"2025-06-22T14:17:29.000Z","updated_at":"2026-02-23T10:11:57.000Z","dependencies_parsed_at":"2025-10-27T15:20:41.913Z","dependency_job_id":null,"html_url":"https://github.com/beabzk/zaphnath","commit_stats":null,"previous_names":["beabzk/zaphnath"],"tags_count":5,"template":false,"template_full_name":"cawa-93/vite-electron-builder","purl":"pkg:github/beabzk/zaphnath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beabzk%2Fzaphnath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beabzk%2Fzaphnath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beabzk%2Fzaphnath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beabzk%2Fzaphnath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beabzk","download_url":"https://codeload.github.com/beabzk/zaphnath/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beabzk%2Fzaphnath/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29986242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T21:06:37.093Z","status":"ssl_error","status_checked_at":"2026-03-01T21:05:45.052Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bible","bible-reader","cross-platform","desktop-app","electron","react","sqlite","typescript","zbrs"],"created_at":"2025-12-25T11:58:21.111Z","updated_at":"2026-03-01T22:07:00.936Z","avatar_url":"https://github.com/beabzk.png","language":"TypeScript","funding_links":["https://github.com/sponsors/beabzk"],"categories":[],"sub_categories":[],"readme":"# Zaphnath Bible Reader\n\nZaphnath is a cross-platform desktop Bible reader built with Electron, React, and TypeScript. It imports Bible content using ZBRS (Zaphnath Bible Repository Standard), stores data in SQLite, and provides an offline-first reading experience.\n\n## Status\n\nPre-release project. The app is actively evolving and schema/data internals may change before public release.\n\n## What Works Today\n\n- Import ZBRS repositories from remote URLs (parent repositories with translations)\n- Discover repositories from the official registry\n- Read by repository, book, chapter, and verse\n- Search verses locally\n- Create bookmarks, notes, and highlights\n- Manage appearance and reading settings\n\n## Requirements\n\n- Node.js `24.x` (see `.nvmrc`)\n- pnpm `10+`\n\n## Quick Start\n\n```bash\npnpm install\npnpm start\n```\n\n## Common Commands\n\n| Command              | Purpose                                 |\n| -------------------- | --------------------------------------- |\n| `pnpm start`         | Run app in development mode             |\n| `pnpm run build`     | Build all workspaces                    |\n| `pnpm run compile`   | Build distributable app packages        |\n| `pnpm run typecheck` | Run TypeScript checks across workspaces |\n| `pnpm run lint`      | Run ESLint                              |\n| `pnpm run lint:fix`  | Run ESLint with autofix                 |\n| `pnpm run rebuild`   | Rebuild native modules                  |\n\n## Versioning\n\n### App version\n\n- Show version info: `pnpm run version:info`\n- Bump semver: `pnpm run version:patch` / `pnpm run version:minor` / `pnpm run version:major`\n- Set explicit version: `pnpm run version:set -- 0.1.2`\n- Tag current version: `pnpm run version:tag`\n- Tag and push: `pnpm run version:tag -- --push`\n\n### ZBRS version\n\n- Show detected ZBRS versions: `pnpm run zbrs:version:show`\n- Bump ZBRS version across related repos: `pnpm run zbrs:version:set -- 1.1`\n\n## Repository Layout\n\n- `packages/main`: Electron main process, database, repository import/validation\n- `packages/preload`: secure IPC bridge exposed to renderer\n- `packages/renderer`: React UI, state stores, reader/search/settings views\n- `docs`: ZBRS standards, implementation guide, and JSON schemas\n- `tools`: versioning and ZBRS utility scripts\n\n## ZBRS Docs\n\n- Implementation guide: `docs/ZBRS-IMPLEMENTATION-GUIDE.md`\n- Standard v1.1: `docs/standards/zbrs-v1.1.md`\n- Schemas:\n  - `docs/schemas/manifest.schema.json`\n  - `docs/schemas/book.schema.json`\n\nRelated repositories:\n\n- Official translations: `https://github.com/beabzk/zbrs-official`\n- Official registry: `https://github.com/beabzk/zbrs-registry`\n\n## Data Model (Current)\n\n- `repositories` stores parent repositories\n- `repository_translations` stores translation metadata under each parent\n- `books` and `verses` store imported translation content\n- `user_settings` stores app-level preferences\n\n## License\n\nMIT. See `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeabzk%2Fzaphnath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeabzk%2Fzaphnath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeabzk%2Fzaphnath/lists"}