{"id":43383399,"url":"https://github.com/everettjf/reporead","last_synced_at":"2026-02-07T05:02:39.762Z","repository":{"id":335260265,"uuid":"1143508324","full_name":"everettjf/RepoRead","owner":"everettjf","description":"A lightweight desktop app to browse GitHub repositories without cloning. Features syntax highlighting, file tree navigation, trending repos, favorites, and AI-powered code interpretation. Built with Tauri + React.","archived":false,"fork":false,"pushed_at":"2026-02-02T07:27:38.000Z","size":8914,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-02T20:19:29.437Z","etag":null,"topics":["macos","repository","rust","study","tauri","typescript"],"latest_commit_sha":null,"homepage":"","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/everettjf.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-27T17:04:15.000Z","updated_at":"2026-02-02T10:15:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/everettjf/RepoRead","commit_stats":null,"previous_names":["everettjf/reporead"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/everettjf/RepoRead","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2FRepoRead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2FRepoRead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2FRepoRead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2FRepoRead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/everettjf","download_url":"https://codeload.github.com/everettjf/RepoRead/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2FRepoRead/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29040716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T09:57:37.951Z","status":"ssl_error","status_checked_at":"2026-02-03T09:55:14.920Z","response_time":96,"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":["macos","repository","rust","study","tauri","typescript"],"created_at":"2026-02-02T09:22:56.434Z","updated_at":"2026-02-07T05:02:39.753Z","avatar_url":"https://github.com/everettjf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RepoRead\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"appicon.png\" width=\"128\" height=\"128\" alt=\"RepoRead Icon\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eRead GitHub repositories. No clone. No setup. Just code.\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#development\"\u003eDevelopment\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nA lightweight desktop app for browsing GitHub repositories without cloning. Perfect for code review, learning from open source projects, or quickly exploring unfamiliar codebases.\n\n## Features\n\n- **Instant Access** - Enter a GitHub URL and start reading immediately\n- **File Tree Navigation** - Browse repository structure with familiar folder/file hierarchy\n- **Syntax Highlighting** - Monaco Editor (VS Code's editor) with full syntax highlighting\n- **Search GitHub** - Search and import repositories directly from the app\n- **Trending Repos** - Discover trending repositories by language and time period\n- **Favorites** - Save repositories for quick access later\n- **Screenshots** - Capture code regions as images (with clipboard support)\n- **AI Interpretation** - Get AI-powered code explanations via OpenRouter API\n- **Offline Cache** - Previously viewed repos are cached locally\n\n## Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/screenshot1.png\" width=\"49%\" alt=\"Screenshot 1\"\u003e\n  \u003cimg src=\"screenshots/screenshot2.png\" width=\"49%\" alt=\"Screenshot 2\"\u003e\n\u003c/p\u003e\n\n## Installation\n\n### macOS\n\nDownload the latest `.dmg` from [Releases](https://github.com/everettjf/RepoRead/releases) and drag to Applications.\n\n### Homebrew (macOS)\n\n```bash\nbrew tap everettjf/tap\nbrew install --cask reporead\n```\n\n### Build from Source\n\n1) Install Rust (via rustup)\n- macOS/Linux:\n  ```bash\n  curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n  source \"$HOME/.cargo/env\"\n  ```\n- Verify:\n  ```bash\n  rustc --version\n  cargo --version\n  ```\n\n2) Install Bun\n- macOS/Linux:\n  ```bash\n  curl -fsSL https://bun.sh/install | bash\n  ```\n- Verify:\n  ```bash\n  bun --version\n  ```\n\n3) Build and run RepoRead\n```bash\n# Clone the repository\ngit clone https://github.com/everettjf/RepoRead.git\ncd RepoRead\n\n# Install dependencies\nbun install\n\n# Run in development mode\nbun run tauri dev\n\n# Build for production (outputs .dmg to src-tauri/target/release/bundle/dmg/)\nbun run tauri build\n```\n\n## Development\n\n```bash\n# Start development server\nbun run tauri dev\n\n# Build production app (outputs .dmg to src-tauri/target/release/bundle/dmg/)\nbun run tauri build\n\n# Frontend only (without Tauri)\nbun run dev\n```\n\n### Tech Stack\n\n- **Frontend**: React 19, TypeScript, Vite, Monaco Editor\n- **Backend**: Rust, Tauri 2\n- **Styling**: CSS (no framework)\n\n### Project Structure\n\n```\n├── src/                  # React frontend\n│   ├── components/       # React components\n│   ├── api.ts           # Tauri IPC wrappers\n│   └── types.ts         # TypeScript interfaces\n├── src-tauri/           # Rust backend\n│   └── src/\n│       ├── lib.rs       # Tauri commands\n│       └── repo.rs      # Core business logic\n└── package.json\n```\n\n## Configuration\n\n### GitHub Token (Optional)\n\nFor higher API rate limits, add your GitHub personal access token in Settings.\n\n### AI Interpretation (Optional)\n\nTo enable AI-powered code interpretation:\n1. Get an API key from [OpenRouter](https://openrouter.ai/)\n2. Add the key in Settings \u003e Interpretation\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=everettjf/RepoRead\u0026type=Date)](https://star-history.com/#everettjf/RepoRead\u0026Date)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with Tauri + React\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverettjf%2Freporead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feverettjf%2Freporead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverettjf%2Freporead/lists"}