[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5660":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":14,"stars30d":13,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":15,"rankGlobal":9,"rankLanguage":9,"license":16,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":19,"hasPages":17,"topics":20,"createdAt":9,"pushedAt":9,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":14,"starSnapshotCount":14,"syncStatus":24,"lastSyncTime":25,"discoverSource":26},5660,"quip-node-manager","QuipNetwork\u002Fquip-node-manager","QuipNetwork","A simple GUI client to manage a Quip Network node",null,"Rust",5525,17,1,0,59.87,"GNU Affero General Public License v3.0",false,"main",true,[],"2026-06-12 04:00:26","# Quip Node Manager\n\nDesktop application for running and monitoring [Quip](https:\u002F\u002Fgitlab.com\u002Fquip.network) network nodes. Supports Docker and native execution modes on macOS, Linux, and Windows.\n\n## Quick Install\n\n**macOS \u002F Linux:**\n\n```sh\ncurl -fsSL https:\u002F\u002Fgitlab.com\u002Fquip.network\u002Fquip-node-manager\u002F-\u002Fraw\u002Fmain\u002Fscripts\u002Finstall.sh | sh\n```\n\n**Windows (PowerShell):**\n\n```powershell\nirm https:\u002F\u002Fgitlab.com\u002Fquip.network\u002Fquip-node-manager\u002F-\u002Fraw\u002Fmain\u002Fscripts\u002Finstall.ps1 | iex\n```\n\n## Manual Download\n\nDownload the latest release from the [Releases page](https:\u002F\u002Fgitlab.com\u002Fquip.network\u002Fquip-node-manager\u002F-\u002Freleases).\n\n### macOS\n\nDownload the `.dmg`, open it, and drag the app to `\u002FApplications`.\n\nBecause the app is not yet notarized, macOS will quarantine it. Open **Terminal** (Applications > Utilities > Terminal) and paste:\n\n```sh\nxattr -dr com.apple.quarantine \u002FApplications\u002FQuip\\ Node\\ Manager.app\n```\n\nThen launch the app from `\u002FApplications`, not from the `.dmg` or Downloads folder.\n\n### Linux\n\nThe recommended format is **AppImage** (works on any distro):\n\n```sh\nchmod +x quip-node-manager-linux-x86_64.AppImage\n.\u002Fquip-node-manager-linux-x86_64.AppImage\n```\n\nA `.deb` package is also available for Debian\u002FUbuntu:\n\n```sh\nsudo dpkg -i quip-node-manager-linux-x86_64.deb\n```\n\n### Windows\n\nDownload the `.exe` and run it. Windows SmartScreen may show a warning because the binary is not yet code-signed.\n\nClick **More info**, then **Run anyway**.\n\n## Features\n\n- **Two run modes** -- Docker (default on Windows\u002FLinux) pulls and manages a container image; Native (default on macOS) downloads a standalone binary\n- **Pre-flight checklist** -- verifies Docker\u002Fbinary availability, node secret, public IP, port forwarding, and firewall before starting\n- **Live log streaming** -- tails node stdout\u002Fstderr in a collapsible drawer\n- **GPU configuration** -- detects CUDA and Metal devices, per-device enable\u002Fdisable, utilization slider, yielding mode\n- **D-Wave QPU support** -- optional quantum processing unit configuration with daily budget controls\n- **Background update monitor** -- checks for new Docker images, native binaries, and app releases every 30 minutes; optional auto-restart on image updates\n- **TLS certificate guidance** -- built-in walkthrough for Let's Encrypt and self-signed certificate setup\n\n## Development\n\n### Prerequisites\n\n- [Rust](https:\u002F\u002Frustup.rs\u002F) (stable)\n- [Bun](https:\u002F\u002Fbun.sh\u002F) (or Node.js)\n- Platform-specific Tauri v2 dependencies ([see Tauri docs](https:\u002F\u002Fv2.tauri.app\u002Fstart\u002Fprerequisites\u002F))\n\n### Commands\n\n```sh\nbun install          # Install JS dependencies\nbun run dev          # Launch development build\nbun run build        # Production build for current platform\n```\n\n```sh\ncd src-tauri\ncargo check          # Type-check Rust code\ncargo clippy         # Lint\n```\n\n### CLI Mode\n\nThe app also supports a terminal UI mode:\n\n```sh\nquip-node-manager --cli\n```\n\n## Architecture\n\n- **Frontend**: `src\u002F` -- vanilla HTML\u002FCSS\u002FJS with Tauri IPC (`withGlobalTauri: true`)\n- **Backend**: `src-tauri\u002Fsrc\u002F` -- Rust + Tauri v2 commands\n- **Config**: TOML generation matching quip-protocol format\n- **Data**: `~\u002Fquip-data\u002F` stores settings, config, secrets, binaries, and trust database\n\nSee [AGENTS.md](AGENTS.md) for detailed architecture documentation.\n\n## License\n\n[AGPL-3.0-or-later](LICENSE)\n\nCopyright (c) Postquant Labs\n","Quip Node Manager 是一个用于管理和监控Quip网络节点的桌面应用程序。其核心功能包括支持Docker和本地执行模式，提供实时日志流、GPU配置选项以及D-Wave QPU的支持等。该应用使用Rust语言开发，确保了高性能与安全性，并通过Tauri框架实现跨平台兼容性（macOS, Linux, Windows）。适合需要简便方式来部署和管理区块链节点的技术人员或开发者使用，在简化节点操作的同时提供了丰富的自定义选项。",2,"2026-06-11 03:04:34","top_language"]