{"id":50734508,"url":"https://github.com/mamamia0729/claude-splitview","last_synced_at":"2026-06-10T12:03:36.297Z","repository":{"id":347954395,"uuid":"1195878654","full_name":"mamamia0729/claude-splitview","owner":"mamamia0729","description":"Run multiple Claude AI conversations side by side in one window. Lightweight Electron app with shared auth and keyboard shortcuts.","archived":false,"fork":false,"pushed_at":"2026-03-30T06:56:19.000Z","size":206,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-30T08:37:58.176Z","etag":null,"topics":["anthropic","claude-ai","desktop-app","electron","productivity","split-view"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mamamia0729.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-30T06:40:07.000Z","updated_at":"2026-03-30T06:56:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mamamia0729/claude-splitview","commit_stats":null,"previous_names":["mamamia0729/claude-splitview"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mamamia0729/claude-splitview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamamia0729%2Fclaude-splitview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamamia0729%2Fclaude-splitview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamamia0729%2Fclaude-splitview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamamia0729%2Fclaude-splitview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mamamia0729","download_url":"https://codeload.github.com/mamamia0729/claude-splitview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamamia0729%2Fclaude-splitview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34151289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["anthropic","claude-ai","desktop-app","electron","productivity","split-view"],"created_at":"2026-06-10T12:03:35.291Z","updated_at":"2026-06-10T12:03:36.292Z","avatar_url":"https://github.com/mamamia0729.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude SplitView\n\nA lightweight Electron desktop app that lets you run multiple Claude AI conversations side by side. No more switching between chats, work on multiple projects simultaneously.\n\n\u003e **Status: Work in Progress**, MVP is functional. Auth, split panes, and keyboard shortcuts all work. More features coming.\n\n![Claude SplitView Screenshot](screenshots/splitview-demo.png)\n\n![Electron](https://img.shields.io/badge/Electron-33+-47848F?logo=electron\u0026logoColor=white)\n![Platform](https://img.shields.io/badge/Platform-Windows-blue?logo=windows)\n![License](https://img.shields.io/badge/License-MIT-green)\n\n## What It Does\n\n- Opens 2–4 Claude AI panes side by side in a single window\n- Each pane is a full claude.ai session, chat, upload files, use artifacts, everything\n- Sign in once with Google and all panes are authenticated\n- Toolbar with pane indicators, add/close/reload buttons\n- Keyboard shortcuts for fast pane switching\n\n## Quick Start\n\n### Prerequisites\n\n- [Node.js 20 LTS](https://nodejs.org) or newer\n- A Claude AI account (free or Pro)\n\n### Install and Run\n\n```bash\ngit clone https://github.com/mamamia0729/claude-splitview.git\ncd claude-splitview\nnpm install\nnpm start\n```\n\n### Sign In\n\n1. Click **Continue with Google** on either pane\n2. A sign-in window opens, log in with your Google account\n3. Both panes authenticate automatically (shared session)\n\n## Keyboard Shortcuts\n\n| Shortcut | Action |\n|----------|--------|\n| `Ctrl+1` / `Ctrl+2` / `Ctrl+3` / `Ctrl+4` | Focus pane 1–4 |\n| `Ctrl+N` | Add new pane (max 4) |\n| `Ctrl+W` | Close active pane |\n| `Ctrl+\\` | Reset to equal split |\n\n## Build Installer (.exe)\n\n```bash\nnpm run build\n```\n\nThe installer will be in the `dist/` folder.\n\n## Project Structure\n\n```\nclaude-splitview/\n  main.js              # Electron main process, window, panes, auth, shortcuts\n  preload.js           # Security bridge for toolbar \u003c\u003e main process\n  package.json         # Dependencies and build config\n  renderer/\n    index.html         # Toolbar UI\n    styles.css         # Toolbar styling\n    app.js             # Toolbar logic\n  assets/\n    icon.ico           # App icon (Windows)\n    icon.png           # App icon (PNG)\n```\n\n## How It Works\n\nThe app is a thin Electron wrapper around claude.ai. Each pane is a `WebContentsView` that loads the real claude.ai website. All panes share the default Electron session, so one login authenticates everything. Google OAuth popups are handled natively by Electron with `window.opener` preserved, so the auth callback works exactly like it does in a regular browser.\n\n## Roadmap\n\n- [x] Two-pane split view\n- [x] Google OAuth sign-in\n- [x] Add/remove panes (up to 4)\n- [x] Keyboard shortcuts\n- [ ] Draggable divider to resize panes\n- [ ] Horizontal/vertical split toggle\n- [ ] Pane labels (name your projects)\n- [ ] Save/restore layout presets\n- [ ] Mixed content panes (docs, GitHub alongside chat)\n- [ ] System tray with global hotkey\n- [ ] macOS and Linux builds\n\n## Troubleshooting\n\n**Blank panes:** Check your internet connection. The app loads claude.ai live.\n\n**Login issues:** Click Reload in the toolbar, then try signing in again.\n\n**Passkey popup (Windows Security):** Just click Cancel, Google will fall back to email/password.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamamia0729%2Fclaude-splitview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmamamia0729%2Fclaude-splitview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamamia0729%2Fclaude-splitview/lists"}