Skip to content

Releases: iq-spiral-galaxy/spiral-buddy-blue

v0.6.12

Choose a tag to compare

@github-actions github-actions released this 30 Jul 01:05

Spiral Buddy v0.6.12

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README

v0.6.11

Choose a tag to compare

@github-actions github-actions released this 29 Jul 12:34

Spiral Buddy v0.6.11

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README

v0.6.10

Choose a tag to compare

@github-actions github-actions released this 29 Jul 08:37

Spiral Buddy v0.6.10

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README

v0.6.9

Choose a tag to compare

@github-actions github-actions released this 29 Jul 07:51

Spiral Buddy v0.6.9

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README

v0.6.8

Choose a tag to compare

@github-actions github-actions released this 29 Jul 06:36

Spiral Buddy v0.6.8

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README

v0.6.7

Choose a tag to compare

@github-actions github-actions released this 29 Jul 05:29

Spiral Buddy v0.6.7

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 29 Jul 04:24

Spiral Buddy v0.6.6

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 28 Jul 16:24

Spiral Buddy v0.6.5

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 28 Jul 15:21

Spiral Buddy v0.6.4

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 16:01

Spiral Buddy v0.6.3

⚑ 30초 μ„€μΉ˜ (ν•œ 쀄 λͺ…λ Ή)

터미널/PowerShell에 κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ° β€” μ‹€ν–‰ 쀑이면 μžλ™ μ’…λ£Œ β†’ μ΅œμ‹  λ°›κΈ° β†’ μ„€μΉ˜ β†’ μž¬μ‹€ν–‰. GitHub API μ•ˆ κ±°μΉ˜λ‹ˆ rate-limit μ—†μŒ.

🍎 macOS β€” Apple Silicon (M1/M2/M3/M4)
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-arm64.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
🍎 macOS β€” Intel
osascript -e 'tell application "Spiral Buddy" to quit' 2>/dev/null; sleep 1; \
cd /tmp && \
curl -fL -o /tmp/spiral.dmg "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.dmg" && \
MOUNT=$(hdiutil attach -nobrowse /tmp/spiral.dmg | grep -o '/Volumes/.*' | head -1) && \
rm -rf '/Applications/Spiral Buddy.app' && \
cp -R "$MOUNT/Spiral Buddy.app" /Applications/ && \
hdiutil detach -quiet "$MOUNT" && \
xattr -cr '/Applications/Spiral Buddy.app' && \
rm -f /tmp/spiral.dmg && \
open '/Applications/Spiral Buddy.app'
πŸͺŸ Windows β€” PowerShell

μ‹œμž‘ λ©”λ‰΄μ—μ„œ PowerShell 검색 β†’ μ—΄κ³  κ·ΈλŒ€λ‘œ λΆ™μ—¬λ„£κΈ°:

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest-Setup.exe" -OutFile $exe
Start-Process -FilePath $exe -ArgumentList "/S" -Wait
Remove-Item $exe -Force
$app = "$env:LOCALAPPDATA\Programs\spiral-buddy\Spiral Buddy.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-blue/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

λ˜λŠ” μˆ˜λ™ λ‹€μš΄λ‘œλ“œ

OS 파일
macOS Apple Silicon Spiral.Buddy-*-arm64.dmg
macOS Intel Spiral.Buddy-*.dmg (arm64 μ•„λ‹Œ 것)
Windows Spiral.Buddy.Setup.*.exe
Linux Spiral.Buddy-*.AppImage

⚠️ macOS β€” "손상됨" κ²½κ³ κ°€ 뜨면

Code signing/곡증을 μ•ˆ ν•œ λΉŒλ“œλΌ macOS Gatekeeperκ°€ μ°¨λ‹¨ν•©λ‹ˆλ‹€ (μ‹€μ œ 손상 μ•„λ‹˜).
μœ„ ν•œ 쀄 λͺ…령은 xattr -cr이 ν¬ν•¨λ˜μ–΄ μžλ™ ν•΄κ²°λ©λ‹ˆλ‹€. μˆ˜λ™μœΌλ‘œ λ°›μ•˜λ‹€λ©΄:

xattr -cr "/Applications/Spiral Buddy.app"

⚠️ Windows β€” SmartScreen κ²½κ³ κ°€ 뜨면

"μΆ”κ°€ 정보" β†’ "μ‹€ν–‰" 클릭. μ½”λ“œλŠ” λͺ¨λ‘ κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.

μ‚¬μš© 방법

  1. 본인 OS 파일 λ‹€μš΄λ‘œλ“œ β†’ 더블클릭
  2. Setup wizardμ—μ„œ API ν‚€ + Obsidian Vault 경둜 μž…λ ₯
    • VaultλŠ” ν”ν•œ μœ„μΉ˜μ—μ„œ μžλ™ 감지됨 (클릭 ν•œ 번)
  3. (선택) "iq-dev-lab 38개 μžλ™ λ‹€μš΄λ‘œλ“œ" μΉ΄λ“œ 클릭 β†’ λΆ€λͺ¨ 폴더 선택 β†’ 1~5λΆ„ λŒ€κΈ°
  4. "μ‹œμž‘ν•˜κΈ°" β†’ 메인 μ•±

μžμ„Έν•œ μ•ˆλ‚΄

README