-
|
I am on Windows 10. Can I use devlog or is it Linux/Mac only? |
Beta Was this translation helpful? Give feedback.
Answered by
adev0x
Feb 27, 2026
Replies: 1 comment
-
|
Yes, devlog works on Windows. It is pure Python with no platform-specific dependencies. Install with: pip install -e .The default storage path on Windows will be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adev0x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, devlog works on Windows. It is pure Python with no platform-specific dependencies. Install with:
pip install -e .The default storage path on Windows will be
C:\Users\<you>\.devlog\notes.json. You can override with--dir. The edit command uses%EDITOR%or falls back to notepad.