{"id":40095364,"url":"https://github.com/mrbandler/flow","last_synced_at":"2026-01-19T10:31:18.909Z","repository":{"id":325675557,"uuid":"1095067713","full_name":"mrbandler/flow","owner":"mrbandler","description":"Note taking for developers.","archived":false,"fork":false,"pushed_at":"2026-01-16T20:04:27.000Z","size":206,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-17T05:44:58.457Z","etag":null,"topics":["cli","knowledge-base","knowledge-graph","local-first","markdown","note-taking","outliner","pkm","productivity"],"latest_commit_sha":null,"homepage":"https://flow.mrbandler.dev/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrbandler.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":"2025-11-12T14:47:58.000Z","updated_at":"2026-01-16T19:58:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mrbandler/flow","commit_stats":null,"previous_names":["mrbandler/flow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrbandler/flow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbandler%2Fflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbandler%2Fflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbandler%2Fflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbandler%2Fflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrbandler","download_url":"https://codeload.github.com/mrbandler/flow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrbandler%2Fflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cli","knowledge-base","knowledge-graph","local-first","markdown","note-taking","outliner","pkm","productivity"],"created_at":"2026-01-19T10:31:18.801Z","updated_at":"2026-01-19T10:31:18.901Z","avatar_url":"https://github.com/mrbandler.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Flow\n\n**Thoughts captured. Focus unbroken.**\n\n[![Built with Rust](https://img.shields.io/badge/Built%20with-Rust-orange.svg)](https://www.rust-lang.org/)\n[![License: AGPL-3](https://img.shields.io/badge/License-AGPL--3-blue.svg)](./LICENSE)\n[![CI](https://github.com/mrbandler/flow/actions/workflows/ci.yml/badge.svg)](https://github.com/mrbandler/flow/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/mrbandler/flow/branch/master/graph/badge.svg)](https://codecov.io/gh/mrbandler/flow)\n\n*A developer-first, outliner-based note-taking tool that stays out of your way*\n\n[Documentation](https://mrbandler.github.io/flow/) · [Roadmap](#roadmap) · [Contributing](./CONTRIBUTING.md)\n\n\u003c/div\u003e\n\n---\n\nYou're deep in your work. An idea surfaces.\n\nMost note apps make you stop what you're doing: open the app, find the right place, format it properly. By the time you're done, your train of thought is derailed.\n\n**Flow is different.**\n\n```bash\nflow capture \"Research CRDT sync options for offline-first #idea\"\n\n# Done. Back to work.\n```\n\nYour thought is captured. Your momentum continues. Find it later when you need it.\n\n---\n\n## Why Flow?\n\n- **Local-First** — Your data stays on your machine, in plain Markdown\n- **Outliner-First** — Think in bullets, expand to prose when needed\n- **Developer-Friendly** — CLI-native, scriptable, fits your terminal workflow\n- **No Lock-In** — Your notes are just files, take them anywhere\n\n## What You Get\n\n| Component | Description |\n|-----------|-------------|\n| **CLI** | Quick capture and search from your terminal |\n| **TUI** | Full-featured terminal interface |\n| **GUI** | Native desktop app for longer sessions |\n| **Server** | Self-hosted sync across devices |\n\nMix and match — use only what you need.\n\n## Quick Example\n\n```markdown\n- Project X #project\n  status:: 🟩 Active\n  - Architecture decisions\n    - Use microservices for scalability\n    - [[PostgreSQL]] for main DB\n  - Tasks\n    - [ ] Set up CI/CD pipeline #task\n    - [ ] Write API documentation #task\n```\n\nEvery bullet is a node. Add tags to create objects you can query and connect across your knowledge graph.\n\n## Roadmap\n\n\u003e ⚠️ **Flow is in early development.** Star and watch to follow progress!\n\n- [x] Project structure and architecture\n- [ ] Core storage layer (Markdown + Loro CRDT)\n- [ ] CLI integration\n- [ ] TUI interface\n- [ ] GUI application\n- [ ] Sync server\n\n## Getting Started\n\n```bash\n# Coming soon — Flow is in active development\n# Star the repo to get notified when it's ready!\n```\n\n📖 **[Read the documentation](https://mrbandler.github.io/flow/)** for more details.\n\n## Contributing\n\nContributions are welcome! Please read the [Contributing Guide](./CONTRIBUTING.md) to get started.\n\n## Inspiration\n\nFlow draws inspiration from [Logseq](https://logseq.com/), [Tana](https://tana.inc/), [Obsidian](https://obsidian.md/), [Roam Research](https://roamresearch.com/), and [jrnl](https://jrnl.sh/) — combining the best of outliners, knowledge graphs, and CLI simplicity.\n\n## License\n\n[AGPL-3.0](./LICENSE)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**[⭐ Star this repo](https://github.com/mrbandler/flow)** if you're excited about Flow!\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrbandler%2Fflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrbandler%2Fflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrbandler%2Fflow/lists"}