https://github.com/pepicrft/micelio
A moden Hif forge for the agentic world
https://github.com/pepicrft/micelio
agentic github
Last synced: 6 months ago
JSON representation
A moden Hif forge for the agentic world
- Host: GitHub
- URL: https://github.com/pepicrft/micelio
- Owner: pepicrft
- License: mpl-2.0
- Created: 2025-12-28T15:28:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-28T17:58:49.000Z (6 months ago)
- Last Synced: 2025-12-31T06:21:55.292Z (6 months ago)
- Topics: agentic, github
- Language: Elixir
- Homepage: https://micelio.dev
- Size: 113 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Micelio
Micelio is a minimalist and free software git forge. The main instance is available at [micelio.dev](https://micelio.dev).
> [!WARNING]
> This project is a work in progress and exploratory. Expect breaking changes and incomplete features.
## Documentation
The documentation for _users_, _contributors_, and _hosters_ is available at [`/docs`](/docs).
## Development
> [!NOTE]
> Micelio uses [libgit2](https://libgit2.org/) for Git operations via Zig NIFs. You'll need to install it before compiling:
> - **macOS**: `brew install libgit2`
> - **Debian/Ubuntu**: `apt-get install libgit2-dev`
To start your Phoenix server:
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).