开源启动器 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
开源启动器 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
开源启动器 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install look # 方式二:从源码编译 git clone https://github.com/kunkka19xx/look cd look cargo build --release # 二进制在 ./target/release/look
# 查看帮助 look --help # 基本运行 look [options] <input> # 详细使用说明请查阅文档 # https://github.com/kunkka19xx/look
# look 配置说明 # 查看配置选项 look --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export LOOK_CONFIG="/path/to/config.yml"
<img src="assets/icon.png" alt="look icon" width="96" />
A keyboard-first, local-first launcher for macOS, Windows, and Linux. Open apps, files, folders, clipboard history, and quick commands without leaving the keyboard.
📘 Docs · 🎬 Demo video · 📖 User guide
https://github.com/user-attachments/assets/f8ee0f85-4c0d-4ea5-bb1d-8c8bf014d50d
nix profile install github:kunkka19xx/look?dir=apps/linows
Declarative (NixOS):
nix
brew uninstall --cask look
**macOS — curl installer:**
bash curl -fsSL https://raw.githubusercontent.com/kunkka19xx/look/main/scripts/install-look.sh | bash
Pin a specific version or repo fork:
bash curl -fsSL https://raw.githubusercontent.com/kunkka19xx/look/main/scripts/install-look.sh | bash -s -- --version <version> --repo kunkka19xx/look
Direct URL:
bash curl -fsSL https://raw.githubusercontent.com/kunkka19xx/look/main/scripts/install-look.sh | bash -s -- --url "https://github.com/kunkka19xx/look/releases/download/v<version>/Look-<version>-macOS.zip"
CLI naming note: macOS ships `/usr/bin/look`, so terminal command examples use `lookapp`.
If Look is fully quit and Spotlight is still unbound, relaunch from Launchpad, or via:
bash open "/Applications/Look.app" ```
</details>
{ nixConfig = { extra-substituters = [ "https://look.cachix.org" ]; extra-trusted-public-keys = [ "look.cachix.org-1:8elPCeSVBzlDZXqIRKBK9GyLIK/Hoe1xiWZF0ir7uX4=" ]; };
inputs.look.url = "github:kunkka19xx/look?dir=apps/linows"; # ... your other inputs }
{ pkgs, inputs, ... }: { environment.systemPackages = [ inputs.look.packages.${pkgs.system}.default ]; }
Pre-built binaries are served via [Cachix](https://look.cachix.org). On first rebuild, nix will ask to trust the cache — say yes. No source compilation needed.
Update to latest release:
bash nix flake update look --flake /path/to/your/flake sudo nixos-rebuild switch --flake /path/to/your/flake#hostname
> **Note:** On GNOME desktops, log out and log back in after the first install so the GNOME Shell extension (used for window focusing and hotkey on Wayland) can load.
**Window manager users (i3, sway, Hyprland, etc.):** Autostart via `.desktop` files only works on full DEs (GNOME, KDE). On standalone WMs, add Look to your config manually. The `Alt+Space` hotkey and window rules (float, no border) are registered automatically at runtime — you only need the autostart line:
bash
exec --no-startup-id lookapp
exec lookapp
exec-once = lookapp
| **look** | Spotlight | Raycast | Alfred | ulauncher | rofi | |
|---|---|---|---|---|---|---|
| Platform | macOS · Windows · Linux | macOS only | macOS · Win (beta) | macOS only | Linux only | Linux only |
| Open source | ✅ GPLv3 | ❌ | ❌ | ❌ | ✅ | ✅ |
| Local-first | ✅ | ✅ | ❌ cloud sync | ✅ | ✅ | ✅ |
| No Electron | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ |
| No plugin store | ✅ | ✅ | ❌ | ❌ Powerpack | ✅ | ✅ |
If this is useful, ⭐ star the repo — it's the single biggest signal that helps the project keep shipping.
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
经综合评估,开源启动器 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | look |
| 原始描述 | 开源AI工作流:An open-source, cross OS, community-driven launcher. A lightweight alternative t。⭐302 · Rust |
| Topics | launcherlinuxmacosopensourceproductivityrust |
| GitHub | https://github.com/kunkka19xx/look |
| License | GPL-3.0 |
| 语言 | Rust |
收录时间:2026-06-03 · 更新时间:2026-06-03 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端