Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archivy/archivy
Archivy is a self-hostable knowledge repository that allows you to learn and retain information in your own personal and extensible wiki.
https://github.com/archivy/archivy
cli digital-brain elasticsearch hacktoberfest knowledge knowledge-base note-taking productivity python
Last synced: 4 days ago
JSON representation
Archivy is a self-hostable knowledge repository that allows you to learn and retain information in your own personal and extensible wiki.
- Host: GitHub
- URL: https://github.com/archivy/archivy
- Owner: archivy
- License: mit
- Created: 2020-06-04T17:11:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T23:33:15.000Z (over 1 year ago)
- Last Synced: 2025-01-01T21:08:15.316Z (11 days ago)
- Topics: cli, digital-brain, elasticsearch, hacktoberfest, knowledge, knowledge-base, note-taking, productivity, python
- Language: Python
- Homepage: https://archivy.github.io
- Size: 1.16 MB
- Stars: 3,219
- Watchers: 49
- Forks: 114
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-list - archivy - hosted knowledge repository that allows you to safely preserve useful content that contributes to your own personal, searchable and extendable wiki. | archivy | 2659 | (Python)
- my-awesome - archivy/archivy - brain,elasticsearch,hacktoberfest,knowledge,knowledge-base,note-taking,productivity,python pushed_at:2023-07 star:3.2k fork:0.1k Archivy is a self-hostable knowledge repository that allows you to learn and retain information in your own personal and extensible wiki. (Python)
- project-awesome - archivy/archivy - Archivy is a self-hostable knowledge repository that allows you to learn and retain information in your own personal and extensible wiki. (Python)
- jimsghstars - archivy/archivy - Archivy is a self-hostable knowledge repository that allows you to learn and retain information in your own personal and extensible wiki. (Python)
README
![logo](docs/img/logo.png)
# Archivy
Archivy is a self-hostable knowledge repository that allows you to learn and retain information in your own personal and extensible wiki.
Features:
- If you add bookmarks, their web-pages contents' will be saved to ensure that you will **always** have access to it, following the idea of [digital preservation](https://jeffhuang.com/designed_to_last/). Archivy is also easily integrated with other services and your online accounts.
- Knowledge base organization with bidirectional links between notes, and embedded tags.
- Everything is a file! For ease of access and editing, all the content is stored in extended markdown files with yaml front matter. This format supports footnotes, LaTeX math rendering, syntax highlighting and more.
- Extensible plugin system and API for power users to take control of their knowledge process
- [syncing options](https://github.com/archivy/archivy-git)
- Powerful and advanced search.
- Image upload[demo video](https://www.uzpg.me/assets/images/archivy.mov)
[Roadmap](https://github.com/archivy/archivy/issues/74#issuecomment-764828063)
Upcoming:
- Annotations
- Multi User System with permission setup.## Quickstart
Install archivy with `pip install archivy`. Other installations methods are listed [here](https://archivy.github.io/install), including Docker.
Run the `archivy init` command to setup you installation.
Then run this and enter a password to create a new user:
```bash
$ archivy create-admin
```Finally, execute `archivy run` to serve the app. You can open it at https://localhost:5000 and login with the credentials you entered before.
You can then use archivy to create notes, bookmarks and then organize and store information.
See the [official docs](https://archivy.github.io) for information on other installation methods.
## Community
Archivy is dedicated to building **open and quality knowledge base software** through collaboration and community discussion.
To get news and updates on Archivy and its development, you can [watch the archivy repository](https://github.com/archivy/archivy) or follow [@uzpg_ on Twitter](https://twitter.com/uzpg_).
You can interact with us through the [issue board](https://github.com/archivy/archivy/issues) and the more casual [discord server](https://discord.gg/uQsqyxB).
Note: If you're interested in the applications of AI to knowledge management, we're also working on this with [Espial](https://github.com/Uzay-G/espial).