{"id":13548357,"url":"https://github.com/mempko/firestr","last_synced_at":"2025-05-16T06:06:20.158Z","repository":{"id":7238452,"uuid":"8548049","full_name":"mempko/firestr","owner":"mempko","description":"The Grass Computing Platform","archived":false,"fork":false,"pushed_at":"2025-03-14T20:03:15.000Z","size":4703,"stargazers_count":364,"open_issues_count":2,"forks_count":28,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-12T04:44:42.377Z","etag":null,"topics":["chat-application","collaboration","cpp","cpp11","decentralized","grass","lua","p2p","secure-by-default","voice-chat"],"latest_commit_sha":null,"homepage":"http://firestr.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mempko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2013-03-04T04:20:44.000Z","updated_at":"2025-03-21T23:54:50.000Z","dependencies_parsed_at":"2024-05-29T12:13:25.476Z","dependency_job_id":"2de22b9d-ee1e-485c-b80c-e44506c0891f","html_url":"https://github.com/mempko/firestr","commit_stats":{"total_commits":975,"total_committers":5,"mean_commits":195.0,"dds":"0.016410256410256396","last_synced_commit":"86acaf62e755ff04bd364d069e51cb3bab33b065"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mempko%2Ffirestr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mempko%2Ffirestr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mempko%2Ffirestr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mempko%2Ffirestr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mempko","download_url":"https://codeload.github.com/mempko/firestr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478189,"owners_count":22077676,"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":["chat-application","collaboration","cpp","cpp11","decentralized","grass","lua","p2p","secure-by-default","voice-chat"],"created_at":"2024-08-01T12:01:09.268Z","updated_at":"2025-05-16T06:06:15.150Z","avatar_url":"https://github.com/mempko.png","language":"C++","readme":"[Fire★](http://www.firestr.com) (Fire Star) 0.11.1\n===================================================================\n\n[![Documentation Status](https://readthedocs.org/projects/fire/badge/?version=latest)](https://readthedocs.org/projects/fire/?badge=latest)\n[![firestr](https://snapcraft.io/firestr/badge.svg)](https://snapcraft.io/firestr)\n\n**The Grass Computing Platform**\n\nFire★ is a platform for creating and sharing P2P software.\nThis is not cloud software, but grass software.\nYou can touch it and shape it.\n\nFire★ provides a built in application editor where you can program in \nreal time with others. Apps are written in the Lua programming language\nusing an API designed for writing P2P applications. \n\nSharing an application with another is as simple as using it in a conversation. \nThey can install it on their system with one click and use it in their own conversations.\nAny program you get you can open in the application editor to modify and share.\n\nThe hard part of setting up a P2P connection (NAT transversal, UDP hole punching, etc)\nis done for you so you can concentrate on building applications that work together\nwithout a central server. \n\nAll communication is encrypted between peers to provide a safe environment and \nno communication is routed through a server.\n\nWARNING\n===================================================================\n\nThe software is in development. The security of the software has\nnot been audited so use AT YOUR OWN RISK.\n\nIf you are a security expert, please contribute.\n\nThe encryption used is RSA with 4k keys for handshaking and AES where \nDiffie-Hellman is used to create an ephemeral key for a connection session.\n\nOrganization\n===================================================================\n\nFire★ is written using C++11 and requires a fairly modern compiler.\nIt should work with the latest gcc, clang, and visual studio. \n\nThe main directory is src. Each subdirectory is a library and\nthe main application is in src/firestr\n\nThe project uses CMake as the meta-build configuration.\n\nBuild Dependencies\n===================================================================\n\n* gcc 6.3+\n* CMake\n* Qt 6 \n* Boost 1.54+\n* Botan 1.10+\n* libopus\n* libsnappy\n* uuid\n* libssl\n* libgmp\n\nBuilding Using Vagrant\n===================================================================\n\nInstall vagrant on your machine. Open a terminal and run:\n\n    $ vagrant up\n    $ vagrant ssh\n    $ startxfce4\u0026\n\nIf asked, password is 'vagrant'.\n\nOpen terminal in the VM and run:\n\n    $ cd /vagrant\n    $ mkdir build\n    $ cd build\n    $ cmake ..\n    $ make -j2\n\nYou can then run two test instances:\n\n    $ cd src/firestr/\n    $ ./firestr --home test1 \u0026\n    $ ./firestr --home test2 \u0026\n\n\nLicense GPLv3\n===================================================================\n\nCopyright (C) 2017  Maxim Noah Khailo\n \nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n \nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n \nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n","funding_links":[],"categories":["C++","cpp"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmempko%2Ffirestr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmempko%2Ffirestr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmempko%2Ffirestr/lists"}