1
Fork 0
[push mirror] Backup repository for the main codeberg repo https://codeberg.org/timedout/venator
  • Go 97.8%
  • Nix 1.2%
  • Shell 0.8%
  • Dockerfile 0.2%
Find a file
2026-07-20 23:51:09 +01:00
.forgejo fix(ci): Read documentation 2026-07-18 15:12:43 +01:00
.idea feat: Introduce password peppering (#135) 2026-07-19 00:17:58 +01:00
cmd feat(venatorctl): Add signing key generation command 2026-07-20 22:46:42 +01:00
contrib fix: Docker definition files 2026-07-19 00:29:24 +01:00
dev docs: Add guide for running test suites 2026-07-15 15:05:48 +01:00
docs docs: Document extra_signing_key_paths 2026-07-20 23:10:27 +01:00
internal feat: Simplify v22 upgrade, add more logging to it 2026-07-20 23:51:09 +01:00
libvenator chore: Move std extensions into xstd pkg 2026-07-18 16:36:32 +01:00
tests/e2e feat: Move xmautrix to external module 2026-07-18 15:59:38 +01:00
utils feat: Introduce password peppering (#135) 2026-07-19 00:17:58 +01:00
.gitignore fix(git): Ignore complement dir 2026-07-13 22:06:27 +01:00
.gitmodules feat: add pre-commit configuration and fix code quality issues (#3) 2025-10-20 16:19:06 +02:00
.golangci.yml style(meta): Increase hugeParam threshold to 320 2026-06-19 15:32:52 +01:00
.markdownlint-cli2.yaml fix(ci): Don't markdown lint generated nix reference 2026-07-04 04:02:32 +01:00
.markdownlint.yaml fix(pre-commit): Don't mess up code samples in markdown 2026-06-01 13:41:55 +01:00
.pre-commit-config.yaml feat(ci): Use golangci-lint fmt instead of gofmt 2026-06-25 22:29:55 +01:00
book.toml refactor: Rename Hammerhead to Venator (#61) 2026-04-19 04:11:59 +01:00
build.sh chore: Sync build script 2026-07-18 16:23:10 +01:00
default.nix feat: Nix package for Venator (#108) 2026-06-19 18:34:37 +02:00
flake.lock feat: Nix package for Venator (#108) 2026-06-19 18:34:37 +02:00
flake.nix feat: Nix package for Venator (#108) 2026-06-19 18:34:37 +02:00
go.mod refactor: Use short IDs in Accounts table (#136) 2026-07-20 15:45:32 +02:00
go.sum feat: Move stateres to external module 2026-07-18 16:19:52 +01:00
LICENSE Initial commit 2025-05-21 03:20:20 +01:00
README.md chore: Update README 2026-07-14 05:57:24 +01:00
renovate.json fix(ci): Trigger Renovate more often, fix labels 2026-05-09 15:52:39 +01:00

Matrix Venator

Over-fire all reactors. We're gonna blow right past this guy, whoever he is

Note

Interested in Venator as a project? Join #venator:nexy7574.co.uk to discuss :)

Venator is an independently maintained Matrix homeserver, written from scratch in Go using the mautrix-go SDK. Venator focuses on ease of use, efficiency, and technical compliance, bringing you a pocket-sized interoperable chat server, that will bring you where you need it to without question.

About

What is Matrix?

Matrix is an open network for secure, decentralised communication. Matrix is the protocol, which defines how different applications communicate with each other, which allows multiple components to interoperate with each other.

Venator is a "homeserver". A "homeserver" is like an Email server - it handles local messages and sending those messages out to other servers it is told to. It combines paradigms seen in other chat protocols like IRC, such as chat rooms, which enables you to communicate with several other users simultaneously.

It is important to note that Matrix is the protocol, not the app. You may use one of many apps, including Element's suite of apps (Element Web/Desktop, Element X, etc.), Cinny & derivatives, FluffyChat, Gomuks, iamb, etc.

Further reading: https://matrix.org/docs/chat_basics/matrix-for-im/#what-is-it

What are the goals?

As stated prior, Venator aims to be:

  • Easy to set up, run, and manage
  • Efficient, leaving as low of a resource footprint as possible while remaining performant
  • Technically compliant with the Matrix specification
  • Bleeding edge, implementing the latest features

The original intention for this project was for me to do hands-on learning to understand low-level properties of the Matrix protocol, such as the likes of federation, end-to-end encryption, and state resolution. However, the project is now in a state where it could seriously be considered a usable homeserver, so that's the direction it is now going in.

Is it ready yet?

No. Venator is still alpha quality, which means it is still rapidly evolving, chunks of functionality are missing, and earth-shattering bugs are expected. That doesn't mean you shouldn't set up a test deployment though! Give it a spin!

The project is currently listed on the Matrix.org ecosystem page under Alpha: https://matrix.org/ecosystem/servers/.

Tip

Venator does not yet implement Federation. You cannot currently communicate with users on other servers.

Looking for a server to deploy that is ready? Check out continuwuity!

Can I try it out?

See: https://timedout.codeberg.page/venator/#demo-instance.

Documentation

See: https://timedout.codeberg.page/venator/.

Setup

Read the Getting Started guide. It goes through all the steps required to get a Venator server set up, and your first user created.

Roadmap?

There isn't really a roadmap as such, but issues and pull requests get triaged into version milestones, which can be read as a sort of roadmap.

If you wish to discuss things related to Venator, please join the Matrix room at #venator:nexy7574.co.uk.