Skip to content

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

v0.6.12

Choose a tag to compare

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

Spiral Buddy Black v0.6.12

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

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

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

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

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

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README

v0.6.11

Choose a tag to compare

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

Spiral Buddy Black v0.6.11

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

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

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

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

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

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README

v0.6.10

Choose a tag to compare

@github-actions github-actions released this 29 Jul 10:58

Spiral Buddy Black v0.6.10

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

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

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

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

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

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README

v0.2.2

Choose a tag to compare

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

Spiral Buddy Black v0.2.2

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

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

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

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

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Black" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-black/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-black\Spiral Buddy Black.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-black/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 15:49

Spiral Buddy Black v0.2.1

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

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

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

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

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Black" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-black/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-black\Spiral Buddy Black.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-black/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 15:15

Spiral Buddy Black v0.2.0

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

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

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

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

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Black" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-black/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-black\Spiral Buddy Black.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-black/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:41

Spiral Buddy Black v0.1.16

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

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

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

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

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Black" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-black/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-black\Spiral Buddy Black.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-black/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 29 Jun 09:01

Spiral Buddy Black v0.1.15

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

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

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

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

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Black" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-black/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-black\Spiral Buddy Black.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-black/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README

v0.1.14

Choose a tag to compare

@github-actions github-actions released this 29 Jun 07:55

Spiral Buddy Black v0.1.14

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

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

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

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

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Black" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-black/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-black\Spiral Buddy Black.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-black/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 29 Jun 05:07

Spiral Buddy Black v0.1.13

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

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

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

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

$ErrorActionPreference = "Stop"
Get-Process "Spiral Buddy Black" -EA SilentlyContinue | Stop-Process -Force
$exe = "$env:TEMP\spiral-buddy-setup.exe"
Invoke-WebRequest -Uri "https://github.com/iq-spiral-galaxy/spiral-buddy-black/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-black\Spiral Buddy Black.exe"
if (Test-Path $app) { Start-Process $app }
🐧 Linux β€” AppImage
curl -fL -o ~/SpiralBuddy.AppImage "https://github.com/iq-spiral-galaxy/spiral-buddy-black/releases/latest/download/Spiral-Buddy-latest.AppImage"
chmod +x ~/SpiralBuddy.AppImage
~/SpiralBuddy.AppImage

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

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

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

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

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

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

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

μ‚¬μš© 방법

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

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

README