/allkeeper-desktop

A desktop version for the project allkeeper(https://github.com/Haoke98/Allkeeper.git)

Primary LanguagePythonApache License 2.0Apache-2.0

allkeeper-desktop

A desktop version for the project allkeeper(https://github.com/Haoke98/Allkeeper.git)

Build

  • It is need to install libffi

    The following uses MacOS as an example for demonstration:

    brew install libffi

    create link:

    sudo ln -s /opt/homebrew/opt/libffi/lib/libffi.8.dylib /usr/local/lib/libffi.8.dylib

    build:

    python setup.py py2app

Develop Plan & TODO

  • 支持lrzsz ( js调起上传下载文件, pywebview 支持 DragDropDownloads 对应着 rzsz)
  • 集成SSH客户端
  • 集成各大流行数据库客户端
  • 服务器之间进行双重加密通信
  • Offline mode
    • change the db to sqlite3
    • data sync logic

引用 & 感谢