[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5399":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":28,"discoverSource":29},5399,"flow","nikivdev\u002Fflow","nikivdev","Everything you need to move your project faster","",null,"Rust",21133,832,428,0,2,10,70.76,"MIT License",false,"main",true,[24],"rust","2026-06-12 04:00:25","# [flow](https:\u002F\u002Fmyflow.sh)\n\n> Everything you need to move your project faster\n\n## Install\n\nInstall the latest release (macOS\u002FLinux):\n\n```sh\ncurl -fsSL https:\u002F\u002Fmyflow.sh\u002Finstall.sh | sh\n```\n\nThen run:\n\n```sh\n~\u002F.flow\u002Fbin\u002Ff --version\n~\u002F.flow\u002Fbin\u002Ff doctor\n```\n\nIf `f` is not found by name immediately, open a new shell (`exec zsh -l` on zsh).\n\nThe installer verifies SHA-256 checksums when available. If you are installing a legacy release\nthat doesn't ship `checksums.txt`, it will warn and continue (GitHub download only). To bypass\nverification explicitly (not recommended), set `FLOW_INSTALL_INSECURE=1`.\n\n## Upgrade\n\nUpgrade to the latest release:\n\n```sh\nf upgrade\n```\n\nUpgrade to the latest canary build:\n\n```sh\nf upgrade --canary\n```\n\nSwitch back to stable:\n\n```sh\nf upgrade --stable\n```\n\nIf you fork Flow (or publish releases under a different repo), set:\n\n- `FLOW_UPGRADE_REPO=owner\u002Frepo`\n- `FLOW_GITHUB_TOKEN` (or `GITHUB_TOKEN` \u002F `GH_TOKEN`) to avoid GitHub API rate limits\n\nIf you are upgrading to a very old tag that doesn't ship `checksums.txt`, you can force bypassing\nchecksum verification with `FLOW_UPGRADE_INSECURE=1` (not recommended).\n\n## Build From Source\n\nClone Flow, hydrate the pinned vendor snapshot, and install an optimized local build:\n\n```sh\ngit clone https:\u002F\u002Fgithub.com\u002Fnikivdev\u002Fflow.git\ncd flow\n.\u002Fscripts\u002Fvendor\u002Fvendor-repo.sh hydrate\nFLOW_PROFILE=release .\u002Fscripts\u002Fdeploy.sh\n~\u002Fbin\u002Ff --version\n```\n\n- `.\u002Fscripts\u002Fvendor\u002Fvendor-repo.sh hydrate` reuses `.vendor\u002Fflow-vendor` if it already exists.\n- If `.vendor\u002Fflow-vendor` is missing, it clones the pinned vendor repo from [`vendor.lock.toml`](vendor.lock.toml) and materializes `lib\u002Fvendor\u002F*` from that exact commit.\n- The pinned vendor repo is public: `https:\u002F\u002Fgithub.com\u002Fnikivdev\u002Fflow-vendor`\n- `FLOW_PROFILE=release .\u002Fscripts\u002Fdeploy.sh` builds the optimized release binary and installs `f` \u002F `flow` \u002F `lin` into `~\u002Fbin` (and symlinks into `~\u002F.local\u002Fbin` if that directory exists).\n\nIf you want to populate the vendor checkout yourself first, that works too:\n\n```sh\ngit clone https:\u002F\u002Fgithub.com\u002Fnikivdev\u002Fflow-vendor.git .vendor\u002Fflow-vendor\n.\u002Fscripts\u002Fvendor\u002Fvendor-repo.sh hydrate\n```\n\n## Dev Fast\n\nTypical local loop:\n\n```sh\nf setup\nf test\nf deploy\n```\n\n- `f setup` checks the workspace and toolchain.\n- `f test` runs the test suite.\n- `f deploy` builds and installs the local CLI into your path.\n\nIf you want to inspect tasks first:\n\n```sh\nf tasks list\n```\n\n## Features\n\nTo see the current CLI surface:\n\n```sh\nf --help\n```\n\nFor deeper docs, read [`docs\u002F`](docs).\n\n## Supported Platforms\n\nRelease artifacts are built for:\n\n- macOS: `arm64`, `x86_64`\n- Linux (glibc): `arm64`, `x86_64`\n\n## Contributing\n\nUse Flow and AI. For the full command surface, run `f --help`. For project docs and workflows, read [`docs\u002F`](docs).\n\n[![Discord](https:\u002F\u002Fgo.nikiv.dev\u002Fbadge-discord)](https:\u002F\u002Fgo.nikiv.dev\u002Fdiscord) [![X](https:\u002F\u002Fgo.nikiv.dev\u002Fbadge-x)](https:\u002F\u002Fx.com\u002Fnikivdev) [![nikiv.dev](https:\u002F\u002Fgo.nikiv.dev\u002Fbadge-nikiv)](https:\u002F\u002Fnikiv.dev)\n","Flow 是一个旨在加速项目开发流程的工具。它使用 Rust 语言编写，提供了从安装、升级到构建的一整套命令行工具，支持 macOS 和 Linux 平台。核心功能包括快速安装与升级、构建优化以及一键部署等，极大简化了开发者的工作流。此外，Flow 还具有任务列表查看和测试执行等功能，帮助用户更高效地管理项目。适用于需要提高开发效率、简化构建和部署过程的各种软件开发场景。","2026-06-11 03:03:03","top_language"]