{"id":46585521,"url":"https://github.com/sorenwacker/graph-core","last_synced_at":"2026-04-16T09:05:52.128Z","repository":{"id":333098165,"uuid":"1136198709","full_name":"sorenwacker/graph-core","owner":"sorenwacker","description":"Hierarchical node management app with tree, card, and graph views built with Vue 3 and Electron","archived":false,"fork":false,"pushed_at":"2026-04-10T21:16:37.000Z","size":1585,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-10T21:29:40.611Z","etag":null,"topics":["desktop-app","electron","node-editor","typescript","vue"],"latest_commit_sha":null,"homepage":null,"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/sorenwacker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/development.md","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-01-17T08:45:50.000Z","updated_at":"2026-04-10T21:16:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sorenwacker/graph-core","commit_stats":null,"previous_names":["sorenwacker/graph-core"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/sorenwacker/graph-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorenwacker%2Fgraph-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorenwacker%2Fgraph-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorenwacker%2Fgraph-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorenwacker%2Fgraph-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorenwacker","download_url":"https://codeload.github.com/sorenwacker/graph-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorenwacker%2Fgraph-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31878857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T07:36:03.521Z","status":"ssl_error","status_checked_at":"2026-04-16T07:35:53.576Z","response_time":69,"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":["desktop-app","electron","node-editor","typescript","vue"],"created_at":"2026-03-07T12:07:23.448Z","updated_at":"2026-04-16T09:05:52.113Z","avatar_url":"https://github.com/sorenwacker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graph Core\n\n[![CI](https://github.com/sorenwacker/graph-core/actions/workflows/ci.yml/badge.svg)](https://github.com/sorenwacker/graph-core/actions/workflows/ci.yml)\n![Node](https://img.shields.io/badge/node-20%2B-green)\n![Electron](https://img.shields.io/badge/electron-35-blue)\n![Vue](https://img.shields.io/badge/vue-3-brightgreen)\n\nA hierarchical node management application built with Vue 3, Vite, and Electron. Organize tasks, notes, and information in a tree structure with multiple visualization modes.\n\n## Features\n\n- **Multiple Views**: Tree, Cards, Graph, Table, Timeline, Calendar, Tasks, and Persons views\n- **Node Types**: Tasks, notes, topics, events, contacts, and more with distinct colors\n- **Hierarchical Organization**: Nest nodes within nodes for structured data\n- **Detachable Windows**: Open nodes in separate windows for focused editing\n- **Workspaces**: Organize nodes into separate workspaces\n- **Search**: Spotlight-style search (Cmd+K) for quick navigation\n- **Favorites \u0026 Recents**: Quick access to frequently used nodes\n- **Keyboard Shortcuts**: Efficient navigation and editing\n- **AI Notes**: Local LLM integration via Ollama for improving, summarizing, and transforming notes\n\n## AI Notes\n\nThe app supports AI-powered note improvements via two providers:\n\n### Ollama (Local)\n\n1. Install Ollama: https://ollama.ai/download\n2. Pull a model: `ollama pull llama3.2`\n3. Start Ollama: `ollama serve`\n4. In Settings, select \"Ollama\" as provider and test the connection\n\n**Settings:**\n- **Endpoint**: Ollama server URL (default: `http://localhost:11434`)\n- **Model**: Any Ollama model (default: `llama3.2`)\n- **Context Size**: Token limit for processing (4K-128K, default: 32K)\n\n### OpenAI-compatible APIs\n\nUse OpenAI, Azure OpenAI, or any compatible endpoint.\n\n1. In Settings, select \"OpenAI-compatible\" as provider\n2. Enter your API endpoint and API key\n3. Select a model and test the connection\n\n**Settings:**\n- **Endpoint**: API URL (default: `https://api.openai.com/v1`)\n- **API Key**: Your API key (required)\n- **Model**: Model name (default: `gpt-4o-mini`)\n\n### Features\n\n- **Preset Actions**: Improve, Summarize, Expand, Fix Grammar, Simplify, Bullet Points, Action Items, Continue\n- **Custom Prompts**: Create your own prompts in Settings\n- **Preview \u0026 Diff**: Review changes before applying\n- **Undo Support**: All AI changes can be undone\n\n## Development\n\n### Prerequisites\n\n- Node.js 20+\n- npm\n\n### Setup\n\n```bash\nnpm install\n```\n\n### Run Development Server\n\n```bash\n# Web only\nnpm run dev\n\n# Electron app\nnpm run electron:dev\n```\n\n### Run Tests\n\n```bash\nnpm run test        # Watch mode\nnpm run test:run    # Single run\n```\n\n### Build\n\n```bash\n# Web build\nnpm run build\n\n# Electron app (macOS)\nnpm run electron:build\n```\n\n### Makefile Commands\n\n| Command | Description |\n|---------|-------------|\n| `make dev` | Start Electron app in development mode |\n| `make install` | Install npm dependencies |\n| `make build` | Build Electron app for production |\n| `make stop` | Stop running dev servers (kills Electron and Vite processes) |\n| `make clean` | Remove build artifacts (dist, dist-electron, .vite cache) |\n| `make reset-db` | Delete the SQLite database (with 3s confirmation delay) |\n\n## Tech Stack\n\n- **Frontend**: Vue 3 with Composition API\n- **Build Tool**: Vite\n- **Desktop**: Electron\n- **Database**: SQLite (via better-sqlite3)\n- **Testing**: Vitest + Vue Test Utils\n- **Visualization**: D3.js for graph view\n\n## Build Notes\n\n### electron-builder compatibility (2026-01-18)\n\nelectron-builder \u003e= 26.x has a bug with the `tar` module ESM/CommonJS import on Node.js 20+:\n\n```\nSyntaxError: The requested module 'tar' does not provide an export named 'default'\n```\n\nFix: Pin to older versions in package.json:\n- `electron-builder`: 25.1.8\n- `@electron/rebuild`: 3.6.2\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorenwacker%2Fgraph-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorenwacker%2Fgraph-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorenwacker%2Fgraph-core/lists"}