Adhere to the macOS File System Programming Guide on macOS
Resolved 💬 6 comments Opened Apr 16, 2025 by offsetcyan Closed Aug 7, 2025
The user's home directory is not the place to dump program data, and for future cross-platform compatibility handling this would be inappropriate. Currently Codex stores user data in ~/.codex, however Apple has a specification for where to place files of various types (link). In Codex's case, ~/Library/Application Support/Codex would be suitable. (more info)
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗