{"id":31271857,"url":"https://github.com/glitchedslimy/merino","last_synced_at":"2025-09-23T20:42:57.876Z","repository":{"id":316109659,"uuid":"1028208139","full_name":"glitchedslimy/Merino","owner":"glitchedslimy","description":"🐑 Your new newbie and power user note taking app.","archived":false,"fork":false,"pushed_at":"2025-09-22T18:16:02.000Z","size":17573,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T19:29:45.369Z","etag":null,"topics":["merino","notes","notes-tool","rust","rustlang","svelte5","sveltekit"],"latest_commit_sha":null,"homepage":"","language":"Svelte","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/glitchedslimy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","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-07-29T07:28:18.000Z","updated_at":"2025-09-22T18:05:41.000Z","dependencies_parsed_at":"2025-09-22T19:41:50.799Z","dependency_job_id":null,"html_url":"https://github.com/glitchedslimy/Merino","commit_stats":null,"previous_names":["glitchedslimy/merino"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/glitchedslimy/Merino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glitchedslimy%2FMerino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glitchedslimy%2FMerino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glitchedslimy%2FMerino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glitchedslimy%2FMerino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glitchedslimy","download_url":"https://codeload.github.com/glitchedslimy/Merino/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glitchedslimy%2FMerino/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276647601,"owners_count":25679617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"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":["merino","notes","notes-tool","rust","rustlang","svelte5","sveltekit"],"created_at":"2025-09-23T20:42:52.349Z","updated_at":"2025-09-23T20:42:57.870Z","avatar_url":"https://github.com/glitchedslimy.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Merino Logo](assets/banner.png)\n\n\n# What is Merino? 🐑\n**The _first_ note taking app where block style editing meets markdown.**\n\n_Merino_ is a note taking app designed to be private and easy-to use, with a focus on markdown support first. It combines the structured, intuitive experience of a block-style editor with the speed and power of Markdown syntax.\n\n\u003e [!WARNING]\n\u003e There will be dragons, the app is on beta and there are bugs and missing features, be patience while you use this in beta state.\n\n## Key Features ✨\n- **Markdown Support**: Write notes using standard Markdown syntax. You can use headings, bold and italic text, lists, and more, all of which are rendered into rich text.\n\n- **Block Style Editor**: Organize your thoughts with a block-based editor. Each paragraph, heading, and list item is its own block, giving you granular control over your content.\n\n- **Privacy First**: I don't store your data on the cloud. All notes are saved locally on your device by default, giving you complete control over your information.\n\n- **Customizable**: I believe your tools should be your own. With our built-in theming system, you can customize the look and feel of your notes to match your style.\n\n- **AI Integration**: Explore the future of note-taking with AI. Merino has built-in support for using local AI models, with plans to support cloud-based models in the future.\n\n## Getting Started 🍵\nSince this is a `source-available` project, you can get started by building it from the source code if you're going to contribute or just like to do so.\n\nIf not, I encourage you to use the [Releases](https://github.com/glitchedslimy/Merino/releases) or [Website]() to download it.\n\n_Be ware, and only download Merino from this same repository or the official website, **DO NOT** download it from any other source, I don't know what other people could've done to the code._\n\n### Prerequisites 👁️\n-  A modern C++ compiler (e.g, Clang 12+, GCC 10+).\n- Node.js (LTS version).\n- Rust.\n- NPM, although you can use PNPM or yarn and should be working as well.\n\n### Installation 💻\n1. Clone the repository\n\n`git clone https://github.com/glitchedslimy/Merino.git`\n\n2. Navigate into the project directory:\n\n`cd merino`\n\n3. Install the depedencies needed:\n\n`npm install`\n\n4. Build the app\n\n`npm run tauri build`\n\nWith that you should have an installer inside: `src-tauri/target/release/bundle/msi` or `src-tauri/target/release/bundle/nsi`.\n\n## Roadmap 🛣️\nI have an official roadmap for this app and it's future. Please read [ROADMAP](./ROADMAP.md) to get more information about the future of Merino.\n\n## Docs 🗒️\nThey are under construction on another repository.\n\n## Contributions 😎\nThis is a Source-Available project, that means, you can fork it and modify it only with the intetion of submitting back to this same repository (official one).\n\nFollow the guidelines specified in [CONTRIBUTING](./CONTRIBUTING.md).\n\n_If you don't follow these rules, your PR or feature request will be denied inmediatly._\n\n## Links ⛓️‍💥\n- [License (Source Only)](./LICENSE.md)\n- [Contributing](./CONTRIBUTING.md)\n- [Website]()","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitchedslimy%2Fmerino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglitchedslimy%2Fmerino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitchedslimy%2Fmerino/lists"}