{"id":15130638,"url":"https://github.com/useverto/desktop","last_synced_at":"2026-02-14T18:02:39.639Z","repository":{"id":113351665,"uuid":"293545627","full_name":"useverto/desktop","owner":"useverto","description":"💻 Verto's desktop app","archived":false,"fork":false,"pushed_at":"2020-09-16T16:18:02.000Z","size":9114,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-15T00:27:37.658Z","etag":null,"topics":["desktop-app","exchange","linux","macos","verto","windows"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/useverto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-09-07T14:08:39.000Z","updated_at":"2020-09-16T16:18:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"23a954b9-fe68-43ea-bb96-01a64d2b8dcc","html_url":"https://github.com/useverto/desktop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/useverto/desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useverto%2Fdesktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useverto%2Fdesktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useverto%2Fdesktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useverto%2Fdesktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/useverto","download_url":"https://codeload.github.com/useverto/desktop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useverto%2Fdesktop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29451932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["desktop-app","exchange","linux","macos","verto","windows"],"created_at":"2024-09-26T03:03:08.601Z","updated_at":"2026-02-14T18:02:37.406Z","avatar_url":"https://github.com/useverto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://verto.exchange\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/useverto/design/master/logo/logo_light.svg\" alt=\"Verto logo (light version)\" width=\"110\" /\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eVerto Desktop\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    All of verto's website in a tiny desktop app\n  \u003c/p\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"./assets/desktop.png\" alt=\"Verto Home Screenshot\" /\u003e\n  \u003c/p\u003e\n\n\u003c/p\u003e\n\n## About\n\nThis repository contains all of the necessary code for Verto's desktop app.\n\nYou can access the code for our website [here](https://github.com/useverto/verto).\n\n\u003e Important Notice: Verto is in its Alpha stage. If you have a suggestion, idea, or find a bug, please report it! The Verto team will not be held accountable for any funds lost.\n\n## Building from source\n\n### Prerequisite\n\nBefore building the desktop application, you will need `go` installed on your machine.\n\n### Building\n\n**Unix**\n```sh\n# build the website\nmake web\n# build the desktop binary\nmake build\n```\n\n**Windows**\n```sh\n# compile website\ngo run useverto/desktop/fs/embed.go -src=./verto/__sapper__/export\n# build the executable\ngo build -ldflags=\"-H windowsgui\" .\n```\n\n### Packaging the binary\n\n**Linux**\n\n```shell script\n# create debian\nsh ./tools/create_deb.sh\n# install debian\nsudo dpkg -i verto-desktop_0.1.0_amd64.deb\n```\n\n**MacOS**\n\n```shell script\n# create mac app\nsh ./toos/create_mac_app.sh\n# run the application\nopen Verto.app\n```\n**Windows**\n\n```ps1\n# download Wix Toolset 3 (skip if you already have it installed)\ncurl -OLS https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311.exe\n.\\wix311.exe /install /quiet /norestart\n\n# create MSI installer for the built binary (make sure you have wix in your PATH env var)\ncandle.exe -out Verto.wixobj Verto.wxs\nlight.exe -b ./win Verto.wixobj -out Verto.msi\n```\n\n## License\n\nThe code contained within this repository is licensed under the MIT license.\nSee [`./LICENSE`](./LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseverto%2Fdesktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuseverto%2Fdesktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseverto%2Fdesktop/lists"}