{"id":13631843,"url":"https://github.com/freedit-org/freedit","last_synced_at":"2026-04-02T13:12:15.357Z","repository":{"id":37526002,"uuid":"505955104","full_name":"freedit-org/freedit","owner":"freedit-org","description":"The safest and lightest forum, powered by rust.","archived":false,"fork":false,"pushed_at":"2024-11-08T01:29:02.000Z","size":1106,"stargazers_count":222,"open_issues_count":5,"forks_count":24,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-11-08T02:22:52.092Z","etag":null,"topics":["bbs","forum","reddit","rust","twitter"],"latest_commit_sha":null,"homepage":"https://freedit.eu","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freedit-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-21T18:11:14.000Z","updated_at":"2024-11-08T01:28:54.000Z","dependencies_parsed_at":"2023-11-13T12:27:38.068Z","dependency_job_id":"f830802c-ae48-4ae5-94ef-97e7b5afead1","html_url":"https://github.com/freedit-org/freedit","commit_stats":null,"previous_names":[],"tags_count":108,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedit-org%2Ffreedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedit-org%2Ffreedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedit-org%2Ffreedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedit-org%2Ffreedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freedit-org","download_url":"https://codeload.github.com/freedit-org/freedit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223768657,"owners_count":17199357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bbs","forum","reddit","rust","twitter"],"created_at":"2024-08-01T22:02:40.697Z","updated_at":"2025-12-30T10:52:32.620Z","avatar_url":"https://github.com/freedit-org.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# freedit\n\n[![CI](https://github.com/freedit-org/freedit/actions/workflows/ci.yml/badge.svg)](https://github.com/freedit-org/freedit/actions/workflows/ci.yml)\n[![Github Release](https://github.com/freedit-org/freedit/actions/workflows/release.yml/badge.svg)](https://github.com/freedit-org/freedit/actions/workflows/release.yml)\n[![Release](https://img.shields.io/github/v/release/freedit-org/freedit.svg?sort=semver)](https://github.com/freedit-org/freedit/releases)\n[![Doc](https://img.shields.io/github/deployments/freedit-org/freedit/github-pages?label=doc)](https://freedit-org.github.io/freedit/freedit/index.html)\n[![License](https://img.shields.io/github/license/freedit-org/freedit)](https://github.com/freedit-org/freedit/blob/main/LICENSE)\n\nThe safest and lightest forum, powered by rust.\n\nDemo: \u003chttps://freedit.eu/\u003e\n\nGitHub: \u003chttps://github.com/freedit-org/freedit\u003e\n\n## Features\n\n- **Single-binary deployment** – easy to run with an embedded [fjall](https://docs.rs/fjall/latest/fjall/) database.\n- **Works without JavaScript** – fully functional and secure even with JavaScript disabled. ([Why avoiding JavaScript matters](https://thehackernews.com/2022/05/tails-os-users-advised-not-to-use-tor.html))\n- **End-to-end encrypted private messages** – only sender and recipient can read.\n- **Math \u0026 code highlighting** – rich formatting without JavaScript.\n- **Markdown support** – write in clean, readable syntax.\n- **Inn** – group spaces, like Subreddits.\n- **Solo** – personal microblogging, like Twitter.\n- **Online RSS reader** – follow and read feeds in one place.\n- **Podcast support** – subscribe and listen directly through the platform.\n\n## Usage\n\n### From binary\n\n1. Download freedit binary from [releases](https://github.com/freedit-org/freedit/releases)\n2. unzip freedit.zip\n3. run `./freedit`, open browser to `addr`, \u003chttp://127.0.0.1:3001/\u003e\n\n### From source code\n\nPrerequisition: install [Rust](https://www.rust-lang.org/tools/install)\n\n```bash\ngit clone https://github.com/freedit-org/freedit\ncd freedit \u0026\u0026 cargo build -r\n./target/release/freedit\n```\n\n## FAQ\n\n### How to generate podcast srt file?\n\n[whisper](https://github.com/openai/whisper) is used.\n\n* Usage: `whisper ~/podcasts/1.mp3 --word_timestamps True  --highlight_words True -f srt`\n\n## Documentation\n\n* online doc: \u003chttps://freedit-org.github.io/freedit/freedit/index.html\u003e\n\n* generate local documentation:\n```bash\ncargo doc --no-deps --document-private-items --open\n```\n\n## Development\n\n```bash\ngit clone https://github.com/freedit-org/freedit\ncd freedit \u0026\u0026 cargo run\n```\n\n## Credits\n\n* icon: \u003chttps://iconoir.com/\u003e\n* CSS framework: \u003chttps://bulma.io/\u003e\n* Rust crates: [Cargo.toml](https://github.com/freedit-org/freedit/blob/main/Cargo.toml)\n* Markdown editor: [overtype](https://github.com/panphora/overtype)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedit-org%2Ffreedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedit-org%2Ffreedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedit-org%2Ffreedit/lists"}