{"id":13453502,"url":"https://github.com/eosrio/simpleos","last_synced_at":"2026-02-08T16:38:56.114Z","repository":{"id":33559109,"uuid":"137024633","full_name":"eosrio/simpleos","owner":"eosrio","description":"EOSIO Blockchain Interface \u0026 Wallet","archived":false,"fork":false,"pushed_at":"2023-01-06T01:34:59.000Z","size":58646,"stargazers_count":166,"open_issues_count":67,"forks_count":56,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-04-14T08:40:02.571Z","etag":null,"topics":["angular","blockchain","electron","eos","eos-ecosystem","wallet"],"latest_commit_sha":null,"homepage":"https://eosrio.io/simpleos/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eosrio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-12T06:05:46.000Z","updated_at":"2024-04-11T09:24:02.000Z","dependencies_parsed_at":"2023-01-15T01:30:40.279Z","dependency_job_id":null,"html_url":"https://github.com/eosrio/simpleos","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eosrio%2Fsimpleos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eosrio%2Fsimpleos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eosrio%2Fsimpleos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eosrio%2Fsimpleos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eosrio","download_url":"https://codeload.github.com/eosrio/simpleos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245194244,"owners_count":20575728,"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":["angular","blockchain","electron","eos","eos-ecosystem","wallet"],"created_at":"2024-07-31T08:00:41.474Z","updated_at":"2026-02-08T16:38:56.073Z","avatar_url":"https://github.com/eosrio.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003e\r\n  \u003cbr\u003e\r\n  SimplEOS\r\n  \u003cbr\u003e\r\n\u003c/h1\u003e\r\n\u003ch3 align=\"center\"\u003e\r\nYour simple and secure EOS wallet.\r\n\u003c/h3\u003e\r\n\r\n*Made with :hearts: by [EOS Rio](https://eosrio.io/)*, a Block producer candidate for the EOS ecosystem.\r\n\r\n# About\r\n\r\nSimplEOS is a wallet made solely for the EOS ecosystem and fully integrated with all features available in the EOS.IO software.\r\n \r\nEOS Rio made SimplEOS with a security and transparency philosophy. It is a desktop application compatible with the most popular operation systems (Windows, Linux and MacOS).\r\n\r\nUser experience focus was also a main part of SimplEOS creation process.  \r\n\r\n## Warning\r\n\r\nOnly download SimplEOS from EOS Rio's [website](https://eosrio.io/simpleos/) or [github](https://github.com/eosrio/simpleos). Avoid scams, do not trust any other source.\r\n\r\nDistribution or copy of this software or any of its parts and associated documentation, is not allowed by applicable law, unless previous written permission is given by EOS Rio. All rights are reserved.\r\n\r\nSimplEOS doesn't keep any of your information. All information is kept locally only, not in any cloud services or databases.\r\n\r\n## Main Features\r\nAs of 13/01/2018, SimplEOS main features include:\r\n\r\n- Multiple chain support\r\n- REX Support\r\n- EOS Referendum system at `eosio.forum`\r\n- Direct contract interaction\r\n- Local Storage: private keys are encrypted and stored locally only.\r\n- Multiple accounts support\r\n- Token transfer\r\n- All transactions are password protected\r\n- Contacts List\r\n- Transactions / Actions History\r\n- Voting Portal\r\n- Stake / Unstake functions - (un)delegatebw\r\n- Support for generic tokens (airdrops)\r\n- Custom endpoints on the mainnet\r\n- Create new account\r\n\r\n## Roadmap\r\n\r\nNext features to be implemented:\r\n- Browser library \u0026 universal integration\r\n- Delegate Permissions\r\n- Setup Delayed Transactions\r\n- Mobile Version\r\n- Multi languages support\r\n\r\n## Security Measures\r\n### Encryption \u0026 Local storage only\r\nYour private keys are stored locally only and are properly encrypted with a user defined password of 10+ characters.\r\n\r\n### Proxy to fetch external data\r\nOff-chain information (such as the Block Producer standard) are fetched via a proxy server provided by EOS Rio, to avoid malformed json data and third-party servers misconfigurations. \r\n\r\n## Download a pre-compiled build\r\n\r\nhttps://github.com/eosrio/simpleos/releases/latest\r\n\r\n## Legal Disclaimer\r\n\r\nBy downloading SimplEOS you agree to the [Terms of Service](https://eosrio.io/terms-of-service/).\r\n\r\n## Build it yourself\r\n\r\n### Dependencies Setup\r\n- [Node.js v12.x](https://nodejs.org/en/download/current/)\r\n\r\n## Setup sources:\r\n```console\r\ngit clone https://github.com/eosrio/simpleos.git\r\ncd simpleos\r\nnpm install\r\nnpm run build:prod\r\n```\r\nPackage the installer:\r\n```\r\nnpm run dist\r\n```\r\nThe packages will be available on the `/dist` folder.\r\n\r\n## Further help\r\n\r\nTo get more help please contact our team at contact@eosrio.io or at our [Telegram channel](https://t.me/eosrio).\r\n","funding_links":[],"categories":["Tools"],"sub_categories":["Wallets","Wallets and Toolkits"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feosrio%2Fsimpleos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feosrio%2Fsimpleos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feosrio%2Fsimpleos/lists"}