{"id":13479831,"url":"https://github.com/b-inary/desktop-postflop","last_synced_at":"2025-12-29T23:59:18.690Z","repository":{"id":37667444,"uuid":"506081026","full_name":"b-inary/desktop-postflop","owner":"b-inary","description":"[Development suspended] Advanced open-source Texas Hold'em GTO solver with optimized performance","archived":false,"fork":false,"pushed_at":"2023-11-13T10:57:10.000Z","size":1159,"stargazers_count":241,"open_issues_count":11,"forks_count":60,"subscribers_count":21,"default_branch":"main","last_synced_at":"2024-10-30T13:38:32.631Z","etag":null,"topics":["game-theory","gto","poker","solver","texas-holdem","texas-holdem-poker"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b-inary.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2022-06-22T03:12:07.000Z","updated_at":"2024-10-27T23:21:15.000Z","dependencies_parsed_at":"2024-01-14T15:23:12.175Z","dependency_job_id":"f6499be0-9a43-4356-a4a1-76a850b3dd15","html_url":"https://github.com/b-inary/desktop-postflop","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-inary%2Fdesktop-postflop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-inary%2Fdesktop-postflop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-inary%2Fdesktop-postflop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-inary%2Fdesktop-postflop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b-inary","download_url":"https://codeload.github.com/b-inary/desktop-postflop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245826723,"owners_count":20678848,"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":["game-theory","gto","poker","solver","texas-holdem","texas-holdem-poker"],"created_at":"2024-07-31T16:02:23.633Z","updated_at":"2025-12-29T23:59:18.648Z","avatar_url":"https://github.com/b-inary.png","language":"Vue","readme":"# Desktop Postflop\n\n\u003e [!IMPORTANT]\n\u003e **As of October 2023, I have started developing a poker solver as a business and have decided to suspend development of this open-source project. See [this issue] for more information.**\n\n[this issue]: https://github.com/b-inary/postflop-solver/issues/46\n\n---\n\n**Desktop Postflop** is a free, open-source GTO solver for Texas hold'em poker.\n\nThis is a port of [WASM Postflop] to a native desktop application using the [Tauri] framework.\nSince WASM Postflop works on web browsers, it is more suitable for casual use.\nHowever, if you want to use the solver for more serious purposes, please consider trying Desktop Postflop.\n\n[WASM Postflop]: https://github.com/b-inary/wasm-postflop\n[Tauri]: https://tauri.app/\n\n**Related repositories**\n- Solver engine: https://github.com/b-inary/postflop-solver\n\n## Comparison to WASM Postflop\n\n- **Shared features**:\n  - Free to use and open-source\n  - Same solver engine and user interface\n- **Advantages**:\n  - Faster computation\n  - Able to use more than 4GB of memory\n- **Disadvantages**:\n  - Needs to download the program and trust the execution\n  - macOS builds are not distributed (you need to build the app yourself)\n\nSee the [WASM Postflop repository] for more detailed comparisons, including some commercial solvers.\n\n[WASM Postflop repository]: https://github.com/b-inary/wasm-postflop#comparison\n\n## Supported environments\n\n- OS\n  - Windows: 10/11\n  - macOS: 11.7 and later\n    - We do not distribute macOS builds because we are not enrolled in the Apple Developer Program and cannot sign the app (please see the \"Build\" section below and build it yourself).\n  - Linux: glibc 2.31 and later (e.g., Ubuntu 20.04 and later)\n- CPU\n  - x86-64: must support AVX2 instructions\n    - Intel: Haswell (2013) and later\n    - AMD: Zen (1st gen; 2017) and later\n    - If you have a CPU without AVX2 support, you can modify `src-tauri/.cargo/config.toml` and build it yourself.\n  - Apple silicon: M1 and later\n\n## Download\n\nYou can download the app from the [GitHub releases page].\n\n[GitHub releases page]: https://github.com/b-inary/desktop-postflop/releases\n\n- Windows\n  - The installer version (.msi) automatically installs dependent runtimes.\n  - The portable version (.exe) requires the [WebView2 runtime] to be installed.\n    - In most cases, the runtime should already be installed on Windows 10/11.\n- Linux\n  - AppImage should work on most Linux distributions.\n  - Alternatively, the .deb package is available for Debian-based distributions, including Ubuntu.\n\n[WebView2 runtime]: https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section\n\n## Uninstall\n\nOn Windows, please remove the following folder after the regular uninstallation to completely uninstall Desktop Postflop:\n\n```\nC:\\Users\\\u003cusername\u003e\\AppData\\Local\\b-inary.desktop-postflop\n```\n\n## Build\n\n[Rust] and [Node.js] need to be installed to build.\nOn Linux, you will also need to install some dependencies; please see the [Tauri documentation] for details.\nFor better performance, we also recommend installing the Rust nightly channel:\n\n```sh\n$ rustup install nightly\n$ rustup default nightly\n```\n\nThen clone this reporitory and run the following commands:\n\n```sh\n$ npm install\n$ npm run tauri build\n```\n\nIf the build was successful, you should be able to find the application in the `src-tauri/target/release/bundle/` directory.\n\nIf you want to use stable Rust instead of nightly Rust, please modify the following line in `src-tauri/Cargo.toml` (performance will be sacrificed):\n\n```diff\n[dependencies]\n...\n- postflop-solver = { git = \"https://github.com/b-inary/postflop-solver\", features = [\"custom-alloc\"] }\n+ postflop-solver = { git = \"https://github.com/b-inary/postflop-solver\" }\n```\n\n[Rust]: https://www.rust-lang.org/learn/get-started\n[Node.js]: https://nodejs.org/en/\n[Tauri documentation]: https://tauri.app/v1/guides/getting-started/prerequisites/#setting-up-linux\n\n## ~~Roadmap (in order of priority)~~\n\n- Results saving/loading feature ([#8](https://github.com/b-inary/desktop-postflop/issues/8))\n- Hand filter feature for the result viewer ([#6](https://github.com/b-inary/desktop-postflop/issues/6))\n- Node-locking feature\n- Short deck support\n- Aggregated reporting feature for multiple flops\n- GTO training mode ([#9](https://github.com/b-inary/desktop-postflop/issues/9))\n\n## License\n\nCopyright (C) 2022 Wataru Inariba\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","funding_links":[],"categories":["Vue"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-inary%2Fdesktop-postflop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb-inary%2Fdesktop-postflop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-inary%2Fdesktop-postflop/lists"}