The safest and lightest forum, powered by rust.
Demo: https://freedit.eu/
GitHub: https://github.com/freedit-org/freedit
- Single-binary deployment – easy to run with an embedded sled database.
- Works without JavaScript – fully functional and secure even with JavaScript disabled. (Why avoiding JavaScript matters)
- End-to-end encrypted private messages – only sender and recipient can read.
- Math & code highlighting – rich formatting without JavaScript.
- Markdown support – write in clean, readable syntax.
- Inn – group spaces, like Subreddits.
- Solo – personal microblogging, like Twitter.
- Online RSS reader – follow and read feeds in one place.
- Podcast support – subscribe and listen directly through the platform.
- Download freedit binary from releases
- unzip freedit.zip
- run
./freedit
, open browser toaddr
, http://127.0.0.1:3001/
Prerequisition: install Rust
git clone https://github.com/freedit-org/freedit
cd freedit && cargo build -r
./target/release/freedit
whisper is used.
- Usage:
whisper ~/podcasts/1.mp3 --word_timestamps True --highlight_words True -f srt
-
online doc: https://freedit-org.github.io/freedit/freedit/index.html
-
generate local documentation:
cargo doc --no-deps --document-private-items --open
git clone https://github.com/freedit-org/freedit
cd freedit && cargo run
- icon: https://iconoir.com/
- CSS framework: https://bulma.io/
- Rust crates: Cargo.toml
- Markdown editor: overtype