{"id":16687833,"url":"https://github.com/eyhn/anything","last_synced_at":"2025-03-23T14:31:47.135Z","repository":{"id":45083101,"uuid":"291512200","full_name":"EYHN/Anything","owner":"EYHN","description":"Digital asset organizing tool for creators.","archived":false,"fork":false,"pushed_at":"2022-01-10T05:39:48.000Z","size":54655,"stargazers_count":23,"open_issues_count":7,"forks_count":3,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-03-18T21:21:49.023Z","etag":null,"topics":["cloud-native","designer","desktop-app","dotnet","filemanager","monorepo","react","self-hosted","tools"],"latest_commit_sha":null,"homepage":"","language":"C#","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/EYHN.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}},"created_at":"2020-08-30T16:51:35.000Z","updated_at":"2024-09-16T06:06:43.000Z","dependencies_parsed_at":"2022-09-22T17:00:45.215Z","dependency_job_id":null,"html_url":"https://github.com/EYHN/Anything","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EYHN%2FAnything","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EYHN%2FAnything/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EYHN%2FAnything/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EYHN%2FAnything/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EYHN","download_url":"https://codeload.github.com/EYHN/Anything/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115975,"owners_count":20563263,"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","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":["cloud-native","designer","desktop-app","dotnet","filemanager","monorepo","react","self-hosted","tools"],"created_at":"2024-10-12T15:25:16.782Z","updated_at":"2025-03-23T14:31:42.120Z","avatar_url":"https://github.com/EYHN.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e This project is still in the early stages of development. All code, interfaces and features are unstable.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./banner.png\" width=\"800px\"/\u003e\n\u003c/p\u003e\n\n![](./screenshot.png)\n\nDigital asset organizing tool for creators.\n\n[![CI](https://github.com/EYHN/Anything/actions/workflows/CI.yml/badge.svg)](https://github.com/EYHN/Anything/actions/workflows/CI.yml)\n[![codecov](https://codecov.io/gh/EYHN/Anything/branch/develop/graph/badge.svg?token=J9T65C0F2N)](https://codecov.io/gh/EYHN/Anything)\n\n## Features\n\n- Full-featured file manager\n- Preview support for text, images, audio, video, fonts, 3D, and more files.\n- Powerful metadata mining and search feature.\n- Can be installed as a local application or deployed as a cloud service.\n- Cross-platform with high performance, using dotnet and web technologies.\n\n[Roadmap](https://github.com/EYHN/Anything/wiki/Roadmap)\n\n## Modules\n\nThis repository is a monorepo and contains the following modules.\n\n### core\n\nThe backend of `Anything`, running on the `dotnet`.\n\nStatus: ![70%](https://img.shields.io/badge/developing-70%25-269539?style=flat-square)\n\n| Name                | Description                                                                                                                                                      | Status                                                            |\n| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |\n| Anything.FileSystem | Virtual File system abstraction, smoothing out file system differences in between platforms, and also allows for custom file system providers.                   | ![](https://img.shields.io/badge/-90%25-43853d?style=flat-square) |\n| Anything.Database   | Provides storage interface based on sqlite, capable of storing file indexes, image cache, configuration files, etc.                                              | ![](https://img.shields.io/badge/-70%25-269539?style=flat-square) |\n| Anything.Preview    | Gets file types, icons, thumbnails and metadata from different formats of files.                                                                                 | ![](https://img.shields.io/badge/-30%25-FF7139?style=flat-square) |\n| Anything.Search     | Provide search interface for applications, including metadata mining and implementation of a search engine based on [Lucene.Net](https://lucenenet.apache.org/). | ![](https://img.shields.io/badge/-30%25-FF7139?style=flat-square) |\n| Anything.Server     | Provides interfaces for clients to access data. Using `graphql` to query data and using `http` to transfer images and files.                                     | ![](https://img.shields.io/badge/-30%25-FF7139?style=flat-square) |\n\n### web\n\nA web client for anything, built with `react`.\n\nStatus: ![30%](https://img.shields.io/badge/developing-30%25-FF7139?style=flat-square)\n\n## Community\n\nWe will release information about project progress, news, and design in [Discussions](https://github.com/EYHN/Anything/discussions).\n\nThe official community language is English.\n\n## Contribution\n\n### Ideas\n\nYou can post your thoughts and ideas about this project in [Discussions](https://github.com/EYHN/Anything/discussions).\n\n### Develop\n\n#### Back-end\n\nAnything's backend programming language is c#.\n\nYou can use `Vistual Studio`, `Vistual Studio Code`, `Github Codespace`, `JetBrains Rider` for development.\n\nThe project uses `StyleCop`, and the code needs to pass Roslyn code style analysis.\n\nThe project uses `NUnit` and all modules need to cover unit tests.\n\n#### Front-end\n\nThe project uses `pnpm` as the package manager.\n\nClone this repository, run `pnpm install`, then run `pnpm run dev` for development.\n\n### Design\n\nWe use `figma` for UI and icon design. You can find the latest design [from here](https://www.figma.com/file/j6B64U4ebq0nJsp6RDXfN2/Anything).\n\nOr you can download the editable figma file [from here](./dls/Anything.fig).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyhn%2Fanything","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyhn%2Fanything","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyhn%2Fanything/lists"}