{"id":47842154,"url":"https://github.com/micasa-dev/micasa","last_synced_at":"2026-04-26T10:01:19.787Z","repository":{"id":338977524,"uuid":"1151734511","full_name":"micasa-dev/micasa","owner":"micasa-dev","description":"A modal TUI for tracking home projects, maintenance schedules, appliances, and vendor quotes.","archived":false,"fork":false,"pushed_at":"2026-04-20T11:59:07.000Z","size":120694,"stargazers_count":1244,"open_issues_count":50,"forks_count":50,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-20T13:43:36.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://micasa.dev","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micasa-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-06T20:44:30.000Z","updated_at":"2026-04-20T13:36:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/micasa-dev/micasa","commit_stats":null,"previous_names":["cpcloud/micasa"],"tags_count":163,"template":false,"template_full_name":null,"purl":"pkg:github/micasa-dev/micasa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micasa-dev%2Fmicasa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micasa-dev%2Fmicasa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micasa-dev%2Fmicasa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micasa-dev%2Fmicasa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micasa-dev","download_url":"https://codeload.github.com/micasa-dev/micasa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micasa-dev%2Fmicasa/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-03T21:00:25.563Z","updated_at":"2026-04-26T10:01:19.725Z","avatar_url":"https://github.com/micasa-dev.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003c!-- Copyright 2026 Phillip Cloud --\u003e\n\u003c!-- Licensed under the Apache License, Version 2.0 --\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/house.svg\" alt=\"micasa\"\u003e\n\n  \u003cbr\u003e\u003cbr\u003e\n\n  [![CI](https://github.com/micasa-dev/micasa/actions/workflows/ci.yml/badge.svg)](https://github.com/micasa-dev/micasa/actions/workflows/ci.yml)\n  [![Release](https://img.shields.io/github/v/release/micasa-dev/micasa)](https://github.com/micasa-dev/micasa/releases/latest)\n  [![Go](https://img.shields.io/github/go-mod/go-version/micasa-dev/micasa)](https://go.dev)\n  [![Docs](https://img.shields.io/badge/docs-micasa.dev-blue)](https://micasa.dev/docs)\n\u003c/div\u003e\n\n# `micasa`\n\nHome maintenance, from the terminal.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/demo.webp\" alt=\"micasa demo\" width=\"800\"\u003e\n\u003c/div\u003e\n\n## Features\n\n- **When did I last change the furnace filter?** Schedules, due dates, full history. Set it and forget it.\n- **What if we finally did the backyard?** Projects from napkin sketch to completion, or graceful abandonment.\n- **How much would it cost to…** Quotes side by side, vendor history, and the math to actually decide.\n- **Who did we use last time?** Every contractor, every quote, every job. All searchable.\n- **How much have I spent on plumbing this year?** Ask a local LLM. Or don't. Offline until you say otherwise.\n\n## Keyboard driven\n\nVim-style modal keys: `nav` mode to browse, `edit` mode to change things. Sort by any column, jump to columns with fuzzy search, hide what you don't need, and drill into related records.\n\nSee the full [keybinding reference](https://micasa.dev/docs/reference/keybindings/).\n\n## Install\n\n```sh\ngo install github.com/micasa-dev/micasa/cmd/micasa@latest\n```\n\nOr grab a [binary](https://github.com/micasa-dev/micasa/releases/latest) for Linux, macOS, or Windows.\n\nThen:\n\n```sh\nmicasa demo         # sample data\nmicasa              # your house\n```\n\n## Documentation\n\nFull docs at [micasa.dev/docs](https://micasa.dev/docs/).\n\n## Development\n\n[Pure Go](https://go.dev), zero CGO. Built on [Charmbracelet](https://github.com/charmbracelet) + [GORM](https://gorm.io) + [SQLite](https://sqlite.org). TUI design inspired by [VisiData](https://www.visidata.org/). Developed with AI coding agents ([Claude](https://claude.ai), [Claude Code](https://claude.ai/code)).\n\nPRs welcome, including AI-assisted ones, as long as you've reviewed and curated the code. See the [contributing guide](https://micasa.dev/docs/development/contributing/).\n\n```sh\nnix develop                      # enter dev shell\ngo test -shuffle=on ./...        # run tests\n```\n\n## License\n\nApache-2.0. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicasa-dev%2Fmicasa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicasa-dev%2Fmicasa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicasa-dev%2Fmicasa/lists"}