{"id":47681845,"url":"https://github.com/andrewlemons/logrs","last_synced_at":"2026-04-02T14:02:09.055Z","repository":{"id":347478880,"uuid":"1194190279","full_name":"AndrewLemons/logrs","owner":"AndrewLemons","description":"A desktop amateur radio logging application built with Tauri, Solid.js, and Rust.","archived":false,"fork":false,"pushed_at":"2026-03-28T03:01:10.000Z","size":1452,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T08:50:34.126Z","etag":null,"topics":["amateur-radio","ham-radio","logging","rust","solid","tauri"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewLemons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-28T02:59:12.000Z","updated_at":"2026-03-28T03:03:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AndrewLemons/logrs","commit_stats":null,"previous_names":["andrewlemons/logrs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewLemons/logrs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewLemons%2Flogrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewLemons%2Flogrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewLemons%2Flogrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewLemons%2Flogrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewLemons","download_url":"https://codeload.github.com/AndrewLemons/logrs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewLemons%2Flogrs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["amateur-radio","ham-radio","logging","rust","solid","tauri"],"created_at":"2026-04-02T14:01:50.793Z","updated_at":"2026-04-02T14:02:09.041Z","avatar_url":"https://github.com/AndrewLemons.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LogRS\n\nA desktop amateur radio logging application built with Tauri, Solid.js, and Rust.\n\n![Screenshot](./assets/screenshot.png)\n\n## Features\n\n- **QSO Logging** — Log contacts with callsign lookup (via HamDB), duplicate detection, and customizable fields per logbook template\n- **Templates** — Create custom field layouts with support for text, numeric, dropdown, and lookup field types; station fields persist across QSOs while contact fields reset each entry\n- **Competition / Contest Mode** — Template-driven scoring engine with built-in presets (WAS, CQ Zones, etc.) and a live score/multiplier panel\n- **POTA \u0026 SOTA Support** — Built-in reference data (parks and summits) synced from official sources; autocomplete when logging activations or chaser contacts\n- **Map View** — Leaflet map embedded in the workspace showing worked stations plotted from Maidenhead grid squares\n- **ADIF Import / Export** — Import existing logs or export for upload to Logbook of the World (LoTW), QRZ, eQSL, etc.\n- **Multiple Profiles \u0026 Logbooks** — Manage separate operator profiles (callsign, grid, power, etc.) and independent logbooks, each bound to its own template\n- **Light / Dark Theme** — System-aware with a manual toggle\n\n---\n\n## Tech Stack\n\n| Layer | Technology |\n|---|---|\n| UI | Solid.js + TypeScript |\n| Desktop | Tauri 2.0 (Rust) |\n| Database | SQLite (via rusqlite, WAL mode) |\n| Build | Vite 6 + Cargo |\n| Maps | Leaflet + OpenStreetMap |\n| Linting | Biome (TS), rustfmt (Rust) |\n\n---\n\n## Prerequisites\n\n- [Rust](https://rustup.rs/) (stable)\n- [Node.js](https://nodejs.org/) 18+ or [Bun](https://bun.sh/)\n- Tauri system dependencies for your OS — see the [Tauri prerequisites guide](https://tauri.app/start/prerequisites/)\n\n---\n\n## Getting Started\n\n### Install dependencies\n\n```bash\nbun install\n# or: npm install\n```\n\n### Run in development\n\n```bash\nbun tauri dev\n# or: npm run tauri dev\n```\n\nThis starts the Vite dev server and the native Tauri window together with hot-reload.\n\n### Build for production\n\n```bash\nbun tauri build\n# or: npm run tauri build\n```\n\nThe installer/bundle is placed in `src-tauri/target/release/bundle/`.\n\n---\n\n## Development Commands\n\n| Command | Description |\n|---|---|\n| `bun tauri dev` | Start dev build with hot-reload |\n| `bun tauri build` | Create production bundle |\n| `bun run format` | Format TypeScript with Biome |\n| `bun run lint` | Lint TypeScript with Biome |\n| `bun run format:rust` | Format Rust with rustfmt |\n\n---\n\n## Reference Data Sync\n\nPOTA and SOTA reference data are fetched from their official APIs and stored locally in SQLite. The app checks for stale data (older than 7 days) automatically 5 seconds after launch and re-syncs in the background. You can also trigger a manual sync from the **Settings** page.\n\nProgress is streamed to the UI via Tauri events (`sync-progress`, `background-sync-started`, `background-sync-completed`).\n\n---\n\n## ADIF\n\nUse the **Logbooks** page to import an existing `.adi` / `.adif` file into a logbook, or to export the current logbook for upload to external services. The exporter maps internal field names to standard ADIF tags.\n\n---\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewlemons%2Flogrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewlemons%2Flogrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewlemons%2Flogrs/lists"}