2025-07-23 14:08:17 +08:00
2025-07-23 12:35:02 +08:00
2025-07-23 14:08:17 +08:00
2025-02-17 11:41:27 +08:00
2024-12-06 00:24:07 +08:00
2025-07-23 12:33:34 +08:00
2025-07-23 12:33:34 +08:00
2025-04-27 13:38:06 +08:00
2025-03-08 20:45:04 +08:00

freedit

CI Github Release Release Doc License

The safest and lightest forum, powered by rust.

Demo: https://freedit.eu/

GitHub: https://github.com/freedit-org/freedit

Features

  • Easy to deploy: one binary to run, using embedded database sled
  • No javascript at all, for safety maximization. (Why javascript is evil)
  • e2ee private message
  • Math and Code highlighting support without JavaScript
  • Markdown support
  • inn: Subgroup like Subreddits
  • solo: Personal space like Twitter
  • Online rss reader

Usage

From binary

  1. Download freedit binary from releases
  2. unzip freedit.zip
  3. run ./freedit, open browser to addr, http://127.0.0.1:3001/

From source code

Prerequisition: install Rust

git clone https://github.com/freedit-org/freedit
cd freedit && cargo build -r
./target/release/freedit

Documentation

cargo doc --no-deps --open

Development

git clone https://github.com/freedit-org/freedit
cd freedit && cargo run

Credits

Description
No description provided
Readme MIT 8.7 MiB
Languages
Rust 59.7%
HTML 37.2%
JavaScript 2.5%
CSS 0.6%