Status Desktop client made in Nim & QML http://status.im/
Go to file
Anthony Laibe 56340bebd1 chores(@general): remove status-lib deps 2022-02-03 11:52:45 -05:00
.github Update feature-issue.md 2021-11-11 09:21:43 -05:00
build feat: base_cpp 2022-02-01 15:48:54 -04:00
ci fix(@desktop/input): deploy Qt plugin to support fcitx 2022-01-26 18:11:39 +01:00
cmake chores(@general): remove status-lib deps 2022-02-03 11:52:45 -05:00
resources fix: adding missing .qrc file 2022-02-01 15:48:54 -04:00
scripts fetch-brew-bottle.sh: don't hardcode macOS Mojave 2022-01-11 09:46:45 -05:00
spellchecking@f1a88d1147 feat(spellchecking): add dictionaries as submodule 2021-09-17 12:57:28 -04:00
src chores(@general): remove status-lib deps 2022-02-03 11:52:45 -05:00
src-cpp fix: remove unneeded exceptions 2022-02-01 15:48:54 -04:00
test-cpp feat(@desktop/cpp): add conanfile, fruit, gtest 2022-02-01 15:48:54 -04:00
test-scripts chores(@general): remove status-lib deps 2022-02-03 11:52:45 -05:00
ui feat(@desktop/settings): [re-add] Add developer mode toggle 2022-02-03 10:54:25 -05:00
vendor chores(@general): remove status-lib deps 2022-02-03 11:52:45 -05:00
.clang-format feat: base_cpp 2022-02-01 15:48:54 -04:00
.clang-tidy feat(@desktop/cpp): add initial .clang-tigdy config 2022-02-01 15:48:54 -04:00
.gitignore feat(@desktop/cpp): add conanfile, fruit, gtest 2022-02-01 15:48:54 -04:00
.gitmodules chores(@general): remove status-lib deps 2022-02-03 11:52:45 -05:00
.npmrc chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
.yarnrc chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
AppRun build: use same container as Jenkins CI for local packaged builds on Linux 2021-04-27 13:49:46 -05:00
CMakeLists.txt chores(@general): remove status-lib deps 2022-02-03 11:52:45 -05:00
Info.dev.plist build: modify run logic for macOS dev builds so notifications work 2021-05-03 14:06:14 -04:00
Info.plist chore: revise how dev version of app icon is set on macOS during `make run` 2021-01-21 15:36:32 -06:00
LICENSE.md docs: indicate MPL 2.0 as the license 2020-09-23 15:14:59 -04:00
Makefile chores(@general): remove status-lib deps 2022-02-03 11:52:45 -05:00
QtWebEngineProcess.plist chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
README.md fix: docs and remove redundant -binary option for rcc 2022-02-01 15:48:54 -04:00
VERSION fix(desktop/version) version updated to 0.4.0 2021-11-18 17:37:29 +02:00
build-linux.sh build: use same container as Jenkins CI for local packaged builds on Linux 2021-04-27 13:49:46 -05:00
cacert.pem fix(@desktop/windows): installer to include cacert.pem 2021-09-06 14:47:18 -04:00
conanfile.py feat(@desktop/cpp): add conanfile, fruit, gtest 2022-02-01 15:48:54 -04:00
config.nims try to fix macos linking 2021-10-06 08:32:32 -04:00
docker-linux-app-image.sh build: use same container as Jenkins CI for local packaged builds on Linux 2021-04-27 13:49:46 -05:00
env.sh feat: get collectibles from the contracts and their respective apis 2020-06-18 10:55:48 -04:00
fleets.json feat: wakuv2 rendezvous 2021-11-09 15:43:15 -05:00
nim-status.desktop build: use same container as Jenkins CI for local packaged builds on Linux 2021-04-27 13:49:46 -05:00
nim.cfg build system refactoring 2020-06-08 13:07:25 -04:00
nim_status_client.nimble docs: indicate MPL 2.0 as the license 2020-09-23 15:14:59 -04:00
package-lock.json build: regenerate package-lock.json with npm v7 2021-09-24 13:33:08 -05:00
package.json build: regenerate package-lock.json with npm v7 2021-09-24 13:33:08 -05:00
screenshot.png remove docs folder from repo (moved to https://hackmd.io/@status-desktop/B1eOaf-nd) 2021-06-24 15:07:30 -04:00
status-dev.icns chore: revise how dev version of app icon is set on macOS during `make run` 2021-01-21 15:36:32 -06:00
status-dev.svg chore(@desktop/general): use different icons for Windows/Linux and MacOS 2021-07-19 13:37:56 -04:00
status-macos-dev.svg chore: refactor prod/dev app icon and related logic for macOS 2021-01-15 19:12:42 -05:00
status-macos.ico chore(@desktop/general): use different icons for Windows/Linux and MacOS 2021-07-19 13:37:56 -04:00
status-macos.svg chore: refactor prod/dev app icon and related logic for macOS 2021-01-15 19:12:42 -05:00
status.icns chore: revise how dev version of app icon is set on macOS during `make run` 2021-01-21 15:36:32 -06:00
status.ico chore(@desktop/general): use different icons for Windows/Linux and MacOS 2021-07-19 13:37:56 -04:00
status.iss feat(@desktop/Windows): status-im:// protocol support and installer fixes 2021-09-09 16:53:09 -04:00
status.svg chore(@desktop/general): use different icons for Windows/Linux and MacOS 2021-07-19 13:37:56 -04:00
windows-install.txt build: implement packaging steps for the Windows build 2020-07-17 13:57:32 -05:00

README.md

Status-desktop

Desktop client for the Status Network built with Nim and Qt

https://github.com/status-im/nim-status-client/blob/master/screenshot.png

Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd

CPP App

Setup:

  1. conancenter Execute conan remote list. It should return this line among the results.
conancenter: https://center.conan.io [Verify SSL: True]

If it doesnt, consider upgrading conan with pip install conan --upgrade and then executing. conan remote add -i 0 conancenter https://center.conan.io . See conan's documentation for more info.

  1. conan libstdc++11 This applies to linux: the default conan profile does not work, since GCC uses the new C++ ABI since version 5.1 and conan, for compatibility purposes uses the old C++ ABI. Execute this to update the profile:
conan profile update settings.compiler.libcxx=libstdc++11 default

Buid & test & run:

cd build
conan install .. -s build_type=Release --build=missing
conan build ..
ctest -VV -C Release
./status-desktop

Instead of conan build .. CMake may be used:

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
cmake --build . --config Release