{"id":47627975,"url":"https://github.com/fastrepl/philo","last_synced_at":"2026-04-26T10:02:24.928Z","repository":{"id":338629231,"uuid":"1157698856","full_name":"fastrepl/philo","owner":"fastrepl","description":"IDE for your daily notes","archived":false,"fork":false,"pushed_at":"2026-04-19T17:37:36.000Z","size":34700,"stargazers_count":27,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T19:23:19.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://philo.so","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastrepl.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-02-14T06:38:51.000Z","updated_at":"2026-04-19T17:37:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fastrepl/philo","commit_stats":null,"previous_names":["computelesscomputer/philo","fastrepl/philo"],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/fastrepl/philo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastrepl%2Fphilo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastrepl%2Fphilo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastrepl%2Fphilo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastrepl%2Fphilo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastrepl","download_url":"https://codeload.github.com/fastrepl/philo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastrepl%2Fphilo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32292958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":[],"created_at":"2026-04-01T22:59:56.249Z","updated_at":"2026-04-26T10:02:24.916Z","avatar_url":"https://github.com/fastrepl.png","language":"TypeScript","readme":"# Philo\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ComputelessComputer/philo/releases/latest\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Download-Latest%20Release-1E6BD6?style=for-the-badge\u0026logo=github\u0026logoColor=white\" alt=\"Download the latest Philo release\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n![Philo app screenshot](docs/assets/philo-app-screenshot.png)\n\n\u003e Disclaimer: Philo is an experimental proof-of-concept app. The plan is to integrate this daily-notes workflow into Char in the [fastrepl/char](https://github.com/fastrepl/char) repo over time.\n\nPhilo is the IDE for your daily notes.\n\nBuild widgets directly inside your notes. Keep daily planning in one timeline. Let unfinished and recurring work come back automatically. Keep everything as plain markdown on disk.\n\nPhilo is built for the gap between capture and execution. Instead of writing something down and rebuilding the context later in another tool, you stay inside the note and keep moving.\n\n## Why Philo exists\n\nMost journaling apps are good at capture and weak at execution. Philo is designed to collapse that gap.\n\nThe core bet is simple:\n\n- daily notes should help you run what you thought, not just remember it\n- unfinished tasks should carry forward until they are done\n- recurring work should reappear automatically\n- small tools should be cheap to generate right where the note needs them\n\n## What Philo does\n\n- Keeps older notes in one continuous timeline instead of hiding them behind separate tabs and files\n- Rolls unfinished tasks into today automatically when the date changes\n- Brings recurring tasks back on schedule so your planning surface rebuilds itself\n- Generates disposable widgets inline for one-off tools, trackers, calculators, and experiments\n- Lets you keep the useful widgets in a small reusable library\n- Stores notes as plain markdown on disk and works with existing Obsidian vaults\n- Supports markdown-native content like images, wiki links, and Excalidraw embeds\n- Includes optional AI features for note chat, search, and dry-run edits inside the app\n\n## Product principles\n\n### One calmer planning loop\n\nPhilo keeps tomorrow, today, and past notes close together so the page already knows what was in flight when you open it.\n\n### Disposable by default\n\nMany tools only need to exist for a day or a week. Philo makes widgets cheap to create, easy to delete, and reusable only when they earn it.\n\n### Markdown, not lock-in\n\nYour notes stay as files you control. Philo is meant to sit beside your vault, not replace it.\n\n### Free and open source\n\nPhilo is built to make daily notes lighter, not turn them into another subscription silo.\n\n## Keyboard shortcuts\n\n- `⌘⇧B` build a widget from the current selection\n- `⌘J` open note chat\n- `⌘F` search notes\n- `⌘P` open the widget library\n- `⌘,` open settings\n\n## Try Philo\n\n- Website: [philo.so](https://philo.so)\n- Blog: [Notes from the team](https://philo.so/blog)\n- Download: [Latest release](https://github.com/ComputelessComputer/philo/releases/latest)\n- Releases: [GitHub releases](https://github.com/ComputelessComputer/philo/releases)\n- Source: [GitHub repository](https://github.com/ComputelessComputer/philo)\n\n## License\n\nPhilo is licensed under the GNU General Public License v3.0 or later. See [LICENSE](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastrepl%2Fphilo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastrepl%2Fphilo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastrepl%2Fphilo/lists"}